Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 2 additions & 8 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 All @@ -33,12 +33,6 @@ pipeline:
ldflags: '"-X github.com/oam-dev/kubevela/version.VelaVersion=${{package.version}}"'
output: manager

- uses: go/build
with:
packages: ./cmd/apiserver/main.go
ldflags: '"-X github.com/oam-dev/kubevela/version.VelaVersion=${{package.version}}"'
output: apiserver

- uses: go/build
with:
packages: ./references/cmd/cli/main.go
Expand Down
7 changes: 4 additions & 3 deletions libcap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: libcap
version: 2.26
epoch: 2
version: "2.68"
epoch: 0
description: "POSIX 1003.1e capabilities"
copyright:
- license: BSD-3-Clause OR GPL-2.0-only
Expand All @@ -15,12 +15,13 @@ environment:
- busybox
- build-base
- perl
- bash

pipeline:
- uses: fetch
with:
uri: https://kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-${{package.version}}.tar.xz
expected-sha512: 1c2d59f007226405a924950b2c2090393527e06f0692a84e6463e33915a070df61a9070b8f30a624d5630ddd39290eac117e5d440577d1edd48510195b9d12f0
expected-sha512: ede3e1356aef22e18a46dc8ff0727500ab023bea698cf2bb822abb06625e272940afea52ad6457d0cd8cf1c7f435f1b568baf0a6bf0a08ae96fbf6d7502f9de2

- runs: |
set -x
Expand Down
8 changes: 2 additions & 6 deletions openldap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: openldap
version: 2.6.3
epoch: 1
version: 2.6.4
epoch: 0
description: LDAP Server
copyright:
- license: OLDAP-2.8
Expand Down Expand Up @@ -47,10 +47,6 @@ pipeline:
with:
patches: 0004-Fix-manpages.patch

- uses: patch
with:
patches: 0006-Fix-build-on-mips-inconsistent-cacheflush-prototype.patch

- uses: patch
with:
patches: 0009-Include-more-schemas-in-default-config.patch
Expand Down

This file was deleted.