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.9.3 of rook-ceph #4286

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/rook-ceph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: rook-ceph
spec:
version: v0.9.2
version: v0.9.3
homepage: https://github.com/rook/kubectl-rook-ceph
shortDescription: Rook plugin for Ceph management
description: |
Expand All @@ -14,34 +14,34 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/rook/kubectl-rook-ceph/releases/download/v0.9.2/kubectl-rook-ceph_v0.9.2_darwin_amd64.tar.gz
sha256: 6f2776f6211add6c6359d71dd1055458ace71c45185bfed06cba8d4f71bc2f16
uri: https://github.com/rook/kubectl-rook-ceph/releases/download/v0.9.3/kubectl-rook-ceph_v0.9.3_darwin_amd64.tar.gz
sha256: 4ccdcc8cb9ec09f5dcf56fe3cf21ca039f5e42208d26bdc738f192b23047bc08
bin: kubectl-rook-ceph
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/rook/kubectl-rook-ceph/releases/download/v0.9.2/kubectl-rook-ceph_v0.9.2_darwin_arm64.tar.gz
sha256: 9237e0c3b4c5f4f7a8989a20daafcc93f213c15e9d85fc72361a8597d4486fc6
uri: https://github.com/rook/kubectl-rook-ceph/releases/download/v0.9.3/kubectl-rook-ceph_v0.9.3_darwin_arm64.tar.gz
sha256: f9119e3f9a78ae12332c570835e40240c734015b6cd4d8e023b4280991fa2b86
bin: kubectl-rook-ceph
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/rook/kubectl-rook-ceph/releases/download/v0.9.2/kubectl-rook-ceph_v0.9.2_linux_amd64.tar.gz
sha256: 3a420b9b15b6976feab19c8016496f47eba37f6474ec2108b93793813340ea65
uri: https://github.com/rook/kubectl-rook-ceph/releases/download/v0.9.3/kubectl-rook-ceph_v0.9.3_linux_amd64.tar.gz
sha256: f9845204894ef8d463cba8c6198b70180442987d306fd778f9954704a0d7bf2f
bin: kubectl-rook-ceph
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/rook/kubectl-rook-ceph/releases/download/v0.9.2/kubectl-rook-ceph_v0.9.2_linux_arm64.tar.gz
sha256: 8442107e9c50d258a150e8927a61ac46cf51561a16e66742d6dc628df328f2df
uri: https://github.com/rook/kubectl-rook-ceph/releases/download/v0.9.3/kubectl-rook-ceph_v0.9.3_linux_arm64.tar.gz
sha256: 4641780d89d9c6e1e874c254b8061a98411ec8f2d547285b02af2577ce657506
bin: kubectl-rook-ceph
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/rook/kubectl-rook-ceph/releases/download/v0.9.2/kubectl-rook-ceph_v0.9.2_windows_amd64.tar.gz
sha256: 633ffd5aad369f1598245fc4a9b030ae8d169bd643c2cbdb29e10f01ef363f70
uri: https://github.com/rook/kubectl-rook-ceph/releases/download/v0.9.3/kubectl-rook-ceph_v0.9.3_windows_amd64.tar.gz
sha256: 439f81b8125b497df4ebd3b716c811315b0dedbbfbfdeb1a76039fa5a8871c28
bin: kubectl-rook-ceph.exe
Loading