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

Releases: ContainerSSH/docker

0.9.5: Metrics integration

29 Dec 00:38
c18fcb9
Compare
Choose a tag to compare
Pre-release

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

28 Dec 18:51
Compare
Choose a tag to compare
0.9.4: Bug fix Pre-release
Pre-release

Fixed nil pointer on validation when host config is nil.

0.9.3: Nil support

28 Dec 14:51
Compare
Choose a tag to compare
0.9.3: Nil support Pre-release
Pre-release

In this release we are adding support for nil values when unmashalling JSON/YAML into time.Duration structures.

0.9.2: More compatibility fixes

28 Dec 14:41
Compare
Choose a tag to compare
Pre-release

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

28 Dec 12:34
Compare
Choose a tag to compare
Pre-release

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

25 Dec 23:11
Compare
Choose a tag to compare
Pre-release

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.