Releases: wodby/docker4ruby
Releases · wodby/docker4ruby
0.5.4
0.5.3
Changes since 0.5.2
- ⭐️ Added Nginx 1.23, 1.22, dropped 1.20, 1.19
- ⬆️ Solr 8.11.2
- ⬆️ Postgres 14.4
- ⬆️ Redis 7.0.2
- ⬆️ Elasticsearch, Kibana 7.17.5
- ⬆️ Node.js 18 added, updates: 16.16.0, 14.20.0, version 12 dropped
- 🔃 Adminer rebuilt against updated base PHP image
- 🏔 Alpine Linux updated to 3.16.0 for some of the images
Update instructions
Update your .env
file
0.5.2
Changes since 0.5.1
- MariaDB:
- ⭐️ Added MariaDB 10.8
- ⬆️ Updated to 10.7.4, 10.6.8, 10.5.16, 10.4.25, 10.3.35
- 🪦 Dropped MariaDB 10.2 (EOL)
- ⭐️ Redis 7
- ⬆️ Elasticsearch, Kibana 7.17.4
- ⬆️ Node.js 16.15.1, 14.19.3
- 🔃 Adminer rebuilt against updated base PHP image
- 🏔 Alpine Linux updated to 3.16.0 for some of the images
Update instructions
Update your .env
file
0.5.1
Changes since 0.5.0
- ⬆️ Redis 6.2.7
- 📜 MariaDB config: removed deprecated
innodb_log_files_in_group
andinnodb_buffer_pool_instances
from 10.5+ - 🔒 Solr running in Solr Cloud mode now forbids unauthorized access to all pages in admin UI
- ⬆️ Node.js 16.15.0
- 🔃 Adminer rebuilt against updated base PHP image
Update instructions
Update your .env
file
0.5.0
0.4.0
0.3.41
0.3.40
Changes since 0.3.39
- ⭐️ Added new Ruby 3.1
- MariaDB:
- ⭐️ Added new MariaDB 10.7
- ⏎ Returned MariaDB 10.2 (dropped by mistake)
- ⬆️ Updated to 10.6.7, 10.5.15, 10.4.24, 10.3.34, 10.2.43
- 🚨 Reworked
my.cnf
configuration wodby/mariadb#45:lower_case_table_names
,join_buffer_size
,innodb_open_files
no longer set by default unless specifiedquery_cache_size
default value changed to1M
query_cache_type
nowOFF
by defaultflush_log_at_trx_commit
default value changed to1
- Added new env vars
$MYSQL_JOIN_BUFFER_SPACE_LIMIT
,$MYSQL_OPTIMIZER_SWITCH
(no default values) ⚠️ Name of$MYSQL_LOWER_CASE_TABLE_NAME
changed to$MYSQL_LOWER_CASE_TABLE_NAMES
- PostgreSQL
- 🪦 PostgreSQL 9.6 dropped (EOL)
- ⬆️ Updated to 14.2, 13.6, 12.10, 11.15, 10.20
- ⬆️ Memcached 1.6.14
- ⬆️ Elasticsearch, Kibana 7.17.0
- ⬆️ Node.js 16.14.0, 14.19.0, 12.22.10
Update instructions
Update your .env
file
0.3.39
Changes since 0.3.38
- ⬆️ Nginx 1.21.6
- ⬆️ Node.js 16.13.2, 14.18.3, 12.22.9
- ⬆️ Elasticsearch, Kibana 7.16.3, 6.8.23
- ⬆️ Memcached 1.6.13
- ⬆️ Varnish 6.0.10
- 🐞 Adminer bugfix: prefill server and database from env vars not working anymore wodby/adminer#5
Update instructions
Update your .env
file
0.3.38
Changes since 0.3.37
- 🛠 Mutagen integration reworked to Mutagen Compose https://wodby.com/docs/1.0/stacks/ruby/local/#mutagen
- 🐞 Bugfix: invalid port exposed in Ruby's Dockerfile
- ⬆️ Nginx:
- 📜 Default header
Content-Security-Policy
can now be changed with$NGINX_HEADERS_CONTENT_SECURITY_POLICY
wodby/nginx#69 - 📜
webp
added to the default list of static file extensions
- 📜 Default header
Update instructions
Update your .env
and docker-compose.yml
files