Commit f556bb4 1 parent 8e9f4d5 commit f556bb4 Copy full SHA for f556bb4
File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [ 1.x.x] - Unreleased
8
8
### Changed
9
9
10
+ ## [ 1.2.1] - 2020-11-18
11
+ ### Changed
12
+ - URL encode spaces in scope in order for Mac OS Big Sur to recognize the authorization URL as a proper URL.
13
+
10
14
## [ 1.2.0] - 2020-08-11
11
15
### Changed
12
16
- Add ` tbac ` and ` email ` scope to token server authorization request, which will result in an ID token containing only
13
- claims (groups specifically) relevant to TBAC. This often cuts the returned token size in half or more.
17
+ claims (groups specifically) relevant to TBAC. This often cuts the returned token size in half or more.
14
18
- Will now verify certificates for any known Bisnode cluster.
15
19
16
20
## [ 1.1.1] - 2020-05-29
17
21
### Changed
18
- - kubectl-login will now exit after 10 minutes of idling. This in order to prevent the program from staying in the
22
+ - kubectl-login will now exit after 10 minutes of idling. This in order to prevent the program from staying in the
19
23
background if left unattended.
20
24
- Added a sleep in the main loop to avoid hogging the CPU while active.
21
25
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
"k8s.io/client-go/tools/clientcmd/api"
24
24
)
25
25
26
- const version = "1.2.0 "
26
+ const version = "1.2.1 "
27
27
28
28
const usageInstructions string = `Usage of kubectl login:
29
29
--force
You can’t perform that action at this time.
0 commit comments