Skip to content

v2.3.0

Choose a tag to compare

@theborch theborch released this 16 Oct 20:20
· 9 commits to main since this release
28ad928

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.