mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-08-19 07:46:55 +00:00
feat(gorelease): upgrade to v0.9.5-2 containing shell script
This commit is contained in:
parent
016a8fc635
commit
d053c441b1
@ -5,7 +5,7 @@ metadata:
|
||||
spec:
|
||||
homepage: https://github.com/ahmetb/kubectx
|
||||
shortDescription: Switch between contexts in your kubeconfig
|
||||
version: v0.9.5-1
|
||||
version: v0.9.5-2
|
||||
description: |
|
||||
Also known as "kubectx", a utility to switch between context entries in
|
||||
your kubeconfig file efficiently.
|
||||
@ -19,55 +19,63 @@ spec:
|
||||
matchLabels:
|
||||
os: linux
|
||||
arch: amd64
|
||||
uri: https://github.com/RouxAntoine/kubectx/releases/download/v0.9.5-1/kubectx_v0.9.5-1_linux_x86_64.tar.gz
|
||||
uri: https://github.com/RouxAntoine/kubectx/releases/download/v0.9.5-2/kubectx_v0.9.5-2_linux_x86_64.tar.gz
|
||||
sha256:
|
||||
bin: kubectx
|
||||
bin: kubectx.sh
|
||||
files:
|
||||
- from: kubectx.sh
|
||||
to: .
|
||||
- from: kubectx
|
||||
to: .
|
||||
- from: LICENSE
|
||||
to: .
|
||||
- from: completion/plugins/kubectl_complete-ctx
|
||||
to: completion
|
||||
to: completion/kubectl_complete-ns
|
||||
- selector:
|
||||
matchLabels:
|
||||
os: linux
|
||||
arch: arm64
|
||||
uri: https://github.com/RouxAntoine/kubectx/releases/download/v0.9.5-1/kubectx_v0.9.5-1_linux_arm64.tar.gz
|
||||
uri: https://github.com/RouxAntoine/kubectx/releases/download/v0.9.5-2/kubectx_v0.9.5-2_linux_arm64.tar.gz
|
||||
sha256:
|
||||
bin: kubectx
|
||||
bin: kubectx.sh
|
||||
files:
|
||||
- from: kubectx.sh
|
||||
to: .
|
||||
- from: kubectx
|
||||
to: .
|
||||
- from: LICENSE
|
||||
to: .
|
||||
- from: completion/plugins/kubectl_complete-ctx
|
||||
to: completion
|
||||
to: completion/kubectl_complete-ns
|
||||
- selector:
|
||||
matchLabels:
|
||||
os: darwin
|
||||
arch: amd64
|
||||
uri: https://github.com/RouxAntoine/kubectx/releases/download/v0.9.5-1/kubectx_v0.9.5-1_darwin_x86_64.tar.gz
|
||||
uri: https://github.com/RouxAntoine/kubectx/releases/download/v0.9.5-2/kubectx_v0.9.5-2_darwin_x86_64.tar.gz
|
||||
sha256:
|
||||
bin: kubectx
|
||||
bin: kubectx.sh
|
||||
files:
|
||||
- from: kubectx.sh
|
||||
to: .
|
||||
- from: kubectx
|
||||
to: .
|
||||
- from: LICENSE
|
||||
to: .
|
||||
- from: completion/plugins/kubectl_complete-ctx
|
||||
to: completion
|
||||
to: completion/kubectl_complete-ns
|
||||
- selector:
|
||||
matchLabels:
|
||||
os: darwin
|
||||
arch: arm64
|
||||
uri: https://github.com/RouxAntoine/kubectx/releases/download/v0.9.5-1/kubectx_v0.9.5-1_darwin_arm64.tar.gz
|
||||
uri: https://github.com/RouxAntoine/kubectx/releases/download/v0.9.5-2/kubectx_v0.9.5-2_darwin_arm64.tar.gz
|
||||
sha256:
|
||||
bin: kubectx
|
||||
bin: kubectx.sh
|
||||
files:
|
||||
- from: kubectx.sh
|
||||
to: .
|
||||
- from: kubectx
|
||||
to: .
|
||||
- from: LICENSE
|
||||
to: .
|
||||
- from: completion/plugins/kubectl_complete-ctx
|
||||
to: completion
|
||||
to: completion/kubectl_complete-ns
|
||||
|
34
krew/ns.yaml
34
krew/ns.yaml
@ -5,7 +5,7 @@ metadata:
|
||||
spec:
|
||||
homepage: https://github.com/ahmetb/kubectx
|
||||
shortDescription: Switch between Kubernetes namespaces
|
||||
version: v0.9.5-1
|
||||
version: v0.9.5-2
|
||||
description: |
|
||||
Also known as "kubens", a utility to set your current namespace and switch
|
||||
between them.
|
||||
@ -18,55 +18,63 @@ spec:
|
||||
matchLabels:
|
||||
os: linux
|
||||
arch: amd64
|
||||
uri: https://github.com/RouxAntoine/kubectx/releases/download/v0.9.5-1/kubectx_v0.9.5-1_linux_x86_64.tar.gz
|
||||
uri: https://github.com/RouxAntoine/kubectx/releases/download/v0.9.5-2/kubens_v0.9.5-2_linux_x86_64.tar.gz
|
||||
sha256:
|
||||
bin: kubectx
|
||||
bin: kubens.sh
|
||||
files:
|
||||
- from: kubens.sh
|
||||
to: .
|
||||
- from: kubens
|
||||
to: .
|
||||
- from: LICENSE
|
||||
to: .
|
||||
- from: completion/plugins/kubectl_complete-ns
|
||||
to: completion
|
||||
to: completion/kubectl_complete-ns
|
||||
- selector:
|
||||
matchLabels:
|
||||
os: linux
|
||||
arch: arm64
|
||||
uri: https://github.com/RouxAntoine/kubectx/releases/download/v0.9.5-1/kubectx_v0.9.5-1_linux_arm64.tar.gz
|
||||
uri: https://github.com/RouxAntoine/kubectx/releases/download/v0.9.5-2/kubens_v0.9.5-2_linux_arm64.tar.gz
|
||||
sha256:
|
||||
bin: kubectx
|
||||
bin: kubens.sh
|
||||
files:
|
||||
- from: kubens.sh
|
||||
to: .
|
||||
- from: kubens
|
||||
to: .
|
||||
- from: LICENSE
|
||||
to: .
|
||||
- from: completion/plugins/kubectl_complete-ns
|
||||
to: completion
|
||||
to: completion/kubectl_complete-ns
|
||||
- selector:
|
||||
matchLabels:
|
||||
os: darwin
|
||||
arch: amd64
|
||||
uri: https://github.com/RouxAntoine/kubectx/releases/download/v0.9.5-1/kubectx_v0.9.5-1_darwin_x86_64.tar.gz
|
||||
uri: https://github.com/RouxAntoine/kubectx/releases/download/v0.9.5-2/kubens_v0.9.5-2_darwin_x86_64.tar.gz
|
||||
sha256:
|
||||
bin: kubectx
|
||||
bin: kubens.sh
|
||||
files:
|
||||
- from: kubens.sh
|
||||
to: .
|
||||
- from: kubens
|
||||
to: .
|
||||
- from: LICENSE
|
||||
to: .
|
||||
- from: completion/plugins/kubectl_complete-ns
|
||||
to: completion
|
||||
to: completion/kubectl_complete-ns
|
||||
- selector:
|
||||
matchLabels:
|
||||
os: darwin
|
||||
arch: arm64
|
||||
uri: https://github.com/RouxAntoine/kubectx/releases/download/v0.9.5-1/kubectx_v0.9.5-1_darwin_arm64.tar.gz
|
||||
uri: https://github.com/RouxAntoine/kubectx/releases/download/v0.9.5-2/kubens_v0.9.5-2_darwin_arm64.tar.gz
|
||||
sha256:
|
||||
bin: kubectx
|
||||
bin: kubens.sh
|
||||
files:
|
||||
- from: kubens.sh
|
||||
to: .
|
||||
- from: kubens
|
||||
to: .
|
||||
- from: LICENSE
|
||||
to: .
|
||||
- from: completion/plugins/kubectl_complete-ns
|
||||
to: completion
|
||||
to: completion/kubectl_complete-ns
|
||||
|
Loading…
Reference in New Issue
Block a user