Compare commits

...

3 Commits

Author SHA1 Message Date
19b85a87bb v4.1.26 2024-07-09 19:15:11 +00:00
b488898517 Merge pull request #290 from balena-io/ab77/patch
Relax regex to match all Let's Encrypt CNs
2024-07-09 19:14:12 +00:00
44b6e5a4c1 Relax regex to match all Let's Encrypt CNs
change-type: patch
2024-07-09 09:59:39 -07:00
5 changed files with 19 additions and 3 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Relax regex to match all Let's Encrypt CNs
hash: 44b6e5a4c12f754aa2ed1b9a5ec9d3d7a01b5778
body: ""
footer:
change-type: patch
author: Anton Belodedenko
nested: []
version: 4.1.26
title: ""
date: 2024-07-09T19:15:06.632Z
- commits:
- subject: Update balena/open-balena-s3 Docker tag to v2.28.48
hash: 7924ee920abca8caa0a499cd9a3af7efc6f06342

View File

@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).
# v4.1.26
## (2024-07-09)
* Relax regex to match all Let's Encrypt CNs [Anton Belodedenko]
# v4.1.25
## (2024-07-09)

View File

@ -145,7 +145,7 @@ auto-pki: config # Start all services using LetsEncrypt and ACME
@docker compose up -d
@$(MAKE) waitlog SERVICE=cert-manager LOG_STRING="/certs/export/chain.pem Certificate will not expire in [0-9] days"
@$(MAKE) waitlog SERVICE=cert-manager LOG_STRING="subject=CN = ${DNS_TLD}"
@$(MAKE) waitlog SERVICE=cert-manager LOG_STRING="issuer=C = US, O = Let's Encrypt, CN = R3"
@$(MAKE) waitlog SERVICE=cert-manager LOG_STRING="issuer=C = US, O = Let's Encrypt, CN = .*"
@$(MAKE) wait SERVICE=haproxy
@$(MAKE) showenv
@$(MAKE) showpass

View File

@ -1 +1 @@
4.1.25
4.1.26

View File

@ -23,4 +23,4 @@ data:
- generic-amd64
- genericx86-64-ext
- intel-nuc
version: 4.1.25
version: 4.1.26