Skip to content

Releases: Bisnode/kubectl-login

v1.2.5

19 Oct 13:59
a46e5b9
Compare
Choose a tag to compare
Add labcluster certificate

* add lab certs
* Update CHANGELOG.md
* fix new line (to squash)

v1.2.4

17 Apr 10:32
cbf8763
Compare
Choose a tag to compare
Merge pull request #23 from Bisnode/dev-redeploy

Changed ca-cert after rolling out new dev-cluster

v1.2.3

18 Mar 08:10
3b66319
Compare
Choose a tag to compare
Merge pull request #18 from Bisnode/bump-kubectl-login-version

Auto bump kubectl-login version

v1.2.2

17 Mar 12:38
f39b715
Compare
Choose a tag to compare
Merge pull request #17 from Bisnode/create-release

Fix artifacts zip format

v1.2.1

18 Nov 13:34
Compare
Choose a tag to compare
  • URL encode spaces in scope in order for Mac OS Big Sur to recognize the authorization URL as a proper URL.

v1.2.0

17 Aug 08:41
ffdac41
Compare
Choose a tag to compare
  • 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.
  • Will now verify certificates for any known Bisnode cluster.

v1.1.1

30 May 08:40
9334a3b
Compare
Choose a tag to compare
  • 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.

v1.1.0

12 Feb 11:24
Compare
Choose a tag to compare
  • Token is now stored outside of KUBECONFIG to avoid it being sent when expired, as described in the kubernetes issue #87369.

1.0.1

23 Jan 09:12
Compare
Choose a tag to compare

Changed

  • Fixed bug in kubectl-login whoami where team belonging would be blank in output.
  • Fixed bug in kubectl-login whoami that cut out parts of longer team names.

1.0.0

21 Jan 13:28
Compare
Choose a tag to compare

First release