File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 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:__
Original file line number Diff line number Diff line change 1- __version__ = '2.1.0-rc.7 '
1+ __version__ = '2.1.0'
You can’t perform that action at this time.
0 commit comments