From 486ce838f7bf736a2610a37453da0d00fadf6771 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 7 Jun 2024 16:38:15 +0200 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 16 ++++++++++++++++ install | 4 ---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33f7f43..ae6850c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/install b/install index 009376d..c5b2ced 100755 --- a/install +++ b/install @@ -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