-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix/python3.10
- Loading branch information
Showing
62 changed files
with
496 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package: | ||
name: datadog-agent | ||
version: 7.50.3 | ||
epoch: 1 | ||
version: 7.51.0 | ||
epoch: 0 | ||
description: "Collect events and metrics from your hosts that send data to Datadog." | ||
copyright: | ||
- license: Apache-2.0 | ||
|
@@ -51,17 +51,7 @@ pipeline: | |
with: | ||
repository: https://github.com/DataDog/datadog-agent | ||
tag: ${{package.version}} | ||
expected-commit: abce0cb22b94b1519861b36ac9b8c9ea317bf6a1 | ||
|
||
- runs: | | ||
# NOTE: we need to remove the existing docker dep because is higher than the version required by buildkit. | ||
go mod edit -droprequire=github.com/docker/docker | ||
- uses: go/bump | ||
with: | ||
deps: golang.org/x/[email protected] github.com/containerd/[email protected] github.com/go-git/go-git/[email protected] github.com/moby/[email protected] github.com/opencontainers/[email protected] github.com/docker/[email protected] | ||
replaces: github.com/cloudflare/circl=github.com/cloudflare/[email protected] github.com/docker/docker=github.com/docker/[email protected]+incompatible | ||
go-version: "1.21.0" | ||
expected-commit: 5b3c5ccb394e61a7946f35ad0eeb4197dfcd5d68 | ||
|
||
- runs: | | ||
export PATH=$PATH:$GOPATH/bin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package: | ||
name: docker-compose | ||
version: 2.24.5 | ||
version: 2.24.6 | ||
epoch: 0 | ||
description: Define and run multi-container applications with Docker | ||
copyright: | ||
|
@@ -27,7 +27,11 @@ pipeline: | |
with: | ||
repository: https://github.com/docker/compose | ||
tag: v${{package.version}} | ||
expected-commit: 8fdd45cd4ce0035968efef3cae44529690fbea60 | ||
expected-commit: eb5f7d76fee2027bb4e25711e0d2666b3891dcd3 | ||
|
||
- uses: go/bump | ||
with: | ||
deps: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected] go.opentelemetry.io/[email protected] go.opentelemetry.io/otel/exporters/otlp/otlptrace/[email protected] go.opentelemetry.io/otel/[email protected] | ||
|
||
- runs: | | ||
mkdir -p ${{targets.destdir}}/usr/bin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package: | ||
name: k3d | ||
version: 5.6.0 | ||
epoch: 5 | ||
epoch: 6 | ||
description: Little helper to run CNCF's k3s in Docker | ||
copyright: | ||
- license: Apache-2.0 | ||
|
@@ -23,6 +23,10 @@ pipeline: | |
tag: v${{package.version}} | ||
expected-commit: 9748b1e158f3a03e807c6a989edc0fee856ff5a2 | ||
|
||
- uses: go/bump | ||
with: | ||
deps: golang.org/x/[email protected] github.com/docker/[email protected] golang.org/x/[email protected] github.com/opencontainers/[email protected] github.com/containerd/[email protected] | ||
|
||
- runs: | | ||
make build | ||
install -Dm755 ./bin/k3d ${{targets.destdir}}/usr/bin/k3d | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
package: | ||
name: kubeadm-bootstrap-controller | ||
version: 1.6.1 | ||
epoch: 0 | ||
description: Cluster API core controller | ||
copyright: | ||
- license: Apache-2.0 | ||
|
||
environment: | ||
contents: | ||
packages: | ||
- busybox | ||
- ca-certificates-bundle | ||
- go | ||
environment: | ||
CGO_ENABLED: "0" | ||
|
||
pipeline: | ||
- uses: git-checkout | ||
with: | ||
expected-commit: a150f715f5a607ef172dbe96615ffdf1d51220b3 | ||
repository: https://github.com/kubernetes-sigs/cluster-api | ||
tag: v${{package.version}} | ||
|
||
- uses: go/build | ||
with: | ||
ldflags: -s -w | ||
output: kubeadm-bootstrap-controller | ||
packages: ./bootstrap/kubeadm | ||
|
||
- uses: strip | ||
|
||
update: | ||
enabled: true | ||
github: | ||
identifier: kubernetes-sigs/cluster-api | ||
strip-prefix: v | ||
tag-filter: v | ||
use-tag: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Generated from https://git.alpinelinux.org/aports/plain/main/libburn/APKBUILD | ||
package: | ||
name: libburn | ||
version: 1.5.6 | ||
epoch: 0 | ||
description: Library for reading, mastering and writing optical discs | ||
copyright: | ||
- license: GPL-2.0-or-later | ||
|
||
environment: | ||
contents: | ||
packages: | ||
- autoconf | ||
- automake | ||
- build-base | ||
- busybox | ||
- ca-certificates-bundle | ||
- linux-headers | ||
|
||
pipeline: | ||
- uses: fetch | ||
with: | ||
expected-sha256: 7295491b4be5eeac5e7a3fb2067e236e2955ffdc6bbd45f546466edee321644b | ||
uri: https://files.libburnia-project.org/releases/libburn-${{package.version}}.tar.gz | ||
|
||
- uses: autoconf/configure | ||
|
||
- uses: autoconf/make | ||
|
||
- uses: autoconf/make-install | ||
|
||
- uses: strip | ||
|
||
subpackages: | ||
- name: libburn-dev | ||
pipeline: | ||
- uses: split/dev | ||
dependencies: | ||
runtime: | ||
- libburn | ||
description: libburn dev | ||
|
||
- name: libburn-doc | ||
pipeline: | ||
- uses: split/manpages | ||
description: libburn manpages | ||
|
||
update: | ||
enabled: true | ||
release-monitor: | ||
identifier: 1568 | ||
strip-suffix: .pl01 |
Oops, something went wrong.