Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anderseknert committed Nov 18, 2020
1 parent 8e9f4d5 commit f556bb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.x.x] - Unreleased
### Changed

## [1.2.1] - 2020-11-18
### Changed
- URL encode spaces in scope in order for Mac OS Big Sur to recognize the authorization URL as a proper URL.

## [1.2.0] - 2020-08-11
### Changed
- Add `tbac` and `email` scope to token server authorization request, which will result in an ID token containing only
claims (groups specifically) relevant to TBAC. This often cuts the returned token size in half or more.
claims (groups specifically) relevant to TBAC. This often cuts the returned token size in half or more.
- Will now verify certificates for any known Bisnode cluster.

## [1.1.1] - 2020-05-29
### Changed
- kubectl-login will now exit after 10 minutes of idling. This in order to prevent the program from staying in the
- kubectl-login will now exit after 10 minutes of idling. This in order to prevent the program from staying in the
background if left unattended.
- Added a sleep in the main loop to avoid hogging the CPU while active.

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"k8s.io/client-go/tools/clientcmd/api"
)

const version = "1.2.0"
const version = "1.2.1"

const usageInstructions string = `Usage of kubectl login:
--force
Expand Down

0 comments on commit f556bb4

Please sign in to comment.