Skip to content

Commit f556bb4

Browse files
committed
v1.2.1
1 parent 8e9f4d5 commit f556bb4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [1.x.x] - Unreleased
88
### Changed
99

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+
1014
## [1.2.0] - 2020-08-11
1115
### Changed
1216
- 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.
1418
- Will now verify certificates for any known Bisnode cluster.
1519

1620
## [1.1.1] - 2020-05-29
1721
### 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
1923
background if left unattended.
2024
- Added a sleep in the main loop to avoid hogging the CPU while active.
2125

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
"k8s.io/client-go/tools/clientcmd/api"
2424
)
2525

26-
const version = "1.2.0"
26+
const version = "1.2.1"
2727

2828
const usageInstructions string = `Usage of kubectl login:
2929
--force

0 commit comments

Comments
 (0)