Skip to content

Releases: ehazlett/interlock

v1.1.0

08 Apr 19:59
v1.1.0
ae32c81
Compare
Choose a tag to compare

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

04 Mar 14:10
v1.0.0
49863fc
Compare
Choose a tag to compare

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:

Builds

See https://hub.docker.com/r/ehazlett/interlock/ for the Docker Images

v0.3.1

17 Sep 21:36
Compare
Choose a tag to compare
  • Fixed backwards compatibility bug with Nginx plugin. If using the pre-0.3.0 ports (8080/8443) the upstreams would not be configured properly.

v0.3.0

21 Aug 14:11
Compare
Choose a tag to compare

SSL Backend support, bug fixes.

Note: this changes the default HAProxy ports to listen on 80 and 443.