Update Changelog

This commit is contained in:
VirtuBox
2024-06-07 16:38:15 +02:00
parent e2a701f221
commit 486ce838f7
2 changed files with 16 additions and 4 deletions

View File

@@ -12,7 +12,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Ubuntu 24.04 LTS support
- New Nginx package with HTTP/3 QUIC support
- `wo stack install/remove --brotli` to enable/disable brotli compression
#### Changed
- Bump MariaDB release to v11.4
- Remove php72 and php73 stacks
- All APT repositories are properly signed with gpg keys
- Netdata is installed from debian packages when available
- Less logs in acme.sh operation
#### Fixed
- wo info php versions display
- Repositories's gpg keys are not managed with apt-key anymore
- `wo site update site.tld --hsts` errors
- `wo site update site.tld --ngxblocker` errors
- Netdata install and upgrade
#### Security

View File

@@ -631,10 +631,6 @@ wo_upgrade_nginx() {
CHECK_NGINX_EE=$(dpkg --list | grep nginx-ee)
CHECK_PHP72=$(command -v php-fpm7.2)
# add new Nginx repository
# import the respository key for updates
curl -sL https://build.opensuse.org/projects/home:virtubox/public_key | apt-key add -
# install new nginx package
if {
if [ -n "$CHECK_NGINX_EE" ]; then