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.7.7 of pv-mounter #4294

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
18 changes: 9 additions & 9 deletions plugins/pv-mounter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: pv-mounter
spec:
version: v0.7.6
version: v0.7.7
shortDescription: Mount PVC locally using SSHFS
homepage: https://github.com/fenio/pv-mounter
description: |
Expand All @@ -13,8 +13,8 @@ spec:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/fenio/pv-mounter/releases/download/v0.7.6/pv-mounter_v0.7.6_linux_amd64.tar.gz
sha256: 632976940055e566b60e9e8027268b40cd34375b9fe77099d297b95f57f8049a
uri: https://github.com/fenio/pv-mounter/releases/download/v0.7.7/pv-mounter_v0.7.7_linux_amd64.tar.gz
sha256: 3a2ce1d99ec7182b2120b4fb3b5f7172be1ab0e23efc90707c48600f07b6bd44
files:
- from: "./pv-mounter"
to: "."
Expand All @@ -25,8 +25,8 @@ spec:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/fenio/pv-mounter/releases/download/v0.7.6/pv-mounter_v0.7.6_linux_arm64.tar.gz
sha256: 1b975b96e84c3a47a33a7377073ddfd1c26f3688b786a89c14cf7bc4a52b9ce4
uri: https://github.com/fenio/pv-mounter/releases/download/v0.7.7/pv-mounter_v0.7.7_linux_arm64.tar.gz
sha256: a794b1c86d179878f09712b252154ff7a5dba8fc9067f41a5213e2caf4225b08
files:
- from: "./pv-mounter"
to: "."
Expand All @@ -38,8 +38,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/fenio/pv-mounter/releases/download/v0.7.6/pv-mounter_v0.7.6_darwin_amd64.tar.gz
sha256: 85904807266307b7757f06f2bf778c16ddf8d5dda2b8c671f95e80aaa133a16c
uri: https://github.com/fenio/pv-mounter/releases/download/v0.7.7/pv-mounter_v0.7.7_darwin_amd64.tar.gz
sha256: b0a470b930ac77610206d414dfdf983e7466d0c0b18b274d0023edcf7b966af2
files:
- from: "./pv-mounter"
to: "."
Expand All @@ -50,8 +50,8 @@ spec:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/fenio/pv-mounter/releases/download/v0.7.6/pv-mounter_v0.7.6_darwin_arm64.tar.gz
sha256: 28780330956b427ef47e13779c8e13fc2e5c307ea1bcd18b37065c4eb898701c
uri: https://github.com/fenio/pv-mounter/releases/download/v0.7.7/pv-mounter_v0.7.7_darwin_arm64.tar.gz
sha256: 4276f43e298dc84c55251dda8e4204c237df4784e2caa5173d9f41ae46d81dda
files:
- from: "./pv-mounter"
to: "."
Expand Down
Loading