You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
All changes to the package starting with v0.3.1 will be logged here.
4
4
5
+
## v0.8.0 [2023-01-05]
6
+
#### What's New
7
+
* Ability to store a GCP `gcloud` key file locally so `eval $(pybritive checkout "profile" -m gcloudauth)` will automatically authenticate the user with the gcloud CLI.
8
+
* Ability to override the default location of the GCP `gcloud` key file with `pybritive checkout "profile" -m gcloudauth --gcloud-key-file /path/to/key.json`
9
+
* New command `clear` with subcommands `cache` and `gcloud-key-files`. `cache` has same functionality as `pybritive cache clear` and `gcloud-key-files` will remove all `pybritive` generated temporary key files stored in the default location.
10
+
11
+
#### Enhancements
12
+
* None
13
+
14
+
#### Bug Fixes
15
+
* None
16
+
17
+
#### Dependencies
18
+
*`britive~=2.12.4` from `britive~=2.12.3` - AWS provider optional session token
0 commit comments