Skip to content

Commit

Permalink
Bump shell-ctx kubectl plugin to v1.0.3 (#3358)
Browse files Browse the repository at this point in the history
* Update version

* Fix spelling error
  • Loading branch information
glemsom authored Sep 13, 2023
1 parent 05404db commit 534e258
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions plugins/shell-ctx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ kind: Plugin
metadata:
name: shell-ctx
spec:
version: "v1.0.2"
version: "v1.0.3"
homepage: https://github.com/glemsom/shell-ctx
shortDescription: "Shell independent context switching"
description: |
Enabled each instance of a shell to operate in its own isolated Kubernetes context.
Enables each instance of a shell to operate in its own isolated Kubernetes context.
Supported shells: bash, zsh and fish.
caveats: |
Requirements: bash, awk, sed, fzf and kubectl
Expand All @@ -23,11 +23,11 @@ spec:
values:
- darwin
- linux
uri: https://github.com/glemsom/shell-ctx/archive/refs/tags/v1.0.2.zip
sha256: 541977b3e4060e6a350aa1b62a2e6c2ff1085fd7fe86fd5d1f965759bc3bdbd3
uri: https://github.com/glemsom/shell-ctx/releases/download/v1.0.3/v1.0.3.zip
sha256: 205b153c9b51ad432ea5e61a2d807ab836138308040f4fe984bf412378076491
files:
- from: "shell-ctx-*/kubectl-shell_ctx"
- from: "shell-ctx*/kubectl-shell_ctx"
to: "."
- from: "shell-ctx-*/LICENSE"
- from: "shell-ctx*/LICENSE"
to: "."
bin: kubectl-shell_ctx

0 comments on commit 534e258

Please sign in to comment.