Releases: ContainerSSH/docker
2.0.1: Go versioning bump
This release works around Go version caching.
2.0.0: Ignored inline option
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
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
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
Explicitly disabled internal fields in JSON or YAML.
0.9.10: Minor fixes
This release cleans up various log messages and adds small fixes.
0.9.9: Better logging, race condition fixes
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
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
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
This release adds a Validate()
method for the DockerRun backend.