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 kubevela.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: kubevela
version: 1.7.7
version: 1.8.0
epoch: 0
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:
Expand All @@ -21,7 +21,7 @@ pipeline:
- uses: fetch
with:
uri: https://github.com/kubevela/kubevela/archive/refs/tags/v${{package.version}}.tar.gz
expected-sha256: ae70ffabe5ee80288806770c608364fffca66e884c19d397b1aff42286995c46
expected-sha256: 7738083803fb3e9f61260ff900cf8dfd935fc271873f776e62a66c22eb45f72d

- runs: |
export CGO_ENABLED=0
Expand Down