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 v1.10.3 of kyverno #3302

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/kyverno.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ kind: Plugin
metadata:
name: kyverno
spec:
version: v1.10.2
version: v1.10.3
homepage: https://github.com/kyverno/kyverno
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/kyverno/kyverno/releases/download/v1.10.2/kyverno-cli_v1.10.2_linux_x86_64.tar.gz
sha256: 0c1619b9607f0d6c8c8ee6c6d58a8fec6bf6ce795810b5b6dc0e0de02b82eab3
uri: https://github.com/kyverno/kyverno/releases/download/v1.10.3/kyverno-cli_v1.10.3_linux_x86_64.tar.gz
sha256: 6b18e6173b57e0e759aa5eb8a5fb942bfcd3874f2712442478f162dea291f962
files:
- from: kyverno
to: .
Expand All @@ -22,8 +22,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/kyverno/kyverno/releases/download/v1.10.2/kyverno-cli_v1.10.2_darwin_x86_64.tar.gz
sha256: 2357b2be722e5c608484ce75853b9c75806cf7687d066fbb62abed835f8bc837
uri: https://github.com/kyverno/kyverno/releases/download/v1.10.3/kyverno-cli_v1.10.3_darwin_x86_64.tar.gz
sha256: 1953908809907aac2e91522e8a49f7148e7ac24d2527af8455e687c762c2ef31
files:
- from: kyverno
to: .
Expand All @@ -34,8 +34,8 @@ spec:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/kyverno/kyverno/releases/download/v1.10.2/kyverno-cli_v1.10.2_darwin_arm64.tar.gz
sha256: 8f657787905eab670af03f71b1ab2e566ed7fe2e171c09d54bb45651f571c43e
uri: https://github.com/kyverno/kyverno/releases/download/v1.10.3/kyverno-cli_v1.10.3_darwin_arm64.tar.gz
sha256: 9025fa0b8aa7ba76e0b1edd10842cc0a9c47c8258d61ea65dce4ab861f368707
files:
- from: kyverno
to: .
Expand All @@ -46,8 +46,8 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/kyverno/kyverno/releases/download/v1.10.2/kyverno-cli_v1.10.2_windows_x86_64.zip
sha256: db99b8c4194567601836421acbcdaa9ddddc4fdbf21b18ad8e7f25d903d48e19
uri: https://github.com/kyverno/kyverno/releases/download/v1.10.3/kyverno-cli_v1.10.3_windows_x86_64.zip
sha256: bcc11df1a17377357705d28e84be0f660fc9c43cae30a4440ade0aec5ee298be
files:
- from: kyverno.exe
to: .
Expand Down