fix(dcrouter): retry auto certificate provisioning after SmartAcme becomes ready

This commit is contained in:
2026-03-27 19:26:39 +00:00
parent ec0348a83c
commit 2efdd2f16b
4 changed files with 39 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-27 - 11.12.1 - fix(dcrouter)
retry auto certificate provisioning after SmartAcme becomes ready
- detects certificates that failed during startup before the DNS-01 provider was available
- clears provisioning backoff and failed status for affected domains before retrying
- re-triggers auto certificate provisioning for SmartProxy routes once SmartAcme is ready
## 2026-03-27 - 11.12.0 - feat(web-ui)
pause dashboard polling, sockets, and chart updates when the tab is hidden