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
+28-2Lines changed: 28 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,33 @@
2
2
3
3
* As of v1.4.0 release candidates will be published in an effort to get new features out faster while still allowing time for full QA testing before moving the release candidate to a full release.
4
4
5
-
## v1.6.0rc4 [2023-11-06]
5
+
## v1.6.0 [2023-11-08]
6
+
#### What's New
7
+
* Initial support for Kubernetes - this functionality is not yet available publicly on the Britive Platform - this is a beta feature for internal use only
8
+
9
+
#### Enhancements
10
+
* Add command `cache kubeconfig`
11
+
* Update command `cache clear` to delete the kube config file if it exists
12
+
* Add global config flag `auto-refresh-kube-config` set by `configure update global auto-refresh-kube-config true`
13
+
* Add checkout mode `k8s-exec` for use exclusively inside an `exec` command of a kube config file
14
+
* Add console helper script `pybritive-kube-exec` for use exclusively inside an `exec` command of a kube config file
15
+
* Add the `pybritive` package version into the `User-Agent` string used by the Britive Python SDK (`britive` package)
16
+
* For command `ls profiles -c` show the time remaining for the checkout
17
+
* Add new flag `-e/--extend` to command `checkout` which will extend the expiration time of a currently checked out profile (only applicable to specific application types)
18
+
19
+
20
+
#### Bug Fixes
21
+
* Clarified language in an error message when an authentication token has been invalidated on the server side and the resulting action the user must take to clear the token
22
+
* Fix bug in `configure import` related to the default AWS checkout mode
23
+
24
+
#### Dependencies
25
+
*`britive>=2.23.0`
26
+
27
+
#### Other
28
+
* Documentation update to reflect that auto-login via browser will only work if the browser launched by `pybritive` is the same as the browser where the user is already authenticated to Britive.
29
+
30
+
31
+
## v1.6.0rc5 [2023-11-06]
6
32
#### What's New
7
33
* None
8
34
@@ -36,6 +62,7 @@
36
62
#### Other
37
63
* None
38
64
65
+
39
66
## v1.6.0rc3 [2023-10-31]
40
67
#### What's New
41
68
* None
@@ -71,7 +98,6 @@
71
98
* None
72
99
73
100
74
-
75
101
## v1.6.0rc1 [2023-10-25]
76
102
#### What's New
77
103
* Initial support for Kubernetes - this functionality is not yet available publicly on the Britive Platform - this is a beta feature for internal use only
0 commit comments