Releases: ContainerSSH/configuration
2.1.0: Add health check configuration
Configuration options for the health check service added.
2.0.1: Bugfixes
This release fixes the previous release which still depended on old Docker and Kubernetes libraries.
2.0.0: Bugfixes
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.
1.0.0: First stable release
This is the first stable release for ContainerSSH 0.4.0.
0.9.10: SSH proxy backend
This release adds the new SSH proxy backend.
0.9.9: Startup message
This release adds a message when the configuration server is started.
0.9.8: New logging
This release adds the new message code based logging.
0.9.7: Bumped Docker, Kubernetes and Metrics dependencies
This release updates the Docker, Kubernetes, and Metrics dependency to the latest releases.
0.9.6: Added Validate()
This release adds a Validate() method to the configuration that allows for check the configuration on loading.
0.9.5: Security configuration
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.