Skip to content

Commit

Permalink
new version v0.32.3 of kc (#4390)
Browse files Browse the repository at this point in the history
  • Loading branch information
krew-release-bot authored Feb 5, 2025
1 parent 8bffebe commit 4d2c111
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.32.2
version: v0.32.3
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.32.2/kubecm_v0.32.2_Darwin_x86_64.tar.gz
sha256: 7f5ed2d39eacfc73d742c9ed134f2518b3cc613c71156119c110d68e4d85593e
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.3/kubecm_v0.32.3_Darwin_x86_64.tar.gz
sha256: 59fee176b6b4c84c7b986f3541de09fabe8459c1cf0c0810b7eb5c9bf4b9cd4d
bin: kubecm
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.2/kubecm_v0.32.2_Darwin_arm64.tar.gz
sha256: fb458983fd2c3a0e24a374e83e85c0daa02920f35560d5a5da14f6a92f0d64de
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.3/kubecm_v0.32.3_Darwin_arm64.tar.gz
sha256: 82e878b7e7fa21443e26615cd5cbba25b5db6af63525e28bd1f1061d733c64a1
bin: kubecm
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.2/kubecm_v0.32.2_Linux_x86_64.tar.gz
sha256: 92ddca75bb4bbff4e4bc77e553b7da94beaaf5d6df8dd9acc636d8ebf67190e2
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.3/kubecm_v0.32.3_Linux_x86_64.tar.gz
sha256: 497b71846c9e46d6b5b5e2593c9a814da8bd14c031a643e47558b5c06be7591e
bin: kubecm
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.2/kubecm_v0.32.2_Linux_arm64.tar.gz
sha256: c583b80d82a1e6e17dd1e0767ee60b8d1a37d286a72a2c1a9c56293c1de564cc
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.3/kubecm_v0.32.3_Linux_arm64.tar.gz
sha256: 7e7bd461700eb67002cdf77a889dc392f2605a4ac96d5c2df6362bd738b74442
bin: kubecm
- selector:
matchLabels:
os: linux
arch: 386
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.2/kubecm_v0.32.2_Linux_i386.tar.gz
sha256: c1b739ba0838dc0b7ee2f22365f684d9f3b8bec1c123d4279560f2c806762d49
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.3/kubecm_v0.32.3_Linux_i386.tar.gz
sha256: d060c7f1812ab8b04f6fcdb23a1dc0fc397d737dff0a70909c6a1b32763ad709
bin: kubecm
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.2/kubecm_v0.32.2_Windows_x86_64.tar.gz
sha256: 9ed7fc7726e79f8334dafd07d3c993c10c0d8b0fceee79e1a8712d483e7f984c
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.3/kubecm_v0.32.3_Windows_x86_64.tar.gz
sha256: a17a587a501863950089a5fda5b3f24ee349d279894460f60571c19c68896a61
bin: kubecm.exe
- selector:
matchLabels:
os: windows
arch: 386
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.2/kubecm_v0.32.2_Windows_i386.tar.gz
sha256: 8ec995492a088cceda926c5fc3e4ae872c3b4a68c2f60c2b1974f3bbee4f56a1
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.3/kubecm_v0.32.3_Windows_i386.tar.gz
sha256: 2919f06618b4a4c1303fa3dbe65b0a9255605397445d2b73d5cd1ac6e8c7ba96
bin: kubecm.exe

0 comments on commit 4d2c111

Please sign in to comment.