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
4 changes: 2 additions & 2 deletions kubevela.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: kubevela
version: "1.10.4"
epoch: 0 # CVE-2025-47907
epoch: 1 # CVE-2025-47907
description: KubeVela is a modern application delivery platform that makes deploying and operating applications across today's hybrid, multi-cloud environments easier, faster and more reliable
copyright:
- license: Apache-2.0
Expand All @@ -13,7 +13,7 @@ package:
pipeline:
- uses: git-checkout
with:
expected-commit: a8b652e59da9a3349ccb0e9d455c04c8d88e0868
expected-commit: 17b7edca9e25bcd9aa1ff2bf6a7aa76564318dcc
repository: https://github.com/kubevela/kubevela
tag: v${{package.version}}

Expand Down
Loading