From a77ada6f27cdbc1783722ff6902f0a35329d7a28 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Wed, 22 Jul 2026 14:18:06 +0200 Subject: [PATCH] Release probod/v0.231.0 --- cmd/probod/CHANGELOG.md | 14 ++++++++++++++ cmd/probod/VERSION | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index fc88022a4..bd9a27a7e 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.231.0] - 2026-07-22 + +### Added + +- Compliance portal URLs are now locale-prefixed (e.g. `/fr/documents`), with self-canonical and hreflang SEO tags and a persisted identity locale that reconciles the browser locale against a saved preference via a mismatch banner + +### Changed + +- Compliance portal home page now shows a short entity name instead of the full portal title as its heading (API field renamed `title` -> `entityName`), restoring the localized hero composition and using the entity name as the OAuth client name + +### Fixed + +- Hardened automatic TLS certificate provisioning: fixed several race conditions and correctness gaps in the ACME worker (challenge acceptance ordering, write-back locking, Retry-After parsing, stale-order reset scoping, poll lease sizing, CAA error classification, and duplicate metrics registration) that could leave certificates stuck, unissued, or crash the provisioning worker + ## [0.230.0] - 2026-07-21 ### Added diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index cd52fec52..fd611fd75 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.230.0 +0.231.0