From b8afa829a9789d2d86f4f8b3eca788eb6d1ec854 Mon Sep 17 00:00:00 2001 From: Chingis Sandanov Date: Thu, 15 Aug 2024 12:07:20 +0300 Subject: [PATCH] Update changelogs --- 1.0/docs/stacks/drupal/changelog.md | 16 ++++++++++++++++ 1.0/docs/stacks/html/index.md | 5 +++++ 1.0/docs/stacks/mariadb/index.md | 4 ++++ 1.0/docs/stacks/matomo/index.md | 4 ++++ 1.0/docs/stacks/postgres/index.md | 4 ++++ 1.0/docs/stacks/redis/index.md | 4 ++++ 1.0/docs/stacks/wordpress/changelog.md | 14 ++++++++++++++ 7 files changed, 51 insertions(+) diff --git a/1.0/docs/stacks/drupal/changelog.md b/1.0/docs/stacks/drupal/changelog.md index 5c4446a..030376e 100644 --- a/1.0/docs/stacks/drupal/changelog.md +++ b/1.0/docs/stacks/drupal/changelog.md @@ -6,6 +6,22 @@ This is the changelog for Drupal stack deployed via Wodby, for docker4drupal cha - We strongly recommend backing up your database before upgrading your application stack if the new version contains MariaDB updates - During MariaDB upgrade we run `mysql-check` and `mysql-upgrade`. This operation may take a few minutes for big databases +## 6.0.16 + +- ⭐️ Vanilla Drupal 11 +- ⬆️ Vanilla Drupal 10.3.2 +- PHP + - ⬆️ Updated to 8.3.10, 8.2.22 + - 📜 Default `apc.shm_size` increased to `256M` + - 📜 Deprecated `assert.active` removed from PHP 8.3 +- Nginx: + - ⬆️ Updated to 1.27.1, 1.26.2 + - 📜 Modsecurity config now applied for all Drupal versions +- ⬆️ MariaDB 10.11.9, 10.6.19, 10.5.26 +- ⬆️ Redis 7.4.0 +- ⬆️ Apache HTTPD 2.4.62 +- ⬆️ XHProf viewer 2.3.10 + ## 6.0.15 - ⬆️ Vanilla Drupal 10.3.1 diff --git a/1.0/docs/stacks/html/index.md b/1.0/docs/stacks/html/index.md index dca9448..611e803 100644 --- a/1.0/docs/stacks/html/index.md +++ b/1.0/docs/stacks/html/index.md @@ -27,6 +27,11 @@ See [details](https://github.com/wodby/apache#html) about virtual host preset. This changelog is for HTML stack on Wodby, to see images changes see tags description on repository page: [nginx](https://github.com/wodby/nginx/releases) and [Apache](https://github.com/wodby/apache/releases). +### 1.0.14 + +- ⬆️ Nginx 1.27.1, 1.26.2 +- ⬆️ Apache HTTPD 2.4.62 + ### 1.0.13 - Nginx: diff --git a/1.0/docs/stacks/mariadb/index.md b/1.0/docs/stacks/mariadb/index.md index eb4796a..d86c6df 100644 --- a/1.0/docs/stacks/mariadb/index.md +++ b/1.0/docs/stacks/mariadb/index.md @@ -40,6 +40,10 @@ This changelog is for MariaDB stack on Wodby, to see image changes see tags desc !!! caution "MariaDB 10.1" If your app has MariaDB 10.1 service and the app was created (or its stack was upgraded) after June 2018, you're actually running MariaDB 10.2 (see https://twitter.com/wodbycloud/status/1206943424861102081 for more details). +### 3.1.6 + +⬆️ MariaDB 11.2.5, 11.1.6, 10.11.9, 10.6.19, 10.5.26 + ### 3.1.5 ⬆️ MariaDB 11.2.4, 11.1.5, 11.0.6, 10.11.8, 10.6.18, 10.5.25, 10.4.34 diff --git a/1.0/docs/stacks/matomo/index.md b/1.0/docs/stacks/matomo/index.md index 8c54a53..5a4139f 100644 --- a/1.0/docs/stacks/matomo/index.md +++ b/1.0/docs/stacks/matomo/index.md @@ -79,6 +79,10 @@ By default we run the following cron command from [crond container](#crond) ever This changelog is for Matomo stack on Wodby, to see image changes see tags description on [repository page](https://github.com/wodby/matomo/releases). +### 1.2.1 + +Matomo 5.1.1 + ### 1.2.0 Matomo 5.1.0 diff --git a/1.0/docs/stacks/postgres/index.md b/1.0/docs/stacks/postgres/index.md index c1aaf63..bb70d25 100644 --- a/1.0/docs/stacks/postgres/index.md +++ b/1.0/docs/stacks/postgres/index.md @@ -33,6 +33,10 @@ If you deploy PostgreSQL as a service inside of a stack that comes with an SSHD This changelog is for PostgreSQL stack on Wodby, to see image changes see tags description on [repository page](https://github.com/wodby/postgres/releases). +### 2.0.8 + +⬆️ PostgreSQL 16.4, 15.8, 14.13, 13.16, 12.20 + ### 2.0.7 ⬆️ PostgreSQL 16.3, 15.7, 14.12, 13.15, 12.19 diff --git a/1.0/docs/stacks/redis/index.md b/1.0/docs/stacks/redis/index.md index dd7879a..164e47b 100644 --- a/1.0/docs/stacks/redis/index.md +++ b/1.0/docs/stacks/redis/index.md @@ -20,6 +20,10 @@ redis://default:[redis-pass]@[node-ip]:[dynamic-node-redis-port] This changelog is for Redis stack on Wodby, to see image changes see tags description on [repository page](https://github.com/wodby/redis/releases). +### 3.0.9 + +⬆️ Redis 7.4.0 + ### 3.0.8 ⬆️ Redis 7.2.5 diff --git a/1.0/docs/stacks/wordpress/changelog.md b/1.0/docs/stacks/wordpress/changelog.md index b666456..84e4df8 100644 --- a/1.0/docs/stacks/wordpress/changelog.md +++ b/1.0/docs/stacks/wordpress/changelog.md @@ -6,6 +6,20 @@ This is the changelog for WordPress stack deployed via Wodby, for docker4wordpre - We strongly recommend backing up your database before upgrading your application stack if the new version contains MariaDB updates - During MariaDB upgrade we run `mysql-check` and `mysql-upgrade`. This operation may take a few minutes for big databases +## 6.0.16 + +- ⬆️ Vanilla WordPress 6.6.1 +- ⬆️ WP CLI 2.11.0 +- PHP + - ⬆️ Updated to 8.3.10, 8.2.22 + - 📜 Default `apc.shm_size` increased to `128M` + - 📜 Deprecated `assert.active` removed from PHP 8.3 +- ⬆️ Nginx 1.27.1, 1.26.2 +- ⬆️ MariaDB 10.11.9, 10.6.19, 10.5.26 +- ⬆️ Redis 7.4.0 +- ⬆️ Apache HTTPD 2.4.62 +- ⬆️ XHProf viewer 2.3.10 + ## 6.0.15 - ⬆️ Vanilla WordPress 6.5.5