Skip to content

Commit

Permalink
Update ssh-jump.yaml for v0.8.1 (#3073)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoichi Kawasaki <yokawasa@gmail.com>
  • Loading branch information
yokawasa committed Apr 15, 2023
1 parent cd991e9 commit 43282b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/ssh-jump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ kind: Plugin
metadata:
name: ssh-jump
spec:
version: "v0.8.0"
version: "v0.8.1"
homepage: https://github.com/yokawasa/kubectl-plugin-ssh-jump
platforms:
- selector:
matchExpressions:
- {key: os, operator: In, values: [darwin, linux]}
uri: https://github.com/yokawasa/kubectl-plugin-ssh-jump/archive/0.8.0.zip
sha256: "e882e9af7c6f9a41b43679bd12a1b336c578fb145bdd51333f6ed9c16e83371b"
uri: https://github.com/yokawasa/kubectl-plugin-ssh-jump/archive/0.8.1.zip
sha256: "f75b1dfe151d3413c579e7a9f1c1479e8860a9c2a5c31b6efffb21e0135a5372"
files:
- from: "./*/kubectl-ssh-jump"
to: .
Expand Down

0 comments on commit 43282b9

Please sign in to comment.