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

Publish [email protected] plugin #184

Merged
merged 1 commit into from
Aug 30, 2024
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
26 changes: 13 additions & 13 deletions plugins/voyager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: voyager
spec:
version: v0.0.15
version: v0.0.16
homepage: https://voyagermesh.com
shortDescription: kubectl plugin for Voyager by AppsCode
description: |
Expand All @@ -13,8 +13,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/voyagermesh/cli/releases/download/v0.0.15/kubectl-voyager-darwin-amd64.tar.gz
sha256: 051ed4c9e96ffef6df2c1f08c34d31b5d8f026760d5aa5e21ace4dc27be06436
uri: https://github.com/voyagermesh/cli/releases/download/v0.0.16/kubectl-voyager-darwin-amd64.tar.gz
sha256: 0a3a37e527b728d8a2ae448a1108f4f5fbf79a9423b4e5fcaa5a84da32678096
files:
- from: "*"
to: "."
Expand All @@ -23,8 +23,8 @@ spec:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/voyagermesh/cli/releases/download/v0.0.15/kubectl-voyager-darwin-arm64.tar.gz
sha256: 1761604af30b4998a8e6ffea779cda7ccdcf8f42bfea7dbcc190189b9359738b
uri: https://github.com/voyagermesh/cli/releases/download/v0.0.16/kubectl-voyager-darwin-arm64.tar.gz
sha256: 3d1538e4d23053b34209a2d180c35b3873ac86b5c94b99c0367eb2b9e3f4fd59
files:
- from: "*"
to: "."
Expand All @@ -33,8 +33,8 @@ spec:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/voyagermesh/cli/releases/download/v0.0.15/kubectl-voyager-linux-amd64.tar.gz
sha256: 88d5be54b985f191dbef6dc8ac989ec6f0ff0bb8788ce316be0a4674e2086962
uri: https://github.com/voyagermesh/cli/releases/download/v0.0.16/kubectl-voyager-linux-amd64.tar.gz
sha256: f6fdac2ab4132940222226acb88f9ff585d18ac01d6d611ab9954c7f4f8d870e
files:
- from: "*"
to: "."
Expand All @@ -43,8 +43,8 @@ spec:
matchLabels:
os: linux
arch: arm
uri: https://github.com/voyagermesh/cli/releases/download/v0.0.15/kubectl-voyager-linux-arm.tar.gz
sha256: ac3d5a2fe40f956d4fabeed5b05e397a916eb6da8cc7f654792bf7284ee33e93
uri: https://github.com/voyagermesh/cli/releases/download/v0.0.16/kubectl-voyager-linux-arm.tar.gz
sha256: bf2c8662d955827309fa7a8e8078b8ca3b02513ac5ba6e9b9324e7dedc22f921
files:
- from: "*"
to: "."
Expand All @@ -53,8 +53,8 @@ spec:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/voyagermesh/cli/releases/download/v0.0.15/kubectl-voyager-linux-arm64.tar.gz
sha256: 99d7b06a23fe75d763ce65a6e4e9040d4680ca3fd26f5fcb438ded0694a3a9c2
uri: https://github.com/voyagermesh/cli/releases/download/v0.0.16/kubectl-voyager-linux-arm64.tar.gz
sha256: 1627f12b165eb191db9ae3cdc21aa95c1d49e42f51ebf064e2a8189018760c96
files:
- from: "*"
to: "."
Expand All @@ -63,8 +63,8 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/voyagermesh/cli/releases/download/v0.0.15/kubectl-voyager-windows-amd64.zip
sha256: d56d62a765e95385ab2fb8f6300cd3709f680aaeec56fa2eaa108e6d0012ea11
uri: https://github.com/voyagermesh/cli/releases/download/v0.0.16/kubectl-voyager-windows-amd64.zip
sha256: 594d559855f08eba15414ed8af3e956417659014c68aaf43a9718db7007fac67
files:
- from: "*"
to: "."
Expand Down
Loading