Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump oidc-login to v1.17.0 #493

Merged
merged 1 commit into from Feb 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions plugins/oidc-login.yaml
Expand Up @@ -24,10 +24,10 @@ spec:
You need to setup the OIDC provider, Kubernetes API server, role binding and kubeconfig.
See https://github.com/int128/kubelogin for more.

version: v1.16.0
version: v1.17.0
platforms:
- uri: https://github.com/int128/kubelogin/releases/download/v1.16.0/kubelogin_linux_amd64.zip
sha256: "9b6cf9a886867f5b0d0f92b8a4b277698b41618352a7e7b51db0ae95e2635127"
- uri: https://github.com/int128/kubelogin/releases/download/v1.17.0/kubelogin_linux_amd64.zip
sha256: "3fc82c4de760cb7969e0c1dd826a59ba1b0477f7ed08cbd66f002977f7b79868"
bin: kubelogin
files:
- from: kubelogin
Expand All @@ -38,8 +38,8 @@ spec:
matchLabels:
os: linux
arch: amd64
- uri: https://github.com/int128/kubelogin/releases/download/v1.16.0/kubelogin_darwin_amd64.zip
sha256: "ff3bd8061fcf7e8e24d2ff2a8a2f00ddb38b09afc17a0c48d8b3f904f21cac0b"
- uri: https://github.com/int128/kubelogin/releases/download/v1.17.0/kubelogin_darwin_amd64.zip
sha256: "d09f4fdaf96a1310a106d7a927d49c84f8bf2a8ca2f2348e91832a2955c73b9c"
bin: kubelogin
files:
- from: kubelogin
Expand All @@ -50,8 +50,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
- uri: https://github.com/int128/kubelogin/releases/download/v1.16.0/kubelogin_windows_amd64.zip
sha256: "424e0ab4f509e06b106a9c5cd90d22a2f07618ba67a6ba93e921f4e5384c2580"
- uri: https://github.com/int128/kubelogin/releases/download/v1.17.0/kubelogin_windows_amd64.zip
sha256: "76e8f125204d79d642b72e0312dabe0c9debf8c2714312cce18a519c48a8eaea"
bin: kubelogin.exe
files:
- from: kubelogin.exe
Expand Down