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

Releases: ContainerSSH/auth

1.0.2: Fixed subpath handling

18 Oct 07:25
81af450
Compare
Choose a tag to compare

This release fixes a bug where subpaths (e.g. /auth/password) were not handled correctly.

1.0.1: Fixing ignored authentication config

08 Apr 20:49
251a4b4
Compare
Choose a tag to compare

This release fixes ContainerSSH/ContainerSSH#167 where both the password and the pubkey options are ignored in the configuration.

1.0.0: First stable release

01 Apr 14:32
Compare
Choose a tag to compare

This release tags the first stable version for ContainerSSH 0.4.0.

0.9.6: Server ready message

09 Mar 09:03
Compare
Choose a tag to compare
Pre-release

This release adds a message when the authentication server is ready.

0.9.5: Direct metrics support

07 Mar 22:26
Compare
Choose a tag to compare
Pre-release

This release adds metrics support directly in the auth library.

0.9.4: Authentication retry

04 Mar 18:47
Compare
Choose a tag to compare
Pre-release

This release adds retries to the authentication process. This allows ContainerSSH to retry requests that lead to a non-200 status code.

0.9.3: Bumped HTTP dependency

12 Dec 00:10
33acd6a
Compare
Choose a tag to compare
Pre-release

Bumped http dependency to 0.9.2.

0.9.2: Fixed YAML and JSON serialization

10 Dec 22:37
8262b60
Compare
Choose a tag to compare

This release fixes how the client configuration structure is serialized and unserialized. Previously, we missed to add the inline option to the embedded option to the HTTP client config which lead to a substructure being created. This is now fixed.

0.9.1: Changed public key to authorized key format

05 Dec 22:05
15238ae
Compare
Choose a tag to compare

This release changes the publicKeyBase64 field to publicKey and the format from the OpenSSH wire format to the authorized_keys format.

This also means that the internal API format changes from []byte to string.

Transitioning to the authorized_keys format should make it easier for auth server implementers to authenticate against SSH keys.

0.9.0: Initial release

05 Dec 20:46
Compare
Choose a tag to compare
Pre-release

This is the initial release of this library