Skip to content

Commit 74bc6c5

Browse files
committed
v2.3.0
1 parent 802adcd commit 74bc6c5

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
> As of v1.4.0, release candidates will be published in an effort to get new features out faster while still allowing
44
> time for full QA testing before moving the release candidate to a full release.
55
6+
## v2.3.0 [2025-10-16]
7+
8+
__What's New:__
9+
10+
* Applications, Environments, Profiles, Resources, and Secrets have a new `--search-text|-S` flag for listing with `ls`.
11+
12+
__Enhancements:__
13+
14+
* Added `search_text` parameter to `list_[applications|environments|profiles|resources|secrets]`
15+
* Added `list_requests` functionality.
16+
17+
__Bug Fixes:__
18+
19+
* Added `PYBRITIVE_ENCRYPTED_CREDENTIAL_PASSPHRASE` env var for AWS/k8s helpers.
20+
* Refactored default `passphrase` as `uuid.getnode` doesn't afford repeatability in sandboxed environments, e.g. `uv`.
21+
* Corrected `my_access` profiles with empty description getting errant `Resource` default value.
22+
* Updated `list_[applications|environments]` to exclude unrelated `my-resources` profiles and replace `null` with `''`.
23+
24+
__Dependencies:__
25+
26+
* None
27+
28+
__Other:__
29+
30+
* Dropped temporary `_get_missing_session_attributes` method, API has been corrected.
31+
632
## v2.2.3 [2025-08-06]
733

834
__What's New:__

src/pybritive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.2.3'
1+
__version__ = '2.3.0'

0 commit comments

Comments
 (0)