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.2 of linstor #4345

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.1
version: v0.3.2
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.1/kubectl-linstor_v0.3.1_darwin_amd64.tar.gz
sha256: 50bc906765a1d5280f32cc3ab325679b0ab9adddeb8300b5ea9d7394f055d16a
uri: https://github.com/piraeusdatastore/kubectl-linstor/releases/download/v0.3.2/kubectl-linstor_v0.3.2_darwin_amd64.tar.gz
sha256: 03d64ded4b22e10f5c1a58c402fcf528b7e7522aa7f0cd06c56e89a845e61fd7
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.1/kubectl-linstor_v0.3.1_darwin_arm64.tar.gz
sha256: f277b4c48f401730d66ff654ccf783f606c58aef051f030f5a5fcb8618df7a04
uri: https://github.com/piraeusdatastore/kubectl-linstor/releases/download/v0.3.2/kubectl-linstor_v0.3.2_darwin_arm64.tar.gz
sha256: 237a7abf735545bd22b1e6c4edb0c35e448fadf716dc55ed9e56d5d3ddbca6d1
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.1/kubectl-linstor_v0.3.1_linux_amd64.tar.gz
sha256: 029d30493f65b4026793cb2eeff017295ef3ef97fd81936eabbbf6e9131892b1
uri: https://github.com/piraeusdatastore/kubectl-linstor/releases/download/v0.3.2/kubectl-linstor_v0.3.2_linux_amd64.tar.gz
sha256: f2ff11a663b4811e51ed811600e6ed5abf3c5b584acc072fcd51065a8871fa4f
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.1/kubectl-linstor_v0.3.1_linux_arm64.tar.gz
sha256: c7b05ef1b7a31410878746aa1f2d531ad58dbf01ed3f395c758e22a0bf081184
uri: https://github.com/piraeusdatastore/kubectl-linstor/releases/download/v0.3.2/kubectl-linstor_v0.3.2_linux_arm64.tar.gz
sha256: 5fa7f1bd4f0aa745835c049e2c443db49ad1554d50bde645fbb789e1fb43a9f4
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.1/kubectl-linstor_v0.3.1_windows_amd64.zip
sha256: 0ddc7692b906fb57b493fd1b90d69c6b239c83ef866568bb2384807d0906c29a
uri: https://github.com/piraeusdatastore/kubectl-linstor/releases/download/v0.3.2/kubectl-linstor_v0.3.2_windows_amd64.zip
sha256: 9cd31d50327e36616404d2680e2611931d11385a71aa0ccbff925a7aa31145d6
files:
- from: ./kubectl-linstor.exe
to: .
Expand Down
Loading