Skip to content

Commit 04ba08a

Browse files
committed
v2.1.0-rc.0
1 parent b1d8d0f commit 04ba08a

4 files changed

Lines changed: 28 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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-rc.0 [2025-01-27]
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+
13+
__Enhancements:__
14+
15+
* Added ITSM `--ticket-type` `--ticket-id` options.
16+
17+
__Bug Fixes:__
18+
19+
* None
20+
21+
__Dependencies:__
22+
23+
* `britive~=4.0`
24+
25+
__Other:__
26+
27+
* Python 3.8 is EOL, so support is dropped.
28+
629
## v2.0.1 [2025-01-17]
730

831
__What's New:__

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Britive, Inc
3+
Copyright (c) 2025 Britive, Inc
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ nav:
77
- GitHub Repo: https://github.com/britive/python-cli
88
theme: readthedocs
99
repo_url: https://github.com/britive/python-cli
10-
edit_uri: ''
11-
copyright: 2024 Britive, Inc.
10+
edit_uri: ""
11+
copyright: 2025 Britive, Inc.
1212
markdown_extensions:
1313
- attr_list
1414
- mkdocs-click
1515
- admonition
1616
watch:
1717
- src/pybritive/commands/
18-
- src/pybritive/
18+
- src/pybritive/

src/pybritive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.1'
1+
__version__ = '2.1.0-rc.0'

0 commit comments

Comments
 (0)