Releases: isambard-sc/conch
Releases · isambard-sc/conch
0.3.5
0.3.4
Changed
- Improve error message around missing short name.
0.3.3
Fixed
- Ensure that
log_formataccepts snake_case values.
0.3.2
Changed
- Now prints the user agent to the log.
- Set the certificate serial number to a random number. The number should not be absolutely relied upon to be unique.
0.3.1
Added
- Add internal flag to strip trailing component from dotted-path project IDs.
0.3.0
Added
- Add an
/oidcendpoint to get the OIDC information to use. - Add an
extensionsconfiguration option to chose the SSH extensions to enable.
Changed
- Change the format of the
projectsclaim required from the OIDC provder.
0.2.0
Changed
- Make the claim→principal mapping configurable.
There is no longer any default mapper so no principals will be set unless you set one in the config.
Added
- Add a
/public_keyendpoint to retrieve the currently-used public key
0.1.9
Fixed
- Raise error if the user's short name is not set.
0.1.8
Changed
- [OCI] Build Conch with MUSL and base the image on a static distroless image. This reduces attack surface and reduces image size by 66%.
0.1.7
Changed
- [helm] Only trigger reinstall if actual data in ConfigMap changes.