Skip to content

Releases: docksal/service-varnish

v3.1.1

28 Mar 16:46
52748a0
Compare
Choose a tag to compare
  • Switched to the standard gomplate binary (not slim)
    • The "slim" version is broken on M1/ARM64

v3.1.0

03 Mar 02:50
99fe788
Compare
Choose a tag to compare
  • Switched CI builds to Github Actions
  • Building multi-arch images (ARM64 support)
  • Supported Varnish versions: 6.0, 6.6, 7.0 (per https://varnish-cache.org/releases/)
  • Updated tests

v3.0.0

07 Oct 16:01
499469c
Compare
Choose a tag to compare
  • Switched to the official Varnish Docker images
    • Removed Varnish 4.1 (EOL) and Varnish 6.0 (EOL)
    • Added Varnish 6.2 and 6.3
  • Cache HTTP/HTTPS requests separately (#33)

v2.0.1

20 Feb 19:12
f7c9e42
Compare
Choose a tag to compare
  • Updated release tags: 4.1, 6.0, 6.1 in build settings

v2.0.0

20 Feb 18:56
28ab15f
Compare
Choose a tag to compare
  • Major refactoring and version updates
    • Removed Varnish 3.0 and 5.2 as they are EOL/retired
    • Added Varnish 6.0 and 6.1
    • Using the latest Alpine 3.9 for all currently supported versions (4.1, 6.0, 6.1) and installing varnish as an apk package from Alpine repos
    • Switched to supervisord for process management (running varnishd and varnishcsa)
  • Give users the ability to set Varnish secret via VARNISH_SECRET environment variable (#9)
  • Added BAN/PURGE support
  • Added Docker healthcheck support
  • Added automated tests
  • Building and testing images with Travis CI
  • Updated README and LICENSE year

v1.1.0

13 Feb 02:08
a7a7717
Compare
Choose a tag to compare
  • Expose admin port 6082 by default. Overridable via VARNISH_ADMIN_PORT
  • Set VARNISH_BACKEND_HOST=web by default
  • Switched from varnishlog to varnishncsa for more meaningful logs (Apache format)
  • Switched to alpine:3.6 for Varnish 4.1
  • Added Varnish 5.2
  • Custom configuration support via /var/www/.docksal/etc/varnish/default.vcl

v1.0.0

13 Feb 02:06
Compare
Choose a tag to compare

Initial release