Skip to content

Commit

Permalink
Merge branch 'main' of github.com:wolfi-dev/os into apache-pulsar
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Paul <[email protected]>
  • Loading branch information
MickeyPvX committed Dec 13, 2024
2 parents 5531ce8 + 6492df3 commit 29b239c
Show file tree
Hide file tree
Showing 262 changed files with 644 additions and 877 deletions.
6 changes: 5 additions & 1 deletion argo-workflows.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: argo-workflows
version: 3.6.2
epoch: 0
epoch: 1
description: Workflow engine for Kubernetes.
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -40,6 +40,10 @@ pipeline:
# Pack yarn UI into go binary
/home/build/.cache/go/bin/staticfiles -o server/static/files.go ui/dist/app
- uses: go/bump
with:
deps: golang.org/x/[email protected]

- uses: go/build
with:
packages: ./cmd/argo
Expand Down
4 changes: 2 additions & 2 deletions aws-efs-csi-driver.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: aws-efs-csi-driver
version: 2.1.1
version: 2.1.2
epoch: 0
description: CSI driver for Amazon EFS.
copyright:
Expand All @@ -20,7 +20,7 @@ pipeline:
with:
repository: https://github.com/kubernetes-sigs/aws-efs-csi-driver
tag: v${{package.version}}
expected-commit: 28144460b084dd4a1bd5d81ad75ae41c55e84a65
expected-commit: b141622fe6b19c7d8c3d8b10289788a5994ffef0

- uses: go/build
with:
Expand Down
8 changes: 7 additions & 1 deletion bluez.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package:
name: bluez
version: "5.79"
epoch: 1
epoch: 2
description: Tools for the Bluetooth protocol stack
copyright:
- license: GPL-2.0-or-later AND BSD-2-Clause AND MIT
Expand Down Expand Up @@ -59,6 +59,12 @@ pipeline:
install -Dm644 obexd/src/org.bluez.obex.service \
"${{targets.destdir}}"/usr/share/dbus-1/services/org.bluez.obex.service
# Workaround permission issue. Fixed upstream, but pulling in patch requires
# running autoreconf which seems to generate issues.
# https://github.com/bluez/bluez/commit/b1fd409960001a77cda2a09ecc00147ebd9c3667
# Fixes: https://github.com/wolfi-dev/os/issues/31026
chmod 0755 "${{targets.destdir}}"/etc/bluetooth
- uses: strip

subpackages:
Expand Down
12 changes: 3 additions & 9 deletions boost.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: boost
version: 1.86.0
epoch: 2
version: 1.87.0
epoch: 0
description: "Free peer-reviewed portable C++ source libraries"
copyright:
- license: "BSL-1.0"
Expand Down Expand Up @@ -59,13 +59,7 @@ pipeline:
- uses: fetch
with:
uri: https://boostorg.jfrog.io/artifactory/main/release/${{package.version}}/source/boost_${{vars.mangled-package-version}}.tar.gz
expected-sha256: 2575e74ffc3ef1cd0babac2c1ee8bdb5782a0ee672b1912da40e5b4b591ca01f

# Apply patches to fix build https://github.com/boostorg/bcp/pull/18
- runs: |
cd ./tools/bcp
patch -p1 < ../../c98516b5b76e9132eba78a399af9c95ec8d23bd4.patch
patch -p1 < ../../cd21e9b4a749a77c24facf2da44f01e032c40842.patch
expected-sha256: f55c340aa49763b1925ccf02b2e83f35fdcf634c9d5164a2acb87540173c741d

- runs: |
abiflags="$(python3-config --abiflags)"
Expand Down
62 changes: 0 additions & 62 deletions boost/c98516b5b76e9132eba78a399af9c95ec8d23bd4.patch

This file was deleted.

184 changes: 0 additions & 184 deletions boost/cd21e9b4a749a77c24facf2da44f01e032c40842.patch

This file was deleted.

4 changes: 2 additions & 2 deletions boring-registry.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: boring-registry
version: 0.15.4
epoch: 1
epoch: 2
description: Terraform Provider and Module Registry
copyright:
- license: MIT
Expand All @@ -25,7 +25,7 @@ pipeline:

- uses: go/bump
with:
deps: github.com/golang-jwt/jwt/[email protected]
deps: github.com/golang-jwt/jwt/[email protected] golang.org/x/[email protected]

- uses: go/build
with:
Expand Down
6 changes: 5 additions & 1 deletion cloud-provider-aws-1.31.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: cloud-provider-aws-1.31
version: 1.31.4
epoch: 0
epoch: 1
description: The AWS cloud provider provides the interface between a Kubernetes cluster and AWS service APIs.
copyright:
- license: Apache-2.0
Expand All @@ -16,6 +16,10 @@ pipeline:
tag: v${{package.version}}
expected-commit: 32e9f8236057aa0d5118800fcacf222dfab45a2f

- uses: go/bump
with:
deps: golang.org/x/[email protected]

subpackages:
- name: ${{package.name}}-cloud-controller-manager
description: The AWS Cloud Controller Manager is the controller that is primarily responsible for creating and updating AWS loadbalancers (classic and NLB) and node lifecycle management.
Expand Down
6 changes: 5 additions & 1 deletion dockerize.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: dockerize
version: 0.8.0
epoch: 1
epoch: 2
description: Utility to simplify running applications in docker containers
copyright:
- license: MIT
Expand All @@ -21,6 +21,10 @@ pipeline:
tag: v${{package.version}}
expected-commit: b9b22a266f4f11efe04b0db837ceb3fca7b30dad

- uses: go/bump
with:
deps: golang.org/x/[email protected]

- uses: go/build
with:
packages: .
Expand Down
Loading

0 comments on commit 29b239c

Please sign in to comment.