Skip to content

v2.1.0

Choose a tag to compare

@theborch theborch released this 10 Mar 21:24
· 61 commits to main since this release
b60f676

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.