Releases: ContainerSSH/docker
0.9.5: Metrics integration
This release integrates the metrics library and adds two parameters to New
and NewDockerRun
methods:
backendRequestsMetric
is a counter counting the number of requests to the Docker daemon.backendFailuresMetric
is a counter counting the number of failed requests to the docker daemon.
0.9.4: Bug fix
Fixed nil pointer on validation when host config is nil.
0.9.3: Nil support
In this release we are adding support for nil
values when unmashalling JSON/YAML into time.Duration structures.
0.9.2: More compatibility fixes
This release adds more compatibility fixes with the 0.3 config format and the ability to unserialize durations from string instead of numbers.
0.9.1: JSON unmarshalling
The previous version of this library incorrectly unmarshalled JSON causing an endless loop. This release fixes JSON unmarshalling.
0.9.0: Split docker from dockerrun
In this release we split off the now-deprecated dockerrun
backend. This new backend provides better compatibility and support for the ContainerSSH Guest Agent.
Additionally, since we are switching to the Docker client v.20 the documentation will receive an addition explaining that the configuration server needs to be updated and deployed together with ContainerSSH.