mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-08-20 08:12:56 +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:
|
spec:
|
||||||
homepage: https://github.com/ahmetb/kubectx
|
homepage: https://github.com/ahmetb/kubectx
|
||||||
shortDescription: Switch between contexts in your kubeconfig
|
shortDescription: Switch between contexts in your kubeconfig
|
||||||
version: v0.9.5-1
|
version: v0.9.5-2
|
||||||
description: |
|
description: |
|
||||||
Also known as "kubectx", a utility to switch between context entries in
|
Also known as "kubectx", a utility to switch between context entries in
|
||||||
your kubeconfig file efficiently.
|
your kubeconfig file efficiently.
|
||||||
@ -19,55 +19,63 @@ spec:
|
|||||||
matchLabels:
|
matchLabels:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
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:
|
sha256:
|
||||||
bin: kubectx
|
bin: kubectx.sh
|
||||||
files:
|
files:
|
||||||
|
- from: kubectx.sh
|
||||||
|
to: .
|
||||||
- from: kubectx
|
- from: kubectx
|
||||||
to: .
|
to: .
|
||||||
- from: LICENSE
|
- from: LICENSE
|
||||||
to: .
|
to: .
|
||||||
- from: completion/plugins/kubectl_complete-ctx
|
- from: completion/plugins/kubectl_complete-ctx
|
||||||
to: completion
|
to: completion/kubectl_complete-ns
|
||||||
- selector:
|
- selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
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:
|
sha256:
|
||||||
bin: kubectx
|
bin: kubectx.sh
|
||||||
files:
|
files:
|
||||||
|
- from: kubectx.sh
|
||||||
|
to: .
|
||||||
- from: kubectx
|
- from: kubectx
|
||||||
to: .
|
to: .
|
||||||
- from: LICENSE
|
- from: LICENSE
|
||||||
to: .
|
to: .
|
||||||
- from: completion/plugins/kubectl_complete-ctx
|
- from: completion/plugins/kubectl_complete-ctx
|
||||||
to: completion
|
to: completion/kubectl_complete-ns
|
||||||
- selector:
|
- selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
os: darwin
|
os: darwin
|
||||||
arch: amd64
|
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:
|
sha256:
|
||||||
bin: kubectx
|
bin: kubectx.sh
|
||||||
files:
|
files:
|
||||||
|
- from: kubectx.sh
|
||||||
|
to: .
|
||||||
- from: kubectx
|
- from: kubectx
|
||||||
to: .
|
to: .
|
||||||
- from: LICENSE
|
- from: LICENSE
|
||||||
to: .
|
to: .
|
||||||
- from: completion/plugins/kubectl_complete-ctx
|
- from: completion/plugins/kubectl_complete-ctx
|
||||||
to: completion
|
to: completion/kubectl_complete-ns
|
||||||
- selector:
|
- selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
os: darwin
|
os: darwin
|
||||||
arch: arm64
|
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:
|
sha256:
|
||||||
bin: kubectx
|
bin: kubectx.sh
|
||||||
files:
|
files:
|
||||||
|
- from: kubectx.sh
|
||||||
|
to: .
|
||||||
- from: kubectx
|
- from: kubectx
|
||||||
to: .
|
to: .
|
||||||
- from: LICENSE
|
- from: LICENSE
|
||||||
to: .
|
to: .
|
||||||
- from: completion/plugins/kubectl_complete-ctx
|
- 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:
|
spec:
|
||||||
homepage: https://github.com/ahmetb/kubectx
|
homepage: https://github.com/ahmetb/kubectx
|
||||||
shortDescription: Switch between Kubernetes namespaces
|
shortDescription: Switch between Kubernetes namespaces
|
||||||
version: v0.9.5-1
|
version: v0.9.5-2
|
||||||
description: |
|
description: |
|
||||||
Also known as "kubens", a utility to set your current namespace and switch
|
Also known as "kubens", a utility to set your current namespace and switch
|
||||||
between them.
|
between them.
|
||||||
@ -18,55 +18,63 @@ spec:
|
|||||||
matchLabels:
|
matchLabels:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
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:
|
sha256:
|
||||||
bin: kubectx
|
bin: kubens.sh
|
||||||
files:
|
files:
|
||||||
|
- from: kubens.sh
|
||||||
|
to: .
|
||||||
- from: kubens
|
- from: kubens
|
||||||
to: .
|
to: .
|
||||||
- from: LICENSE
|
- from: LICENSE
|
||||||
to: .
|
to: .
|
||||||
- from: completion/plugins/kubectl_complete-ns
|
- from: completion/plugins/kubectl_complete-ns
|
||||||
to: completion
|
to: completion/kubectl_complete-ns
|
||||||
- selector:
|
- selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
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:
|
sha256:
|
||||||
bin: kubectx
|
bin: kubens.sh
|
||||||
files:
|
files:
|
||||||
|
- from: kubens.sh
|
||||||
|
to: .
|
||||||
- from: kubens
|
- from: kubens
|
||||||
to: .
|
to: .
|
||||||
- from: LICENSE
|
- from: LICENSE
|
||||||
to: .
|
to: .
|
||||||
- from: completion/plugins/kubectl_complete-ns
|
- from: completion/plugins/kubectl_complete-ns
|
||||||
to: completion
|
to: completion/kubectl_complete-ns
|
||||||
- selector:
|
- selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
os: darwin
|
os: darwin
|
||||||
arch: amd64
|
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:
|
sha256:
|
||||||
bin: kubectx
|
bin: kubens.sh
|
||||||
files:
|
files:
|
||||||
|
- from: kubens.sh
|
||||||
|
to: .
|
||||||
- from: kubens
|
- from: kubens
|
||||||
to: .
|
to: .
|
||||||
- from: LICENSE
|
- from: LICENSE
|
||||||
to: .
|
to: .
|
||||||
- from: completion/plugins/kubectl_complete-ns
|
- from: completion/plugins/kubectl_complete-ns
|
||||||
to: completion
|
to: completion/kubectl_complete-ns
|
||||||
- selector:
|
- selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
os: darwin
|
os: darwin
|
||||||
arch: arm64
|
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:
|
sha256:
|
||||||
bin: kubectx
|
bin: kubens.sh
|
||||||
files:
|
files:
|
||||||
|
- from: kubens.sh
|
||||||
|
to: .
|
||||||
- from: kubens
|
- from: kubens
|
||||||
to: .
|
to: .
|
||||||
- from: LICENSE
|
- from: LICENSE
|
||||||
to: .
|
to: .
|
||||||
- from: completion/plugins/kubectl_complete-ns
|
- from: completion/plugins/kubectl_complete-ns
|
||||||
to: completion
|
to: completion/kubectl_complete-ns
|
||||||
|
Loading…
Reference in New Issue
Block a user