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

release new version v0.32.1 of kc #4295

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
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.0
version: v0.32.1
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.0/kubecm_v0.32.0_Darwin_x86_64.tar.gz
sha256: f9057e9f5200091270d80ccb4fc60620045298d8843a731b84cd2104cad591ba
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.1/kubecm_v0.32.1_Darwin_x86_64.tar.gz
sha256: 6037c02a1d71fc026bdc8317f4d7c3a2f24bd29a2dd55796cf341b34bdc4a033
bin: kubecm
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.0/kubecm_v0.32.0_Darwin_arm64.tar.gz
sha256: 0162a647f01bd0591ab538bec6d9690f867d9394e2c58f250b3852c670d49c9e
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.1/kubecm_v0.32.1_Darwin_arm64.tar.gz
sha256: 696b1074b3284bd9357fbbb4cb1a25dd64b8b03985d5ff3049bd7427f6c71780
bin: kubecm
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.0/kubecm_v0.32.0_Linux_x86_64.tar.gz
sha256: 9aeccfab3814dcb1cb7dc166fbfd232ef17f45ffd61ff493a16695407da45e02
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.1/kubecm_v0.32.1_Linux_x86_64.tar.gz
sha256: 74f4a67d46d557a638f8aca9adc180d9cedc0b4a01a2411e430815adb4bc48f2
bin: kubecm
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.0/kubecm_v0.32.0_Linux_arm64.tar.gz
sha256: 2632ac67d2ff0d4df74f3c80804899d7259025ba172552080847fe462382d005
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.1/kubecm_v0.32.1_Linux_arm64.tar.gz
sha256: e463209d7bc913f9d4a1d3896492feef4974676b57e7c6024578516d2baaaa04
bin: kubecm
- selector:
matchLabels:
os: linux
arch: 386
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.0/kubecm_v0.32.0_Linux_i386.tar.gz
sha256: 9df8f7b0fa2372bba6de0f07545b66283223ebba7527afef65adeadbf75e0535
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.1/kubecm_v0.32.1_Linux_i386.tar.gz
sha256: 417b5ea0ed0a54f5207c26c29cf3355bcaad7df67cbc34acc1b9062ef4fb95d2
bin: kubecm
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.0/kubecm_v0.32.0_Windows_x86_64.tar.gz
sha256: dd46f7dbafae21b08b55034d034a12b95e04acf047dba7dc645b7ca6b4cfead0
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.1/kubecm_v0.32.1_Windows_x86_64.tar.gz
sha256: f91e3e150b840480c0ba523ae499eddfd56adb67de5bdf6e9be12658b7180ca8
bin: kubecm.exe
- selector:
matchLabels:
os: windows
arch: 386
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.0/kubecm_v0.32.0_Windows_i386.tar.gz
sha256: 1f4987b5bff5c2964bbd1747128e754731203b878b00bcd65e305e88e805eb04
uri: https://github.com/sunny0826/kubecm/releases/download/v0.32.1/kubecm_v0.32.1_Windows_i386.tar.gz
sha256: 82d06caaec36d0e2b84e73ee8b92705347a0665091be8b3bf6d4756a162d5bb9
bin: kubecm.exe
Loading