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 v0.19.0 of subm #4164

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
30 changes: 15 additions & 15 deletions plugins/subm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kind: Plugin
metadata:
name: subm
spec:
version: "v0.18.0"
version: "v0.19.0"
homepage: https://github.com/submariner-io/subctl
shortDescription: "Manages Submariner and its services"
description: |
Expand All @@ -16,8 +16,8 @@ spec:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/submariner-io/releases/releases/download/v0.18.0/subctl-v0.18.0-linux-amd64.tar.gz
sha256: d01c5ad5fabfcdb60a43cf261c8a1876865ceeaf66a1c745fdd4504d0c662dda
uri: https://github.com/submariner-io/releases/releases/download/v0.19.0/subctl-v0.19.0-linux-amd64.tar.gz
sha256: 281594bf443f09398851cf4f9fa605bbfc5c59f5ec76273a54c4a68e5ab082e0
files:
- from: subctl*/subctl
to: .
Expand All @@ -28,8 +28,8 @@ spec:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/submariner-io/releases/releases/download/v0.18.0/subctl-v0.18.0-linux-arm64.tar.gz
sha256: 2152ee01eeac83d899798a62ccd18eda5f3013f7e1d05b89da5cd6353e42a9d9
uri: https://github.com/submariner-io/releases/releases/download/v0.19.0/subctl-v0.19.0-linux-arm64.tar.gz
sha256: 6e151c8554480d8e2205bd750e9377884249704645cbd607185e3dd61fe1af7d
files:
- from: subctl*/subctl
to: .
Expand All @@ -40,8 +40,8 @@ spec:
matchLabels:
os: linux
arch: arm
uri: https://github.com/submariner-io/releases/releases/download/v0.18.0/subctl-v0.18.0-linux-arm.tar.gz
sha256: 86a26dd15136b566b869e01132686550f099e22e6a2b04b40aeb4e906b4b2a54
uri: https://github.com/submariner-io/releases/releases/download/v0.19.0/subctl-v0.19.0-linux-arm.tar.gz
sha256: 08c1ed23f39a80858627e0ebf82c641de9807b20a79fe6cdbffbbfe1920ccf9f
files:
- from: subctl*/subctl
to: .
Expand All @@ -52,8 +52,8 @@ spec:
matchLabels:
os: linux
arch: ppc64le
uri: https://github.com/submariner-io/releases/releases/download/v0.18.0/subctl-v0.18.0-linux-ppc64le.tar.gz
sha256: cfe4aea85fae8fd89bb3320588e048f1196358e524ed3aea3c18748fe2a57301
uri: https://github.com/submariner-io/releases/releases/download/v0.19.0/subctl-v0.19.0-linux-ppc64le.tar.gz
sha256: e1b6d0dce6e4e41b6fe4d5b72210eb277b9894f53eea62a6e132e6b3e9b16362
files:
- from: subctl*/subctl
to: .
Expand All @@ -64,8 +64,8 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/submariner-io/releases/releases/download/v0.18.0/subctl-v0.18.0-windows-amd64.exe.tar.gz
sha256: de595179ab9881d0c586bb68f54acb34f2a50f2c4d2b846e5510c38984324918
uri: https://github.com/submariner-io/releases/releases/download/v0.19.0/subctl-v0.19.0-windows-amd64.exe.tar.gz
sha256: 3c62ad49118c4f87eb6c00453cc3288001bcfc7270083cec92f62e11eee1beb8
files:
- from: subctl*/subctl
to: .
Expand All @@ -76,8 +76,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/submariner-io/releases/releases/download/v0.18.0/subctl-v0.18.0-darwin-amd64.tar.gz
sha256: 3079af0309809c75ac0515c9e8c70ed4bda9a906bf8d7c7cb08b8ed6e70d4a3d
uri: https://github.com/submariner-io/releases/releases/download/v0.19.0/subctl-v0.19.0-darwin-amd64.tar.gz
sha256: b5b5ec77f57dd0417fe3fb96361c6ec2c2f07246c01c928316e12e1bd381b8cb
files:
- from: subctl*/subctl
to: .
Expand All @@ -88,8 +88,8 @@ spec:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/submariner-io/releases/releases/download/v0.18.0/subctl-v0.18.0-darwin-arm64.tar.gz
sha256: 56982de0a390643bcbf8b3cd54b4148f56a5bd487887a0870c376bf3b06fb5f8
uri: https://github.com/submariner-io/releases/releases/download/v0.19.0/subctl-v0.19.0-darwin-arm64.tar.gz
sha256: bcda95dd2b4cee97655771bd0caec0d868b94e1ee13ce38b516fa691a45b326e
files:
- from: subctl*/subctl
to: .
Expand Down
Loading