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 bytebuilders/[email protected] plugin #163

Merged
merged 1 commit into from
Mar 28, 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/connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: connect
spec:
version: v0.3.5
version: v0.3.6
homepage: https://appscode.com
shortDescription: kubectl plugin for Kubernetes native Services by AppsCode
description: |
Expand All @@ -13,8 +13,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/bytebuilders/kube-bind/releases/download/v0.3.5/kubectl-connect-darwin-amd64.tar.gz
sha256: 646e6d15d7e44d5dfc5bade34e699b1368c7c9cd0fd6187f6e809e9aca5c1912
uri: https://github.com/bytebuilders/kube-bind/releases/download/v0.3.6/kubectl-connect-darwin-amd64.tar.gz
sha256: d0b2774fd189023fd1d678b6f357bd3e0abc3b92183ed96d70be6446e4542217
files:
- from: "*"
to: "."
Expand All @@ -23,8 +23,8 @@ spec:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/bytebuilders/kube-bind/releases/download/v0.3.5/kubectl-connect-darwin-arm64.tar.gz
sha256: edcf9068d0dd7320f6bfbead973373f18ff0a0233d5bb1628a9591d8e72b92e5
uri: https://github.com/bytebuilders/kube-bind/releases/download/v0.3.6/kubectl-connect-darwin-arm64.tar.gz
sha256: 0aae68f6545e79f2425d1212ded73914551ccc63e1ca743c2c68c22f064606db
files:
- from: "*"
to: "."
Expand All @@ -33,8 +33,8 @@ spec:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/bytebuilders/kube-bind/releases/download/v0.3.5/kubectl-connect-linux-amd64.tar.gz
sha256: 2f1c773e045d079d2ed82c49751986cedc1dc7501ba1fe450b1d2bb2245f352f
uri: https://github.com/bytebuilders/kube-bind/releases/download/v0.3.6/kubectl-connect-linux-amd64.tar.gz
sha256: 58100b19f708fbe956d3e6debcdedd9cad87803a9177b8dd055d6d48c1b3f357
files:
- from: "*"
to: "."
Expand All @@ -43,8 +43,8 @@ spec:
matchLabels:
os: linux
arch: arm
uri: https://github.com/bytebuilders/kube-bind/releases/download/v0.3.5/kubectl-connect-linux-arm.tar.gz
sha256: fae1ab944f2a734f270ff870916bd1563412b8411328d7d7271f448a85306a50
uri: https://github.com/bytebuilders/kube-bind/releases/download/v0.3.6/kubectl-connect-linux-arm.tar.gz
sha256: bd49c7ecdc2c305453327dfd882d16e9f28fe8f6dfbccf880c4fe4ec70271b24
files:
- from: "*"
to: "."
Expand All @@ -53,8 +53,8 @@ spec:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/bytebuilders/kube-bind/releases/download/v0.3.5/kubectl-connect-linux-arm64.tar.gz
sha256: 3b4e58a6a6750c32f5c9d037907bfebeac1c4c593681602b08a5aeaaab5af62f
uri: https://github.com/bytebuilders/kube-bind/releases/download/v0.3.6/kubectl-connect-linux-arm64.tar.gz
sha256: a2a3107f7ada76f6f3e72ddf6c782dc00c9cc79fdcd564bc584a46ee72ff1610
files:
- from: "*"
to: "."
Expand All @@ -63,8 +63,8 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/bytebuilders/kube-bind/releases/download/v0.3.5/kubectl-connect-windows-amd64.zip
sha256: 7666a06546c295a60ec3e59dd077b3c0608f8bb1cde0c7bf7a397b131eaf7b6f
uri: https://github.com/bytebuilders/kube-bind/releases/download/v0.3.6/kubectl-connect-windows-amd64.zip
sha256: 8dd1587004ee45d300a70bda15200724bc227a5f11019a363e89d6b094acf2ce
files:
- from: "*"
to: "."
Expand Down
Loading