diff --git a/documentation/docs/changelog/0.2.5.md b/documentation/docs/changelog/0.2.5.md index b64da4ab..1217256d 100644 --- a/documentation/docs/changelog/0.2.5.md +++ b/documentation/docs/changelog/0.2.5.md @@ -13,6 +13,7 @@ Not yet released. - BIND9 service is not containerized in 'openpanel_dns' container. - Nginx service is now containerized in 'nginx' container. - Certbot service is now containerized in 'certbot' container. +- Container names are now used in nginx configuration files instead of internal docker IPs. ### 🐛 Bug fixes @@ -21,7 +22,6 @@ Not yet released. - Fixed several bugs with ssl generation/renewal. - Fixed validation bug for TXT records on OpenPanel > Domains > DNS Zone Editor - Fixed warning with Nginx configuration files on newer versions: `the "listen ... http2" directive is deprecated, use the "http2" directive instead in..` -- ### 💅 Polish @@ -30,4 +30,5 @@ Not yet released. - Uploading custom SSL is disabled until bugs with certbot are resolved or we transition to lego. - 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.