From 0eb7ef82484819d52619c0bbc209802159fec6ac Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 15 Aug 2024 18:49:45 +0200 Subject: [PATCH] Update 0.2.5.md --- documentation/docs/changelog/0.2.5.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/docs/changelog/0.2.5.md b/documentation/docs/changelog/0.2.5.md index 1217256d..54225a45 100644 --- a/documentation/docs/changelog/0.2.5.md +++ b/documentation/docs/changelog/0.2.5.md @@ -28,7 +28,10 @@ Not yet released. - [opencli ssl-domain](https://dev.openpanel.co/cli/commands.html#Generate-SSL-for-a-domain) now checks if SSL is actually in use by Nginx and re-apply. - cPanel account import now accepts optional flag `--post-hook=` to run script after account import. - Uploading custom SSL is disabled until bugs with certbot are resolved or we transition to lego. +- Certbot service is now also monitored by Sentinel. - Nginx is updated to the latest version 1.27 - Bind9 is updated to the latest version 9.18-22.04 - ModSecurity is temporary disabled until dockerized. +- Sentinel service now tries to restart service/container and sends alerts if that fails. +- File Watcher service is removed.