Releases: docksal/service-varnish
Releases · docksal/service-varnish
v3.1.1
v3.1.0
- 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
v2.0.1
v2.0.0
- 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 (runningvarnishd
andvarnishcsa
)
- 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
- Expose admin port
6082
by default. Overridable viaVARNISH_ADMIN_PORT
- Set
VARNISH_BACKEND_HOST=web
by default - Switched from
varnishlog
tovarnishncsa
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