Skip to content

Commit fed61a8

Browse files
committed
v2.1.0
1 parent 616f608 commit fed61a8

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
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.1.0 [2025-03-10]
7+
8+
__What's New:__
9+
10+
* `pybritive-aws-cred-process` can now prompt users for `otp` or `justification` when needed.
11+
* `my_resource` profile checkouts can now specify a `response_template` by appending `/{template name}` to the profile.
12+
* Added "Global Settings" section to docs site.
13+
14+
__Enhancements:__
15+
16+
* Added ITSM `--ticket-type` `--ticket-id` options.
17+
* Additional `global` config settings: `my_[access|resources]_retrieval_limit` to limit size of retrieved items.
18+
19+
__Bug Fixes:__
20+
21+
* Fixed missing `exceptions.StepUpAuthRequiredButNotProvided` catch during `checkout`.
22+
23+
__Dependencies:__
24+
25+
* `britive>=4.1.2,<5.0`
26+
* `colored>=2.2.5`
27+
28+
__Other:__
29+
30+
* Python 3.8 is EOL, so support is dropped.
31+
* Allow `_` uniformity for `auto_refresh_[kube_config|profile_cache]` in `global` config.
32+
* Tests and Documentation updates for SDK alignment.
33+
634
## v2.1.0-rc.7 [2025-03-10]
735

836
__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.1.0-rc.7'
1+
__version__ = '2.1.0'

0 commit comments

Comments
 (0)