Skip to content

Releases: isambard-sc/conch

0.3.5

17 Sep 14:46

Choose a tag to compare

Fixed

  • Correctly parse missing proxy_jump as None.

0.3.4

14 Feb 11:22

Choose a tag to compare

Changed

  • Improve error message around missing short name.

0.3.3

12 Feb 17:03

Choose a tag to compare

Fixed

  • Ensure that log_format accepts snake_case values.

0.3.2

12 Feb 16:43

Choose a tag to compare

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

03 Feb 12:28

Choose a tag to compare

Added

  • Add internal flag to strip trailing component from dotted-path project IDs.

0.3.0

30 Jan 10:38

Choose a tag to compare

Added

  • Add an /oidc endpoint to get the OIDC information to use.
  • Add an extensions configuration option to chose the SSH extensions to enable.

Changed

  • Change the format of the projects claim required from the OIDC provder.

0.2.0

05 Nov 23:42

Choose a tag to compare

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_key endpoint to retrieve the currently-used public key

0.1.9

18 Sep 10:00

Choose a tag to compare

Fixed

  • Raise error if the user's short name is not set.

0.1.8

10 Sep 12:55

Choose a tag to compare

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

09 Sep 17:41

Choose a tag to compare

Changed

  • [helm] Only trigger reinstall if actual data in ConfigMap changes.