Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Releases: ContainerSSH/docker

2.0.1: Go versioning bump

23 May 14:32
Compare
Choose a tag to compare

This release works around Go version caching.

2.0.0: Ignored inline option

23 May 14:04
cbfd9f9
Compare
Choose a tag to compare

This release fixes an issue with the launch config where it would not be inlined properly. This is a backwards-incompatible change as the JSON structure changes.

1.0.0: First stable release

01 Apr 14:41
Compare
Choose a tag to compare

This release tags the first stable version for ContainerSSH 0.4.0.

0.9.12: Moved to using the ContainerSSH agent for the init process

30 Mar 21:07
Compare
Choose a tag to compare

This release moves to using the new ContainerSSH agent wait-signal feature as an init process instead of the bash solution.

0.9.11: Better JSON and YAML support

08 Mar 22:29
Compare
Choose a tag to compare
Pre-release

Explicitly disabled internal fields in JSON or YAML.

0.9.10: Minor fixes

08 Mar 10:09
5b732c3
Compare
Choose a tag to compare
0.9.10: Minor fixes Pre-release
Pre-release

This release cleans up various log messages and adds small fixes.

0.9.9: Better logging, race condition fixes

28 Feb 06:52
Compare
Choose a tag to compare

This release adds extensive logging as well as fixes a few non-critical race conditions that lead to confusing error messages.

0.9.8: Conformance tests

12 Jan 23:02
Compare
Choose a tag to compare
Pre-release

This release makes use of the comprehensive conformance test introduced in sshserver and fixes a number of issues found in the process.

0.9.7: Regression bugfix

31 Dec 01:01
Compare
Choose a tag to compare
Pre-release

This release fixes a regression where non-TTY connections would not be handled correctly when running in connection mode.

0.9.6: Added Validate() for DockerRun

30 Dec 00:39
Compare
Choose a tag to compare
Pre-release

This release adds a Validate() method for the DockerRun backend.