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.44.0 of gs #3433

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.43.0
version: v2.44.0
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.43.0/kubectl-gs-v2.43.0-darwin-amd64.tar.gz
sha256: 5dc0cf51bd657cad811f7fb2f233cf25fd879f0c01e961d3a36069a728fb7aa0
uri: https://github.com/giantswarm/kubectl-gs/releases/download/v2.44.0/kubectl-gs-v2.44.0-darwin-amd64.tar.gz
sha256: 2bfd79c54ac89748d7795bc85ce97e60efd9705d3d9d942702a3cb2608b99232
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.43.0/kubectl-gs-v2.43.0-darwin-arm64.tar.gz
sha256: f7dddb53224279fe2da392fb4f32afab19ed516ea3cd84f5e849304f18da02b5
uri: https://github.com/giantswarm/kubectl-gs/releases/download/v2.44.0/kubectl-gs-v2.44.0-darwin-arm64.tar.gz
sha256: 9ad0bd05744d588e7e3316e7d9e1621b1c4f8502338cef57f921969032f9d9d5
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.43.0/kubectl-gs-v2.43.0-linux-amd64.tar.gz
sha256: 2b924b7656934b0acf75826215bbeb0947e1f474739f26039351fc4bf7fc7054
uri: https://github.com/giantswarm/kubectl-gs/releases/download/v2.44.0/kubectl-gs-v2.44.0-linux-amd64.tar.gz
sha256: 9545b98233366642a9367fdad582351200afeafc6a42e586ea4a465a3d00f800
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.43.0/kubectl-gs-v2.43.0-linux-arm64.tar.gz
sha256: c8b8c5824d6b965e65d9e84cbb24f7e851b0d17e9b321c2a46383ef8ef984d34
uri: https://github.com/giantswarm/kubectl-gs/releases/download/v2.44.0/kubectl-gs-v2.44.0-linux-arm64.tar.gz
sha256: 2892f8df8fd7ab97918089cf6ce337c0bc72a690a74f17210b950ad3759b6539
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.43.0/kubectl-gs-v2.43.0-windows-amd64.zip
sha256: abf4837a806df40b18da3da5a8b66f769b60d2fb37bd10d2b42a9001cd9adeb8
uri: https://github.com/giantswarm/kubectl-gs/releases/download/v2.44.0/kubectl-gs-v2.44.0-windows-amd64.zip
sha256: 934427b7f3a3d9f67ae59fce2bf5ad78e9bd5382de4698d37513eff711877ebc
files:
- from: ./kubectl-gs-*/*
to: .
Expand Down