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

Publish KubeVault@v2024.1.31 plugin #143

Merged
merged 5 commits into from
Feb 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions plugins/vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: vault
spec:
version: v0.17.0-rc.1
version: v0.17.0
homepage: https://kubevault.com
shortDescription: kubectl plugin for KubeVault by AppsCode
description: |
Expand All @@ -13,8 +13,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/kubevault/cli/releases/download/v0.17.0-rc.1/kubectl-vault-darwin-amd64.tar.gz
sha256: 979b82a4ef86d7d9e71950b29829001f8353455a2587ee6bed7a74f0f7c8b13f
uri: https://github.com/kubevault/cli/releases/download/v0.17.0/kubectl-vault-darwin-amd64.tar.gz
sha256: d959e63d8d29ad067b742f44f776c599c2143ee89ecf37e072e5888ff06994c7
files:
- from: "*"
to: "."
Expand All @@ -23,8 +23,8 @@ spec:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/kubevault/cli/releases/download/v0.17.0-rc.1/kubectl-vault-darwin-arm64.tar.gz
sha256: 706c8b8e94496ec06cbcf7b295157cb1f9e767fefec9eb40902700b349108f6a
uri: https://github.com/kubevault/cli/releases/download/v0.17.0/kubectl-vault-darwin-arm64.tar.gz
sha256: a32bacbe91435134b57d807df23bf4bd45144dd27e23d8e9bdd274fa16991f49
files:
- from: "*"
to: "."
Expand All @@ -33,8 +33,8 @@ spec:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/kubevault/cli/releases/download/v0.17.0-rc.1/kubectl-vault-linux-amd64.tar.gz
sha256: 0b24ee893eb1e82b8f9e9b5b943b31767a89862788f9cbc3ceccbdf669211dba
uri: https://github.com/kubevault/cli/releases/download/v0.17.0/kubectl-vault-linux-amd64.tar.gz
sha256: e5b39793155746e42a520ad0ebd610b57b022e6d5991f58b67d90e38ab30220e
files:
- from: "*"
to: "."
Expand All @@ -43,8 +43,8 @@ spec:
matchLabels:
os: linux
arch: arm
uri: https://github.com/kubevault/cli/releases/download/v0.17.0-rc.1/kubectl-vault-linux-arm.tar.gz
sha256: 309c9adc43a1be7006320ce0132362ba2a89625499508199993e44f45f15ace2
uri: https://github.com/kubevault/cli/releases/download/v0.17.0/kubectl-vault-linux-arm.tar.gz
sha256: 0ca7a24375ce3a3d47eb90947be90bf97b917b6eee798b5cdd7ab0975a2a7546
files:
- from: "*"
to: "."
Expand All @@ -53,8 +53,8 @@ spec:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/kubevault/cli/releases/download/v0.17.0-rc.1/kubectl-vault-linux-arm64.tar.gz
sha256: 5c20f933e4ce36ab08888875d5b5cc5666b3c65049ba4de90b33cddaa0b818aa
uri: https://github.com/kubevault/cli/releases/download/v0.17.0/kubectl-vault-linux-arm64.tar.gz
sha256: be0add1bdc4dee31cb66ed096826f939a66af0b86f36288bee780eafabc136ec
files:
- from: "*"
to: "."
Expand All @@ -63,8 +63,8 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/kubevault/cli/releases/download/v0.17.0-rc.1/kubectl-vault-windows-amd64.zip
sha256: 81d05ecf8a2dc2457e8fb839a0f6559b519905de15f2ff4b1cc6e7df9db7974e
uri: https://github.com/kubevault/cli/releases/download/v0.17.0/kubectl-vault-windows-amd64.zip
sha256: 3e295af7b91af96c4e0a1ceb05db463f2f2be7b65ce6dda09f956090a058dece
files:
- from: "*"
to: "."
Expand Down
Loading