diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index bd9a27a7e..51674a293 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.232.0] - 2026-07-22 + +### Added + +- Exposed a gauge for the ACME rate-limit cooldown end time (`certmanager_certificate_acme_cooldown_until_timestamp_seconds`) and expanded provisioning failure logs with the full ACME error detail (status code, instance, link, subproblems, retry-after), making cooldowns and CA errors diagnosable + ## [0.231.0] - 2026-07-22 ### Added diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index fd611fd75..5271d25d1 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.231.0 +0.232.0