Skip to content

Commit 30fa7b7

Browse files
committed
v2.2.2
1 parent 4130ed6 commit 30fa7b7

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.2.2 [2025-07-25]
7+
8+
__What's New:__
9+
10+
* None
11+
12+
__Enhancements:__
13+
14+
* Added profile `sessionAttributes` to `context` when building `britive/kube/config`.
15+
16+
__Bug Fixes:__
17+
18+
* Fixed issue with `console_fallback` when checking out a Resource profile with no console access.
19+
20+
__Dependencies:__
21+
22+
* None
23+
24+
__Other:__
25+
26+
* Dropped `_get_missing_env_properties` workaround.
27+
628
## v2.2.1 [2025-06-26]
729

830
__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.1'
1+
__version__ = '2.2.2'

0 commit comments

Comments
 (0)