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.3.1 of linstor #4186

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/linstor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: linstor
spec:
version: v0.3.0
version: v0.3.1
homepage: https://github.com/piraeusdatastore/kubectl-linstor
shortDescription: View and manage LINSTOR storage resources
description: |
Expand All @@ -16,8 +16,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/piraeusdatastore/kubectl-linstor/releases/download/v0.3.0/kubectl-linstor_v0.3.0_darwin_amd64.tar.gz
sha256: 267fc77d6b7443d0aa8d87baa7bb6bde2a5a4b899be2c9a1d7f56f8a9f54df43
uri: https://github.com/piraeusdatastore/kubectl-linstor/releases/download/v0.3.1/kubectl-linstor_v0.3.1_darwin_amd64.tar.gz
sha256: 50bc906765a1d5280f32cc3ab325679b0ab9adddeb8300b5ea9d7394f055d16a
files:
- from: ./kubectl-linstor
to: .
Expand All @@ -28,8 +28,8 @@ spec:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/piraeusdatastore/kubectl-linstor/releases/download/v0.3.0/kubectl-linstor_v0.3.0_darwin_arm64.tar.gz
sha256: 25fc50e2d2e9003a760c2d8b1e91b2db8f0fa87d7ab15e9be9074f4f6b4f74d7
uri: https://github.com/piraeusdatastore/kubectl-linstor/releases/download/v0.3.1/kubectl-linstor_v0.3.1_darwin_arm64.tar.gz
sha256: f277b4c48f401730d66ff654ccf783f606c58aef051f030f5a5fcb8618df7a04
files:
- from: ./kubectl-linstor
to: .
Expand All @@ -40,8 +40,8 @@ spec:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/piraeusdatastore/kubectl-linstor/releases/download/v0.3.0/kubectl-linstor_v0.3.0_linux_amd64.tar.gz
sha256: dc4a04cae660b9f4fe56762bd5f563ad4794349d3ba991c5b53943d80b1a80b9
uri: https://github.com/piraeusdatastore/kubectl-linstor/releases/download/v0.3.1/kubectl-linstor_v0.3.1_linux_amd64.tar.gz
sha256: 029d30493f65b4026793cb2eeff017295ef3ef97fd81936eabbbf6e9131892b1
files:
- from: ./kubectl-linstor
to: .
Expand All @@ -52,8 +52,8 @@ spec:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/piraeusdatastore/kubectl-linstor/releases/download/v0.3.0/kubectl-linstor_v0.3.0_linux_arm64.tar.gz
sha256: 6b1ea502176ce573b621b542cab2a42922a07dcfb1489b121fb28fca0bc56276
uri: https://github.com/piraeusdatastore/kubectl-linstor/releases/download/v0.3.1/kubectl-linstor_v0.3.1_linux_arm64.tar.gz
sha256: c7b05ef1b7a31410878746aa1f2d531ad58dbf01ed3f395c758e22a0bf081184
files:
- from: ./kubectl-linstor
to: .
Expand All @@ -64,8 +64,8 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/piraeusdatastore/kubectl-linstor/releases/download/v0.3.0/kubectl-linstor_v0.3.0_windows_amd64.zip
sha256: a54390c9bdc3fb45f3c3f48fe79a558ef63fc811093025057721a927c3fcf4f8
uri: https://github.com/piraeusdatastore/kubectl-linstor/releases/download/v0.3.1/kubectl-linstor_v0.3.1_windows_amd64.zip
sha256: 0ddc7692b906fb57b493fd1b90d69c6b239c83ef866568bb2384807d0906c29a
files:
- from: ./kubectl-linstor.exe
to: .
Expand Down
Loading