Skip to content

Releases: int128/kubelogin

v1.15.0

01 Nov 02:40
74108ad
Compare
Choose a tag to compare

v1.14.5

22 Oct 02:26
fccef52
Compare
Choose a tag to compare

v1.14.4

04 Oct 13:39
b5922f9
Compare
Choose a tag to compare

v1.14.3

11 Sep 01:03
25c7c1e
Compare
Choose a tag to compare

v1.14.2

18 Aug 08:00
c8967fa
Compare
Choose a tag to compare

Breaking change

Default token cache has been moved to ~/.kube/cache/oidc-login. You may need to remove the old cache file ~/.kube/oidc-login.token-cache.

v1.14.1

01 Aug 01:56
4f566a7
Compare
Choose a tag to compare

v1.14.0

26 Jul 10:36
Compare
Choose a tag to compare

v1.13.0

10 Jul 01:04
79d8056
Compare
Choose a tag to compare
  • 79d8056 Check nonce of ID token in the authorization code flow (#112)
  • ce61e09 Refresh the ID token if it has expired (#108)
  • 391754e Cache oidc.Provider to reduce discovery requests (#107)

v1.12.0

06 Jun 00:32
97b0bdd
Compare
Choose a tag to compare

v1.11.0

16 May 13:01
7011f03
Compare
Choose a tag to compare

Breaking changes

  • Port 18000 will be used instead if port 8000 is not available. You may need to add http://localhost:18000 to redirect URIs on the OIDC provider.
  • Environment variables $KUBELOGIN_LISTEN_PORT, $KUBELOGIN_INSECURE_SKIP_TLS_VERIFY and $KUBELOGIN_SKIP_OPEN_BROWSER are no longer supported. Use the corresponding options instead.
  • Invalid certificates are rejected now. This is same as kubectl.