Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release new version v2.45.3 of gs #3457

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions plugins/gs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: gs
spec:
version: v2.45.0
version: v2.45.3
homepage: https://github.com/giantswarm/kubectl-gs
shortDescription: Handle custom resources with Giant Swarm
description: |
Expand All @@ -14,8 +14,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/giantswarm/kubectl-gs/releases/download/v2.45.0/kubectl-gs-v2.45.0-darwin-amd64.tar.gz
sha256: 45f1be04edc1a54de3569361137dd65dd18364159fcdd8e495775d919190c3ca
uri: https://github.com/giantswarm/kubectl-gs/releases/download/v2.45.3/kubectl-gs-v2.45.3-darwin-amd64.tar.gz
sha256: 0a00ab4f825ef7681218ae60f7876388353a362dc841c568ae4b89bf8222df71
files:
- from: ./kubectl-gs-*/*
to: .
Expand All @@ -24,8 +24,8 @@ spec:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/giantswarm/kubectl-gs/releases/download/v2.45.0/kubectl-gs-v2.45.0-darwin-arm64.tar.gz
sha256: 9625d0ff438780f7ce9e5cf535942f05cb0a05d4c32d985af79be37e88455987
uri: https://github.com/giantswarm/kubectl-gs/releases/download/v2.45.3/kubectl-gs-v2.45.3-darwin-arm64.tar.gz
sha256: a104b0e7fd56e7578e257f1f373d86ff7b97755214cd8c909b17d2d91e4e746b
files:
- from: ./kubectl-gs-*/*
to: .
Expand All @@ -34,8 +34,8 @@ spec:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/giantswarm/kubectl-gs/releases/download/v2.45.0/kubectl-gs-v2.45.0-linux-amd64.tar.gz
sha256: b70a6bc3ecbd183afc63d3671358c2a33806605d33bac871f5d25ea5156aa392
uri: https://github.com/giantswarm/kubectl-gs/releases/download/v2.45.3/kubectl-gs-v2.45.3-linux-amd64.tar.gz
sha256: b41027f31c66384c343c300837fd462142517785e34ed5ad52e054dc969a926a
files:
- from: ./kubectl-gs-*/*
to: .
Expand All @@ -44,8 +44,8 @@ spec:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/giantswarm/kubectl-gs/releases/download/v2.45.0/kubectl-gs-v2.45.0-linux-arm64.tar.gz
sha256: 998eeafaa48deb297daf8c3e15175316fe319063df5837cff5dbc6b3e4b39572
uri: https://github.com/giantswarm/kubectl-gs/releases/download/v2.45.3/kubectl-gs-v2.45.3-linux-arm64.tar.gz
sha256: 3f9dff4f01672f7feb0da7ebbff5f8271c0af49cafe5b1864ed9d04554b8a1af
files:
- from: ./kubectl-gs-*/*
to: .
Expand All @@ -54,8 +54,8 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/giantswarm/kubectl-gs/releases/download/v2.45.0/kubectl-gs-v2.45.0-windows-amd64.zip
sha256: 5527d741e12b135aba0229e0d38bcb956f0d0876a42dd526fe3cb0091e776055
uri: https://github.com/giantswarm/kubectl-gs/releases/download/v2.45.3/kubectl-gs-v2.45.3-windows-amd64.zip
sha256: eb52004da079527914d3e75c235eeba6c4853e1eba9e8855a8b7ea7c101523cb
files:
- from: ./kubectl-gs-*/*
to: .
Expand Down