Configuration options for the health check service added.
This release fixes the previous release which still depended on old Docker and Kubernetes libraries.
This release fixes bugs introduced with the ContainerSSH 0.4.0 version in the Docker and Kubernetes libraries where configuration encoding/decoding didn't work properly. This is a backwards-incompatible change with respect to those libraries.
This is the first stable release for ContainerSSH 0.4.0.
This release adds the new SSH proxy backend.
This release adds a message when the configuration server is started.
This release adds the new message code based logging.
This release updates the Docker, Kubernetes, and Metrics dependency to the latest releases.
This release adds a Validate()
method to the configuration that allows for check the configuration on loading.
This release adds support for the new security library. It also adds a metric for config server requests and updates several libraries to their latest versions.
This release adds support for the new docker and kubernetes backends.
This release integrates the metrics library which is now required as a dependency when creating a HTTP client.
This release bumps the http dependency to 0.9.2 and changes the Url
to URL
in the setting.
This release restores the ContainerSSH 0.3 functionality where passing an empty url
in the configuration would disable fetching configuration from the config server.
This is the initial port from ContainerSSH 0.3. It is able to load ContainerSSH 0.3 configuration files, but deprecates the listen
option in the root configuration and instead moves it to ssh
→ listen
.