Skip to content

Commit

Permalink
new version v0.24.0 of kc
Browse files Browse the repository at this point in the history
  • Loading branch information
krew-release-bot committed Jul 1, 2023
1 parent e4b7d9b commit d257bec
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions plugins/kc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: kc
spec:
version: v0.23.0
version: v0.24.0
homepage: https://github.com/sunny0826/kubecm
shortDescription: "Interactive CRUD operations to manage kubeconfig"
description: |
Expand All @@ -14,48 +14,48 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/sunny0826/kubecm/releases/download/v0.23.0/kubecm_v0.23.0_Darwin_x86_64.tar.gz
sha256: 1924288a222f891495e80ff6de3e0cb233bab6f9e3270530f8c29ba26d49b059
uri: https://github.com/sunny0826/kubecm/releases/download/v0.24.0/kubecm_v0.24.0_Darwin_x86_64.tar.gz
sha256: 7c8e8dad912e31f85badb4e12f0a12d26b497b86824cf9e227b0911531bd1205
bin: kubecm
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/sunny0826/kubecm/releases/download/v0.23.0/kubecm_v0.23.0_Darwin_arm64.tar.gz
sha256: c16798023f2b0fb109a9bf27b5f33e755d9d0c4bab3b2fb403d28c871de59695
uri: https://github.com/sunny0826/kubecm/releases/download/v0.24.0/kubecm_v0.24.0_Darwin_arm64.tar.gz
sha256: 4ade0c8be68b721da80eb237dd925abea8871004b4a1c06a427da75ffbaa8f60
bin: kubecm
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/sunny0826/kubecm/releases/download/v0.23.0/kubecm_v0.23.0_Linux_x86_64.tar.gz
sha256: 997618f4afc511eb7fd322e76c54ca72c92e21e5c22cd655239ad36b6a1ebdfd
uri: https://github.com/sunny0826/kubecm/releases/download/v0.24.0/kubecm_v0.24.0_Linux_x86_64.tar.gz
sha256: c5ae6ae8526267549c4edb68104f53bccabdc081d4d98cd2ffe1e58b18aa3e57
bin: kubecm
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/sunny0826/kubecm/releases/download/v0.23.0/kubecm_v0.23.0_Linux_arm64.tar.gz
sha256: c95c1ac19c3d10a32b25e18d4a615347f4cbf5325bc50a9b70be25818fb70b69
uri: https://github.com/sunny0826/kubecm/releases/download/v0.24.0/kubecm_v0.24.0_Linux_arm64.tar.gz
sha256: 686517d25682a2be7b23145b2eda96e88b0e1e69aba5b007e8c085f0e47f3cb1
bin: kubecm
- selector:
matchLabels:
os: linux
arch: 386
uri: https://github.com/sunny0826/kubecm/releases/download/v0.23.0/kubecm_v0.23.0_Linux_i386.tar.gz
sha256: bfc5feb176974cce4f64726164987cd5f5ff18cb707b26050976a30138e95fc9
uri: https://github.com/sunny0826/kubecm/releases/download/v0.24.0/kubecm_v0.24.0_Linux_i386.tar.gz
sha256: 592b004cc03f55a4749e562587b4d1220ea31c113231fa5fdeb8e3c32ff5847c
bin: kubecm
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/sunny0826/kubecm/releases/download/v0.23.0/kubecm_v0.23.0_Windows_x86_64.tar.gz
sha256: 6a40a1f790683b864eb537e80354dea40f228b6c69ac7aa4c2dcc8a1787c3617
uri: https://github.com/sunny0826/kubecm/releases/download/v0.24.0/kubecm_v0.24.0_Windows_x86_64.tar.gz
sha256: 579cd60c0ba293cb7278fe12d61557a1d42f6966d6e0d42862832d29b0ed6da5
bin: kubecm.exe
- selector:
matchLabels:
os: windows
arch: 386
uri: https://github.com/sunny0826/kubecm/releases/download/v0.23.0/kubecm_v0.23.0_Windows_i386.tar.gz
sha256: 78d47083342d8bd52482c16da89380bbff05d017b0a856be360e3c994656a531
uri: https://github.com/sunny0826/kubecm/releases/download/v0.24.0/kubecm_v0.24.0_Windows_i386.tar.gz
sha256: ec2121311a5c3558c836408b28d97edff91eb704998c1d9a6d088ba9ab5817ff
bin: kubecm.exe

0 comments on commit d257bec

Please sign in to comment.