Skip to content

Commit

Permalink
Publish [email protected] plugin (#187)
Browse files Browse the repository at this point in the history
ProductLine: KubeStash

Release: v2024.9.30

Release-tracker: kubestash/CHANGELOG#20
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Sep 27, 2024
1 parent 080636f commit 8111e2c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions plugins/kubestash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: kubestash
spec:
version: v0.11.1
version: v0.12.0
homepage: https://kubestash.com
shortDescription: kubectl plugin for KubeStash by AppsCode
description: |
Expand All @@ -13,8 +13,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/kubestash/cli/releases/download/v0.11.1/kubectl-kubestash-darwin-amd64.tar.gz
sha256: f2d83f4d5660fda8f93786b6498e53927ec15d99dace0bf8642c5a63c5a86d3f
uri: https://github.com/kubestash/cli/releases/download/v0.12.0/kubectl-kubestash-darwin-amd64.tar.gz
sha256: 803bca1875a78399ca6adc0fb8fd137fe0faf64bbbfb21379aff452743714237
files:
- from: "*"
to: "."
Expand All @@ -23,8 +23,8 @@ spec:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/kubestash/cli/releases/download/v0.11.1/kubectl-kubestash-darwin-arm64.tar.gz
sha256: 271ed6b654a96176014e29f98c2b282f672f8cf202d9239ae592cb5c5e129d4a
uri: https://github.com/kubestash/cli/releases/download/v0.12.0/kubectl-kubestash-darwin-arm64.tar.gz
sha256: 461e30cb3a45c823a6b62a4f5a2ad475f405516226d94c08dfb2310b57df5225
files:
- from: "*"
to: "."
Expand All @@ -33,8 +33,8 @@ spec:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/kubestash/cli/releases/download/v0.11.1/kubectl-kubestash-linux-amd64.tar.gz
sha256: aa62b8763f433c85a2d721d1a3ac19175436fcfebbc1273ad039c9a95fef52de
uri: https://github.com/kubestash/cli/releases/download/v0.12.0/kubectl-kubestash-linux-amd64.tar.gz
sha256: 215f9dbc411cff78272175052223d9e4eb6c82b7baede88d7a07e217c5caeac4
files:
- from: "*"
to: "."
Expand All @@ -43,8 +43,8 @@ spec:
matchLabels:
os: linux
arch: arm
uri: https://github.com/kubestash/cli/releases/download/v0.11.1/kubectl-kubestash-linux-arm.tar.gz
sha256: bc0c42a2d02f22dab889275cc3e53d3239cb979dc47835b4ebfe1fa3919c42b6
uri: https://github.com/kubestash/cli/releases/download/v0.12.0/kubectl-kubestash-linux-arm.tar.gz
sha256: b7123d156935f36dbea08a308120df2ad51a3f55e760d54971917b503436dc5e
files:
- from: "*"
to: "."
Expand All @@ -53,8 +53,8 @@ spec:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/kubestash/cli/releases/download/v0.11.1/kubectl-kubestash-linux-arm64.tar.gz
sha256: 79631b7b983225b669351ccb08d1f4485b7cad4fa63cc501e8a00eefed6ffa1f
uri: https://github.com/kubestash/cli/releases/download/v0.12.0/kubectl-kubestash-linux-arm64.tar.gz
sha256: 1d48bd05faa392d5c40199110e21271492327c5d9b451229d96831794a1e0fb1
files:
- from: "*"
to: "."
Expand All @@ -63,8 +63,8 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/kubestash/cli/releases/download/v0.11.1/kubectl-kubestash-windows-amd64.zip
sha256: 40f994fe3b8dae6fd8b50d32532020113da7d5a3535df23a0371e95066af3746
uri: https://github.com/kubestash/cli/releases/download/v0.12.0/kubectl-kubestash-windows-amd64.zip
sha256: aee58275899e213fa046c49d33bf4bfb8f9ba84fefce7c9ed4644d5019300f9a
files:
- from: "*"
to: "."
Expand Down

0 comments on commit 8111e2c

Please sign in to comment.