From 2453ff8f7d8337aad474a014ce3ead3a7aae3f5c Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Thu, 16 Jul 2026 22:19:47 -0700 Subject: [PATCH] Document orphaned certificate cleanup --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e0441b..e3b361f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Improved: Descriptive error on installations on incompatible systems (e.g. Proxmox LXC) [issues-2326](https://github.com/caprover/caprover/issues/2326) - Improved: Moved one click app creation process to backend for more stability [PR-2334](https://github.com/caprover/caprover/pull/2334) - Improved: Reduced the Backup size by excluding the GoAccess logs [PR-2336](https://github.com/caprover/caprover/pull/2336) +- Fixed: Removed orphaned SSL certificates shortly before expiration to prevent failed renewal attempts [Issue-2397](https://github.com/caprover/caprover/issues/2397) - Fixed: Prevented malformed `config-captain.json` from being overwritten [Issue-858](https://github.com/caprover/caprover/issues/858) - Fixed: Git webhook deployments failing when webhook payloads exceed 100 KB [Issue-1393](https://github.com/caprover/caprover/issues/1393)