From 61ff3764f29790f03ed40c803950c201331f3f40 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Tue, 14 Oct 2025 16:27:06 +0200 Subject: [PATCH] Release v0.72.0 Signed-off-by: Bryan Frimin --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33da68ea2..56524f091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [0.72.0] - 2025-10-14 + +### Added + +- Add retry tracking for certificate provisioning and renewal. +- Add automatic cleanup of stale provisioning attempts (4+ hours old) +- Add max retry limit (3 attempts) before marking domains as failed +- Add distinction between fatal and transient ACME errors + +### Changed + +- Silently reject TLS connections without SNI (health checks, scanners) + +### Fixed + +- Fix stale certificate provisioning attempts blocking the queue + ## [0.71.0] - 2025-10-14 ### Fixed