Releases: wodby/docker4python
Releases · wodby/docker4python
0.1.14
Changes since 0.1.13
- Python 2.7.18
- Nginx 1.17.10
- Redis:
- Added redis 6
- Updated to 5.0.9
- Dropped redis 4
- Solr 8.5.1, 7.7.3
- Memcached 1.6.5
- Node.js:
- Updated to 12.16.3, 10.20.1
sudo
didn't work in-dev
images wodby/node#6
- Alpine Linux updated to 3.11.6
- Adminer rebuilt against updated PHP image
- Now bind mounts have
:cached
flag by default wodby/docker4drupal#433
Update instructions
Update your .env
file and docker-compose.yml
0.1.13
Changes since 0.1.12
- Python 3.7.7, 3.6.10
- Nginx:
- Updated to 1.17.9
- Added
/ads.txt
location support wodby/nginx#44 - Bugfix: 403 on
/.well-known
locations
- Solr 8.5.0
- MariaDB 10.4.12, 10.3.22, 10.2.31, 10.1.44
- PostgreSQL 12.2, 11.7, 10.12, 9.6.17, 9.5.21, 9.4.26
- Elasticsearch, Kibana 7.6.2, 6.8.8
- Varnish 6.0.6
- Adminer 4.7.6
- Memcached 1.6.3
- Node.js 12.16.1, 10.19.0, 8.17.0
- Redis 5.0.8
- Images' base OS (Alpine Linux) updated to 3.11
Update instructions
Update your .env
file
0.1.12
Changes since 0.1.11
- MariaDB 10.4.11, 10.3.21, 10.2.30
- Solr 8.3.1
- Elasticsearch, Kibana 7.5.0
- Nginx's
/.well-known
URIs excluded from denied hidden files location instead of explicitly allowed - Node.js now has
-dev
image variants with dev packages and sudo wodby/node#5 - Adminer rebuilt against updated PHP image
Update instructions
Update your .env
file
0.1.11
Changes since 0.1.10
- Python 3.5.9
- Nginx:
- Updated to 1.17.6
- Brotli compression level set to 1 wodby/nginx#40
- Elasticsearch, Kibana 7.4.2, 6.8.5
- MariaDB 10.4.10, 10.3.20, 10.2.29, 10.1.43
- Solr 8.3.0
- Memcached 1.5.20
- PostgreSQL:
- New latest PostgreSQL 12.1
- Updated to 11.6, 10.11, 9.6.16, 9.5.20, 9.4.25
- Adminer updated to 4.7.5 and rebased to PHP 7.2
- Node.js 12.13.1
- Redis 5.0.7
- Xhprof, webgrind rebuilt against latest PHP image
Update instructions
Update your .env
file
0.1.10
Changes since 0.1.9
- Python 3.7.5, 2.7.17
- Nginx:
- Updated to 1.17.5
- Added brotli compression extension (enabled by default in addition to gzip) wodby/nginx#37
- Varnish:
- Varnish updated to 6.0.5
- Varnish modules now installed from branch 6.0 varnish/varnish-modules#144
- Adminer 4.7.4
- Elasticsearch and Kibana 7.4.1, 6.8.4
- Node.js 8.16.2, 10.17.0, 12.13.0
- Alpine Linux updated to 3.10.3 for most images
- Content of
traefik.yml
(for running multiple projects) updated to traefik v2.0
Update instructions
Update your .env
file
0.1.9
Changes since 0.1.8
- ❗️Traefik major update to v2.0. Update your
docker-compose.yml
file (traefik labels changed) - Nginx 1.17.4
- MariaDB:
- Updated to 10.4.8, 10.3.18, 10.2.27
- Version 10.4 is now latest by default
- Memcached 1.5.19
- Redis 3.1.3
- Elasticsearch and Kibana 7.4.0, 6.8.3
- Node.js 12.11.1
- Alpine Linux updated to 3.10.2 for Solr images
- Adminer rebuilt against latest PHP image
Update instructions
Update your docker-compose.
and .env
files
0.1.8
0.1.7
Changes since 0.1.6
- Python:
- Pip packages location changed from
/usr/src/app/.local
to/home/wodby/.local
#1
- Pip packages location changed from
- MariaDB:
- ❗️Security updates: 10.4.7, 10.3.17, 10.2.26, 10.1.41
- Version 10.4 temporary has no PAM wodby/mariadb#20
open_files_limit
is now configurable wodby/mariadb#18
- Nginx:
- Updated to 1.17.2
- Added default location
humans.txt
wodby/nginx#35
- PostgreSQL updates: 11.5, 10.10, 9.6.15, 9.5.19, 9.4.24
- Solr updated to 8.2.0
- NodeJS updated to 12.8.0, 10.16.2
- Elasticsearch and Kibana updated to 7.3.0, 6.8.2
- Adminer rebuilt against the updated base image
- Alpine Linux updated to 3.10 for Varnish, OpenSMTPD and MariaDB (except 10.1)
Update instructions
Update your .env
file
0.1.6
Changes since 0.1.5
- Python updates: 3.7.4, 3.6.9
- MariaDB:
- Updated to 10.3.16, 10.2.25
- Added new major version 10.4
- You can now add plugins via
$MARIADB_PLUGIN_LOAD
wodby/mariadb#15 - Added linux-pam library for PAM auth
- Added
$MYSQL_CONNECT_TIMEOUT
wodby/mariadb#17
- Solr:
- Solr updated to 7.7.2
- Added Solr 8.1, now latest
- Bugfix:
$SOLR_HEAP
did not have any effect - We now have only major versions in
.env
by default (8, 7, 6, 5) - Images rebased to wodby/base-solr (see README at https://github.com/wodby/base-solr)
- Varnish:
webp
added to the list of default static file extensions- PageSpeed downstream caching:
- PS-CapabilityList now set to "fully general optimizations only" only if static files cache enabled
- Bugfix: caching for
text/html
was disabled
- Elasticsearch and Kibana:
- Updated to 7.2.0
- We now install standard version of Elasticsearch and Kibana instead of OSS
- Base image for Elasticsearch changed to adoptopenjdk/openjdk11
- Nginx updated to 1.17.1
- PostgreSQL updates: 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23
- Adminer updated to 4.7.2 and rebuilt against the updated base image
- Node.JS updated to 12.6.0
- Alpine Linux (base OS) updated to 3.10.1 for most of the images
Update instructions
Update your .env
file
0.1.5
Changes since 0.1.4
- Default
.env
now uses latest versions (e.g. Varnish 6.0 instead of 4.1, MariaDB 10.3 instead of 10.1) - Nginx:
- Added new latest version 1.17
- Dropped 1.15
- MariaDB:
- Updated to 10.3.15
log_warnings
now configurable, set to2
by default for all versions
- Varnish now supports modpagespeed downstream caching https://github.com/wodby/varnish
- Elasticsearch and Kibana updates: 7.1.1, 6.8.0
- NodeJS updates: 12.3.1, 10.16.0
- Memcached updated to 1.5.16
- Redis updated to 5.0.5
- Adminer rebuilt against updated base image
Update instructions
Update your .env
file