Skip to content

Releases: int128/kubelogin

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.

v1.10.1

19 Apr 01:53
Compare
Choose a tag to compare

v1.10.0

16 Apr 00:30
356f0d5
Compare
Choose a tag to compare

v1.9.1

09 Apr 04:30
000711f
Compare
Choose a tag to compare
  • 000711f Add support of HTTP_PROXY, HTTPS_PROXY and NO_PROXY (#51)

v1.9.0

05 Apr 01:42
Compare
Choose a tag to compare

1.8.2

09 Nov 04:27
Compare
Choose a tag to compare

#25 Add kubectl plugin support
b72cb63 Fix up #25

1.8

31 Oct 05:17
Compare
Choose a tag to compare
1.8

#22 Skip invalid CA certs instead of raising error (see also #20)
#21 Move to Go Modules
#23 Import github.com/int128/oauth2cli