Skip to content
Closed
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
4 changes: 2 additions & 2 deletions kyverno-cli.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: kyverno-cli
version: 1.9.5
version: 1.10.0
epoch: 0
description: Kubernetes Native Policy Management CLI
copyright:
Expand All @@ -20,7 +20,7 @@ pipeline:
- uses: fetch
with:
uri: https://github.com/kyverno/kyverno/archive/v${{package.version}}/v${{package.version}}.tar.gz
expected-sha256: d11e3aa7a9ecf7e10667d28c5c9768320853d255b53ea42605d8646b25e8c40c
expected-sha256: 10a762a28468c48393fb0e28a95c2865312a9b0c9e70cdb86974e9bbea3be72e

- uses: go/build
with:
Expand Down