Skip to content

Releases: britive/python-cli

v2.1.0-rc.7

10 Mar 20:28
288118f

Choose a tag to compare

v2.1.0-rc.7 [2025-03-10]

What's New:

  • None

Enhancements:

  • None

Bug Fixes:

  • Fixed inverted catalogAppDisplayName|catalogAppName in _set_available_profiles and sped up generation.

Dependencies:

  • None

Other:

  • None

v2.1.0

10 Mar 21:24
b60f676

Choose a tag to compare

v2.1.0 [2025-03-10]

What's New:

  • pybritive-aws-cred-process can now prompt users for otp or justification when needed.
  • my_resource profile checkouts can now specify a response_template by appending /{template name} to the profile.
  • Added "Global Settings" section to docs site.

Enhancements:

  • Added ITSM --ticket-type --ticket-id options.
  • Additional global config settings: my_[access|resources]_retrieval_limit to limit size of retrieved items.

Bug Fixes:

  • Fixed missing exceptions.StepUpAuthRequiredButNotProvided catch during checkout.

Dependencies:

  • britive>=4.1.2,<5.0
  • colored>=2.2.5

Other:

  • Python 3.8 is EOL, so support is dropped.
  • Allow _ uniformity for auto_refresh_[kube_config|profile_cache] in global config.
  • Tests and Documentation updates for SDK alignment.

v2.1.0-rc.6

07 Mar 03:47
54a2e83

Choose a tag to compare

v2.1.0-rc.6 [2025-03-06]

What's New:

  • None

Enhancements:

  • None

Bug Fixes:

  • Return all profiles if not limited with my_access_retrieval_limit.

Dependencies:

  • britive>=4.1.2,<5.0

Other:

  • None

v2.1.0-rc.5

07 Mar 02:42
cb6d636

Choose a tag to compare

v2.1.0-rc.5 [2025-03-06]

What's New:

  • None

Enhancements:

  • Return the desired quantity of actual profiles when using my_access_retrieval_limit.

Bug Fixes:

  • None

Dependencies:

  • None

Other:

  • None

v2.1.0-rc.3

01 Mar 00:27
fb468eb

Choose a tag to compare

v2.1.0-rc.3 [2025-02-28]

What's New:

  • None

Enhancements:

  • None

Bug Fixes:

  • source_federation_token is a util now.

Dependencies:

  • None

Other:

  • None

v2.1.0-rc.2

28 Feb 23:53
2ea8d06

Choose a tag to compare

v2.1.0-rc.2 [2025-02-28]

What's New:

  • None

Enhancements:

  • None

Bug Fixes:

  • getopt typo in pybritive-aws-cred-process

Dependencies:

  • None

Other:

  • None

v2.1.0-rc.1

24 Feb 16:39
07d85d2

Choose a tag to compare

v2.1.0-rc.1 [2025-02-24]

What's New:

  • None

Enhancements:

  • None

Bug Fixes:

  • None

Dependencies:

  • colored>=2.2.5

Other:

  • Tests and Documentation updates for SDK alignment.

v2.1.0-rc.0

30 Jan 18:23
806dbb1

Choose a tag to compare

v2.1.0-rc.0 [2025-01-27]

What's New:

  • pybritive-aws-cred-process can now prompt users for otp or justification when needed.
  • my_resource profile checkouts can now specify a response_template by appending /{template name} to the profile.

Enhancements:

  • Added ITSM --ticket-type --ticket-id options.

Bug Fixes:

  • None

Dependencies:

  • britive~=4.0

Other:

  • Python 3.8 is EOL, so support is dropped.

v2.0.1

17 Jan 21:39
24813ac

Choose a tag to compare

v2.0.1 [2025-01-17]

What's New:

  • None

Enhancements:

  • None

Bug Fixes:

  • None

Dependencies:

  • Pinned britive to major version 3.

Other:

  • None

v2.0.0

20 Sep 18:37
d751e04

Choose a tag to compare

v2.0.0 [2024-09-09]

What's New:

  • Added colors to banner output.
  • Added Step Up authentication to my_secrets

Enhancements:

  • Switched to ruff for style linting and code-quality checking.

Bug Fixes:

  • Fixed issue with global default_tenant test.

Dependencies:

  • Dropped python3.7 support.
  • Dropped pkg_resources dependency.
  • Upgrade britive to >=3.0.0
  • Upgrade click to >=8.1.7

Other:

  • Dropped legacy import functionality for the now long deprecated Node.js CLI.