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.7.1 of mayastor #4087

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/mayastor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: mayastor
spec:
version: v2.7.0
version: v2.7.1
homepage: https://openebs.io/docs/
shortDescription: Provides commands for OpenEBS Mayastor.
description: |
Expand All @@ -13,34 +13,34 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/openebs/mayastor-extensions/releases/download/v2.7.0/kubectl-mayastor-x86_64-apple-darwin.tar.gz
sha256: 737269fae05cdc85c11f21028a10a45825f58c0cbd84fdb451399e0ee33f81a3
uri: https://github.com/openebs/mayastor-extensions/releases/download/v2.7.1/kubectl-mayastor-x86_64-apple-darwin.tar.gz
sha256: a96f3a0e830fb1c396fc4e7390b0195c69c06d51cb1bb5badf5095f23be62f80
bin: kubectl-mayastor
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/openebs/mayastor-extensions/releases/download/v2.7.0/kubectl-mayastor-aarch64-apple-darwin.tar.gz
sha256: 6b55ca3a178fd9542ba3f0ac111046ef01a356a1d03cc531f4db5e804033c4db
uri: https://github.com/openebs/mayastor-extensions/releases/download/v2.7.1/kubectl-mayastor-aarch64-apple-darwin.tar.gz
sha256: e30fd460c991c0f9a394af24b4eeaa9e33e8952934a7f7c5912164e58a7bb898
bin: kubectl-mayastor
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/openebs/mayastor-extensions/releases/download/v2.7.0/kubectl-mayastor-x86_64-linux-musl.tar.gz
sha256: 3b076f989920e673753ec75542e5d6eaefc41ca267f9bbc19a12648b55f028c2
uri: https://github.com/openebs/mayastor-extensions/releases/download/v2.7.1/kubectl-mayastor-x86_64-linux-musl.tar.gz
sha256: 91659a8ed230217b96eb815471b63b77c4a8dbe06f813d780dcf902edda04676
bin: kubectl-mayastor
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/openebs/mayastor-extensions/releases/download/v2.7.0/kubectl-mayastor-aarch64-linux-musl.tar.gz
sha256: d029e5dd8b67e6d5aaf50f69f1445e4a51d28df4fbb07dc768988e7d2c19756e
uri: https://github.com/openebs/mayastor-extensions/releases/download/v2.7.1/kubectl-mayastor-aarch64-linux-musl.tar.gz
sha256: d5099339d9b99392b7705772fb8141b17c787b9b58f4f64c863f546f361ca49f
bin: kubectl-mayastor
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/openebs/mayastor-extensions/releases/download/v2.7.0/kubectl-mayastor-x86_64-windows-gnu.tar.gz
sha256: beffb77b1dad5a407fdc766800410a27e71e3ed720f027937a7a4c97b309eee0
uri: https://github.com/openebs/mayastor-extensions/releases/download/v2.7.1/kubectl-mayastor-x86_64-windows-gnu.tar.gz
sha256: dedfd390dbe17060593a3b403916a7165c3cd5e0d5d8e03e8b5201bd092c0477
bin: kubectl-mayastor.exe
Loading