Skip to content

0.1.2

Compare
Choose a tag to compare
@csandanov csandanov released this 01 Apr 11:25

Changes since 0.1.1

  • Python:
    • Version 3.4 dropped
    • Patch updates: 3.7.3, 3.5.7, 2.7.16
    • Base image changed from wodby/base-python to python
  • NodeJS:
    • Updates: 10.15.3, 8.15.1, 6.17.0
    • Changed directory for npm global packages to avoid permissions issues wodby/drupal-node#3
  • Nginx:
    • Updated to 1.15.10
    • Make extra config be able to work without defaults wodby/nginx#27
  • Solr:
    • Versions 5.4, 6.4, 7.1-7.4 dropped
    • Versions 7.6, 7.7 added
  • Elasticsearch
    • Updated to 5.6.16
    • Added new version 6.7
    • Dropped all versions except latest 6.x and 5.x
    • Base image changed from wodby/openjdk to wodby/alpine
  • Kibana:
    • Updated to 5.6.16
    • Added new version 6.7
    • Dropped all versions except latest 6.x and 5.x
    • Base image changed from wodby/openjdk to node
    • We now use a specific node version requested by Kibana
    • Bugfix: Kibana 5.6 failed to start wodby/kibana#1
  • MariaDB updated to 10.2.23
  • Redis updates: 5.0.4, 4.0.14
  • Varnish now uses X-Real-IP header instead of X-Forwarded-For for Geo IP detection wodby/varnish#18
  • Adminer rebuilt against the latest PHP image
  • Apache base image changed from wodby/httpd to httpd
  • Alpine upgraded to 3.9.2 for all alpine-based updated images
  • Makefile improvements:
    • Added make help that list and describe available make commands
    • Added make start command
    • You can now prune individual containers by passing a service name to make prune

Update instructions

Update your .env and docker.mk (or Makefile) files.