Skip to content

Releases: ehazlett/interlock

v1.4.3

30 Aug 12:06
Compare
Choose a tag to compare

Fixes issue with duplicate Websocket endpoints

Latest release available on the Docker Store: ehazlett/interlock:1.4.3

v1.4.2

31 Jul 19:20
Compare
Choose a tag to compare

Fixed issue with SSL and custom ports (#238)

Latest release available on the Docker Store: ehazlett/interlock:1.4.2

v1.4.1

20 Jul 14:42
3e832e8
Compare
Choose a tag to compare

Patch release v1.4.1

  • Fixes bug where a container with a private port only and no interlock.port label would use a 0 port (#237)

Latest release available on the Docker Store: ehazlett/interlock:1.4.1

v1.4.0

20 Jul 14:30
Compare
Choose a tag to compare

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

23 May 20:08
408d3b9
Compare
Choose a tag to compare

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

10 Nov 14:57
d617b05
Compare
Choose a tag to compare

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

03 Jun 15:20
cef2526
Compare
Choose a tag to compare

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

25 May 02:46
bfc3d98
Compare
Choose a tag to compare

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

24 May 21:22
c79a5f6
Compare
Choose a tag to compare

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

11 May 20:13
v1.1.1
8e4ea06
Compare
Choose a tag to compare

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/)