Releases: ehazlett/interlock
v1.4.3
v1.4.2
v1.4.1
v1.4.0
This is a performance update.
- Performance improvements to reduce Docker API load and improve stability
- nginx: enable backup / restore if invalid proxy config
- nginx: use exec to reload proxy container
The latest image is available on the Docker Store: ehazlett/interlock:1.4.0
v1.3.2
This is the latest release in the 1.3.x series. The following fixes and enhancements are included:
- Enhanced Context Root support for nginx (#206)
- allow for dhparams in nginx
- update to use docker/docker/client and docker/docker/api
- switch to multi-stage docker builds
- update haproxy to support host with context root
The latest image is available on the Docker Store: ehazlett/interlock:1.3.2
v1.3.0
This release contains a few bug fixes:
- fixes a bug in template generation with haproxy and nginx (#133)
- updates the Docker Engine API client version
Docker Image is available at ehazlett/interlock:1.3.0
(https://hub.docker.com/r/ehazlett/interlock/) as well as ehazlett/interlock:latest
.
v1.2.0
This is the milestone release for 1.2. It contains several fixes and includes new polling support.
- HSTS support, as well as SSL redirect headers, and HAProxy reocmmended default logging configuration. (thx @arhea)
- fixed bug with overlay networking and proxy disconnects
- improved polling support
- doc updates for interlock config options
- nginx doc updates (thx @anton44eg)
Docker Image is available at ehazlett/interlock:1.2.0
(https://hub.docker.com/r/ehazlett/interlock/)
Note: the latest
tag on the Docker Hub has been updated this release to point to 1.2.0. If you need to use the legacy release (not recommended) you can access it via ehazlett/interlock:legacy
.
v1.1.3
This is a bug fix release.
Core
- Bug fixed: if Interlock was launched on a Swarm manager that did not have a Swarm agent, restart events were missed
Docker Image is available at ehazlett/interlock:1.1.3 (https://hub.docker.com/r/ehazlett/interlock/)
v1.1.2
This is a minor update.
Core
- fixed bug where configuration was being forced and environment was being ignored
- added support for polling instead of event stream (event stream is still default) see the docs for details.
Docker Image is available at ehazlett/interlock:1.1.2 (https://hub.docker.com/r/ehazlett/interlock/)
v1.1.1
Core
- Add ability to enable/disable rewrites for context roots
- Add support for ip_hash sticky sessions
- Enable external configuration templates
- Fixed bug where container ID was not detected
- Fixed bug where proxy containers were not properly restarted
Docs
- Added UCP example
- Minor updates to Swarm examples
Thanks
Many thanks to the following contributors this release!:
Docker Image is available at ehazlett/interlock:1.1.1
(https://hub.docker.com/r/ehazlett/interlock/)