Skip to content

v1.2.0

Choose a tag to compare

@twratl twratl released this 03 Mar 16:15
· 360 commits to main since this release
1ae6d0b

What's New

  • Support for Azure Managed Identities as federation providers.

Enhancements

  • Fall back to reduced functionality (no shell completion) when the python environment is using click<8.0.0.

Bug Fixes

  • If a justification for checkout/secrets viewing is provided, ensure it is <=255 characters.
  • Fix issue with extraction of OIDC token expiration time. Moved to jwt library to perform the token decode.

Dependencies

  • Switching britive dependency from a compatible version requirement to a >= requirement to capture minor updates.
  • britive>=2.16.0 from britive~=2.15.1

Other

  • Modify the error handling and reporting process to not raise click.ClickException exceptions in the safe_cli method. Instead, raise the underlying exception so a better error message is provided.