Update 0.2.5.md

This commit is contained in:
Stefan Pejcic
2024-08-15 17:12:18 +02:00
committed by GitHub
parent 5c80fb01b0
commit 89dfde0e74

View File

@@ -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.