Releases: ehazlett/interlock
Releases · ehazlett/interlock
v1.1.0
Core
- fix SSL / SNI verification bug (thx @owen!)
- configuration can now be loaded via an environment variable (
INTERLOCK_CONFIG
containing the configuration as text) - improved test coverage
Load Balancer
- Overlay networking support
- Interlock will now only restart a ratio of proxy containers per Interlock instance
- Proxy container configuration is injected into the container (Volumes are no longer needed)
Docs
- added example using Docker Machine and Swarm
Docker Image published as ehazlett/interlock:1.1.0
v1.0.0
Interlock 1.0!
NOTE: this is a major refactor from the previous version of Interlock. See the "Major Changes" below for details.
The "latest" Docker Image tag will remain pointed at v0.3.3, the legacy version. This is to allow for current users to migrate. The "latest" Docker Image tag will be updated as the new version after a couple of releases to allow for migration from legacy users. It is strongly recommended to use the latest release as legacy is no longer maintained.
Major Changes:
- External Proxy Containers are now required (see the docs for details)
- Swarm Reconnect (Interlock will now attempt to re-connect upon Swarm failure or connection loss)
- Docker Universal Control Plane official support (see https://blog.docker.com/2016/03/configuring-load-balancing-service-discovery-docker-universal-control-plane/ for the reference architecture)
Builds
See https://hub.docker.com/r/ehazlett/interlock/ for the Docker Images