mirror of
https://github.com/balena-io/open-balena.git
synced 2025-06-24 18:25:16 +00:00
Compare commits
3 Commits
ab77/patch
...
v4.1.26
Author | SHA1 | Date | |
---|---|---|---|
19b85a87bb | |||
b488898517 | |||
44b6e5a4c1 |
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -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
|
||||
|
@ -23,4 +23,4 @@ data:
|
||||
- generic-amd64
|
||||
- genericx86-64-ext
|
||||
- intel-nuc
|
||||
version: 4.1.25
|
||||
version: 4.1.26
|
||||
|
Reference in New Issue
Block a user