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

Latest commit

 

History

History
61 lines (31 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

61 lines (31 loc) · 2.41 KB

Changelog

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.

0.9.4: New docker and kubernetes backends

This release adds support for the new docker and kubernetes backends.

0.9.3: Metrics integration

This release integrates the metrics library which is now required as a dependency when creating a HTTP client.

0.9.2: Bumped HTTP dependency

This release bumps the http dependency to 0.9.2 and changes the Url to URL in the setting.

0.9.1 Disabling configuration client

This release restores the ContainerSSH 0.3 functionality where passing an empty url in the configuration would disable fetching configuration from the config server.

0.9.0 Initial Release

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 sshlisten.