Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 12, 2024
1 parent ccaee8f commit f4fa3d2
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 0 deletions.
23 changes: 23 additions & 0 deletions 1.0/docs/stacks/drupal/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@ 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.19

- ⬆️ Vanilla Drupal updated to 11.0.7, 10.3.8
- 🪦 Drupal console launcher dropped
- ⭐️For Drupal 7 you can now set env var `DRUPAL7_INSTALL_GLOBAL_DRUSH` to install drush globally on container's start up (for non-composer based projects)
- PHP:
- ⬆️ Updated to 8.3.13, 8.2.25
- 📜 Added `$PHP_ZEND_` env vars for `zend.*` runtime configuration https://github.com/wodby/php/issues/205
- ⬆️ PECL extensions updates:
- apcu 5.1.24
- amqp 2.1.2
- ast 1.1.2
- igbinary 3.2.16
- mongodb 1.20.0
- opentelemetry 1.1.0
- redis 6.1.0
- yaml 2.2.4
- uuid 1.2.1
- xhprof 2.3.10
- event 3.1.4
- ⬆️ MariaDB 11.4.4, 10.11.10, 10.6.20, 10.5.27
- ⬆️ Memcached 1.6.32

## 6.0.18

- PHP:
Expand Down
4 changes: 4 additions & 0 deletions 1.0/docs/stacks/drupal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ We recommend using [Composer](https://getcomposer.org/) to manage dependencies i

## Drush

### Drush for Drupal 7

In case your Drupal 7 project is not composer-based you can install drush globally via composer on container's startup by adding the environment variable `DRUPAL7_INSTALL_GLOBAL_DRUSH=1`

### Drush 8 and older

You can execute drush commands remotely via drush aliases. Download drush aliases (Drush 8 and older versions) from `Profile > Misc > Drush aliases` page and place them to `~/.drush`. Execute commands (replace `[tokens]` with the real values) like this:
Expand Down
4 changes: 4 additions & 0 deletions 1.0/docs/stacks/elasticsearch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Elasticsearch and Kibana can be configured via environment variables:

This changelog is for Elasticsearch stack on Wodby, to see images changes see tags description on repository page: [elasticsearch](https://github.com/wodby/elasticsearch/releases) and [kibana](https://github.com/wodby/kibana/releases).

## 3.0.9

⬆️ Elasticsearch, Kibana 7.17.25

## 3.0.8

⬆️ Elasticsearch, Kibana 7.17.22
Expand Down
4 changes: 4 additions & 0 deletions 1.0/docs/stacks/mariadb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8
⬆️ MariaDB 11.4.4, 10.11.10, 10.6.20, 10.5.27
### 3.1.7
- 🪦 10.4 has reached EOL
Expand Down
20 changes: 20 additions & 0 deletions 1.0/docs/stacks/wordpress/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ 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.19

- PHP:
- ⬆️ Updated to 8.3.13, 8.2.25
- 📜 Added `$PHP_ZEND_` env vars for `zend.*` runtime configuration https://github.com/wodby/php/issues/205
- ⬆️ PECL extensions updates:
- apcu 5.1.24
- amqp 2.1.2
- ast 1.1.2
- igbinary 3.2.16
- mongodb 1.20.0
- opentelemetry 1.1.0
- redis 6.1.0
- yaml 2.2.4
- uuid 1.2.1
- xhprof 2.3.10
- event 3.1.4
- ⬆️ MariaDB 11.4.4, 10.11.10, 10.6.20, 10.5.27
- ⬆️ Memcached 1.6.32

## 6.0.18

- PHP:
Expand Down

0 comments on commit f4fa3d2

Please sign in to comment.