Skip to content

Releases: britive/python-cli

v2.3.1

08 Dec 17:59
356b6c8

Choose a tag to compare

v2.3.1 [2025-12-08]

What's New:

  • None

Enhancements:

  • None

Bug Fixes:

  • Removed trailing slashes in urls

Dependencies:

  • None

Other:

  • None

v2.3.0

16 Oct 20:20
28ad928

Choose a tag to compare

v2.3.0 [2025-10-16]

What's New:

  • Applications, Environments, Profiles, Resources, and Secrets have a new --search-text|-S flag for listing with ls.

Enhancements:

  • Added search_text parameter to list_[applications|environments|profiles|resources|secrets]
  • Added list_requests functionality.

Bug Fixes:

  • Added PYBRITIVE_ENCRYPTED_CREDENTIAL_PASSPHRASE env var for AWS/k8s helpers.
  • Refactored default passphrase as uuid.getnode doesn't afford repeatability in sandboxed environments, e.g. uv.
  • Corrected my_access profiles with empty description getting errant Resource default value.
  • Updated list_[applications|environments] to exclude unrelated my-resources profiles and replace null with ''.

Dependencies:

  • None

Other:

  • Dropped temporary _get_missing_session_attributes method, API has been corrected.

v2.2.3

06 Aug 20:51
ed639f0

Choose a tag to compare

v2.2.3 [2025-08-06]

What's New:

  • None

Enhancements:

  • None

Bug Fixes:

  • None

Dependencies:

  • None

Other:

  • Switched to absolute imports in cli_interface for packaging purposes.

v2.2.2

28 Jul 14:16
aa206e5

Choose a tag to compare

v2.2.2 [2025-07-25]

What's New:

  • None

Enhancements:

  • Added profile sessionAttributes to context when building britive/kube/config.

Bug Fixes:

  • Fixed issue with console_fallback when checking out a Resource profile with no console access.

Dependencies:

  • None

Other:

  • Dropped _get_missing_env_properties workaround.

v2.2.1

27 Jun 15:26
29f0d3c

Choose a tag to compare

v2.2.1 [2025-06-26]

What's New:

  • None

Enhancements:

  • None

Bug Fixes:

  • Fixed output error when GCP checkout falls back to console mode for profiles with no programmatic access.
  • Fixed missing responseTemplates when listing resources.

Dependencies:

  • None

Other:

  • None

v2.2.0

08 May 19:02
0fa641c

Choose a tag to compare

v2.2.0 [2025-05-08]

What's New:

  • None

Enhancements:

  • Users can now view configuration details through the configure list command.

Bug Fixes:

  • Fixed missing GCP Standalone credential handling.

Dependencies:

  • None

Other:

  • None

v2.1.4

02 Apr 15:42
5171f94

Choose a tag to compare

v2.1.4 [2025-04-02]

What's New:

  • None

Enhancements:

  • None

Bug Fixes:

  • Fixed missing environments when using list format with ls profiles

Dependencies:

  • None

Other:

  • None

v2.1.3

31 Mar 15:48
7d3c85a

Choose a tag to compare

v2.1.3 [2025-03-31]

What's New:

  • None

Enhancements:

  • None

Bug Fixes:

  • Fixed missing catch for ClickException in pybritive-aws-cred-process after previous catch update change in 9bf6738f

Dependencies:

  • None

Other:

  • None

v2.1.2

14 Mar 14:15
f8dc842

Choose a tag to compare

v2.1.2 [2025-03-14]

What's New:

  • None

Enhancements:

  • None

Bug Fixes:

  • Fixed missing underscore string replace in global field names.

Dependencies:

  • None

Other:

  • None

v2.1.1

13 Mar 19:06
2d57ee8

Choose a tag to compare

v2.1.1 [2025-03-13]

What's New:

  • None

Enhancements:

  • None

Bug Fixes:

  • Skip construct_kube_config if env_properties is missing.
  • Retrieve profileEnvironmentProperties from my_access.list_profiles if the new API doesn't return the data.

Dependencies:

  • None

Other:

  • None