Update Changelog
This commit is contained in:
16
CHANGELOG.md
16
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
|
- Ubuntu 24.04 LTS support
|
||||||
- New Nginx package with HTTP/3 QUIC 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
|
#### Security
|
||||||
|
|
||||||
|
|||||||
4
install
4
install
@@ -631,10 +631,6 @@ wo_upgrade_nginx() {
|
|||||||
CHECK_NGINX_EE=$(dpkg --list | grep nginx-ee)
|
CHECK_NGINX_EE=$(dpkg --list | grep nginx-ee)
|
||||||
CHECK_PHP72=$(command -v php-fpm7.2)
|
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
|
# install new nginx package
|
||||||
if {
|
if {
|
||||||
if [ -n "$CHECK_NGINX_EE" ]; then
|
if [ -n "$CHECK_NGINX_EE" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user