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.17.14 of schemahero #4389

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/schemahero.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ kind: Plugin
metadata:
name: schemahero
spec:
version: v0.17.13
version: v0.17.14
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/schemahero/schemahero/releases/download/v0.17.13/kubectl-schemahero_linux_amd64.tar.gz
sha256: a8cae646a661f9f4c32a2beca57b6a25e52be4cf3aada105943d92438354430e
uri: https://github.com/schemahero/schemahero/releases/download/v0.17.14/kubectl-schemahero_linux_amd64.tar.gz
sha256: 836a5390a45745157db253e5f68cfd4daf741aea74d1abaddc95cc42214b8012
files:
- from: kubectl-schemahero
to: .
Expand All @@ -21,8 +21,8 @@ spec:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/schemahero/schemahero/releases/download/v0.17.13/kubectl-schemahero_linux_arm64.tar.gz
sha256: 4039893ba33decc139d1b2121e89e00096be5ecc535a486103a9d4520f822edf
uri: https://github.com/schemahero/schemahero/releases/download/v0.17.14/kubectl-schemahero_linux_arm64.tar.gz
sha256: 473073bcdbfe1e6a867584e8f997c78ef091d453c80595670736b6a82b07fc3b
files:
- from: kubectl-schemahero
to: .
Expand All @@ -33,8 +33,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/schemahero/schemahero/releases/download/v0.17.13/kubectl-schemahero_darwin_amd64.tar.gz
sha256: f235f69ad879016563d03326ae20da97c7edab090868132c8b86a5a00fe1e66a
uri: https://github.com/schemahero/schemahero/releases/download/v0.17.14/kubectl-schemahero_darwin_amd64.tar.gz
sha256: 709ecfb4f85fb0afb80c4d56cdb8353650d5c2cf152977921fbd8960b19f0ff6
files:
- from: kubectl-schemahero
to: .
Expand All @@ -45,8 +45,8 @@ spec:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/schemahero/schemahero/releases/download/v0.17.13/kubectl-schemahero_darwin_arm64.tar.gz
sha256: 365a9b98093acff379d01830a0bdf1037f91a68751cd5058bcacdce231a49098
uri: https://github.com/schemahero/schemahero/releases/download/v0.17.14/kubectl-schemahero_darwin_arm64.tar.gz
sha256: bf6b80d9198ea6d837529428a5e99c0dc83580e886d9014ee376263cc997d618
files:
- from: kubectl-schemahero
to: .
Expand All @@ -57,8 +57,8 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/schemahero/schemahero/releases/download/v0.17.13/kubectl-schemahero_windows_amd64.tar.gz
sha256: 297d20150176e4fb752babcb0f61157a85c6496e0ca84a503572873aca735aa7
uri: https://github.com/schemahero/schemahero/releases/download/v0.17.14/kubectl-schemahero_windows_amd64.tar.gz
sha256: d11f4be18278e5402e4c955850cb8d9f6fd933beb1b04dfbb09fd6dee233ed02
files:
- from: kubectl-schemahero.exe
to: .
Expand Down