Skip to content
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
6 changes: 3 additions & 3 deletions kubewatch.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: kubewatch
version: "2.11.0"
epoch: 3 # CVE-2025-47907
version: "2.12.0"
epoch: 0 # CVE-2025-47907
description: Watch k8s events and trigger Handlers
copyright:
- license: Apache-2.0
Expand All @@ -16,7 +16,7 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: f1b943f8c00084760b0a164ca42e70d5698310dc
expected-commit: 6d5fccddfa244ddd0768f2a604bd5a4fb991ee41
repository: https://github.com/robusta-dev/kubewatch
tag: v${{package.version}}

Expand Down
Loading