Skip to content

Commit

Permalink
Merge branch 'main' into fluentd-daemonset
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU authored Dec 13, 2024
2 parents 3ce809a + 9d960ed commit 308f427
Show file tree
Hide file tree
Showing 207 changed files with 1,013 additions and 897 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ MELANGE_OPTS += ${MELANGE_EXTRA_OPTS}

# Enter interactive mode on failure for debug
MELANGE_DEBUG_OPTS += --interactive
MELANGE_DEBUG_OPTS += --debug
MELANGE_DEBUG_OPTS += --package-append apk-tools
MELANGE_DEBUG_OPTS += ${MELANGE_OPTS}

Expand Down
6 changes: 5 additions & 1 deletion age.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: age
version: 1.2.0
epoch: 2
epoch: 3
description: A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
copyright:
- license: BSD-3-Clause
Expand All @@ -13,6 +13,10 @@ pipeline:
tag: v${{package.version}}
expected-commit: bbe6ce5eeb1bb70cfc705d0961c943f0dd637ffd

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

- uses: go/build
with:
packages: ./cmd/age/
Expand Down
6 changes: 5 additions & 1 deletion airflow.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: airflow
version: 2.10.3
epoch: 0
epoch: 1
description: Platform to programmatically author, schedule, and monitor workflows
options:
# There is a dependency on libarrow.so although it
Expand Down Expand Up @@ -75,6 +75,10 @@ pipeline:
# The tldr; For that case it is not needed in runtime.
./venv/bin/pip uninstall --yes setuptools
#GHSA-8w49-h785-mj3c/GHSA-8495-4g3g-x7pr/GHSA-27mf-ghqm-j3j8 fixes
./venv/bin/pip install aiohttp==3.10.11
./venv/bin/pip install tornado==6.4.2
- working-directory: venv/lib/python3.12/site-packages/airflow/www
runs: |
# front-end build
Expand Down
4 changes: 2 additions & 2 deletions apicurio-registry.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: apicurio-registry
version: 3.0.5
version: 3.0.6
epoch: 0
description: An API/Schema registry - stores APIs and Schemas
copyright:
Expand Down Expand Up @@ -32,7 +32,7 @@ pipeline:
with:
repository: https://github.com/Apicurio/apicurio-registry
tag: v${{package.version}}
expected-commit: c17f6e85d4d3839db515294eeeb12b10b2ea2304
expected-commit: 779f0994a1de5ebd48f617f476f3e3b7c5a36e48

- uses: patch
with:
Expand Down
7 changes: 6 additions & 1 deletion atlantis.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: atlantis
version: 0.31.0
epoch: 0
epoch: 1
description: Terraform Pull Request Automation
copyright:
- license: Apache-2.0
Expand All @@ -26,6 +26,11 @@ pipeline:
tag: v${{package.version}}
expected-commit: 245044c17fe85f7330c0a1cca919e7bf3bd52c4d

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

- uses: go/build
with:
modroot: .
Expand Down
6 changes: 5 additions & 1 deletion authservice.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: authservice
version: 1.0.3
epoch: 0
epoch: 1
description: Move OIDC token acquisition out of your app code and into the Istio mesh
copyright:
- license: Apache-2.0
Expand All @@ -17,6 +17,10 @@ pipeline:
repository: https://github.com/istio-ecosystem/authservice
tag: v${{package.version}}

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

- uses: go/build
with:
packages: ./cmd
Expand Down
12 changes: 4 additions & 8 deletions aws-c-auth.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: aws-c-auth
version: 0.8.0
epoch: 0
epoch: 1
description: "C99 library implementation of AWS client-side authentication: standard credentials providers and signing"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -64,14 +64,10 @@ subpackages:
description: aws-c-auth dev

test:
environment:
contents:
packages:
- posix-libc-utils
pipeline:
- name: "Verify shared library dependencies"
runs: |
ldd /usr/lib/libaws-c-auth.so.1.0.0
- uses: test/ldd-check
with:
files: /usr/lib/libaws-c-auth.so.1.0.0

update:
enabled: true
Expand Down
12 changes: 4 additions & 8 deletions aws-c-cal.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: aws-c-cal
version: 0.8.1
epoch: 0
epoch: 1
description: "AWS Crypto Abstraction Layer: Cross-Platform, C99 wrapper for cryptography primitives"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -58,14 +58,10 @@ subpackages:
description: aws-c-cal dev

test:
environment:
contents:
packages:
- posix-libc-utils
pipeline:
- name: "Verify shared library dependencies"
runs: |
ldd /usr/lib/libaws-c-cal.so.1.0.0
- uses: test/ldd-check
with:
files: /usr/lib/libaws-c-cal.so.1.0.0

update:
enabled: true
Expand Down
12 changes: 4 additions & 8 deletions aws-c-common.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: aws-c-common
version: 0.10.6
epoch: 0
epoch: 1
description: Core c99 package for AWS SDK for C including cross-platform primitives, configuration, data structures, and error handling
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -57,14 +57,10 @@ subpackages:
description: aws-c-common dev

test:
environment:
contents:
packages:
- posix-libc-utils
pipeline:
- name: "Verify shared library dependencies"
runs: |
ldd /usr/lib/libaws-c-common.so.1.0.0
- uses: test/ldd-check
with:
files: /usr/lib/libaws-c-common.so.1.0.0

update:
enabled: true
Expand Down
12 changes: 4 additions & 8 deletions aws-c-compression.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: aws-c-compression
version: 0.3.0
epoch: 0
epoch: 1
description: C99 implementation of huffman encoding/decoding
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -54,14 +54,10 @@ subpackages:
description: aws-c-compression dev

test:
environment:
contents:
packages:
- posix-libc-utils
pipeline:
- name: "Verify shared library dependencies"
runs: |
ldd /usr/lib/libaws-c-compression.so.1.0.0
- uses: test/ldd-check
with:
files: /usr/lib/libaws-c-compression.so.1.0.0

update:
enabled: true
Expand Down
12 changes: 4 additions & 8 deletions aws-c-event-stream.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: aws-c-event-stream
version: 0.5.0
epoch: 0
epoch: 1
description: "AWS C99 implementation of the vnd.amazon.eventstream content-type"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -62,14 +62,10 @@ subpackages:
description: aws-c-event-stream dev

test:
environment:
contents:
packages:
- posix-libc-utils
pipeline:
- name: "Verify shared library dependencies"
runs: |
ldd /usr/lib/libaws-c-event-stream.so.1.0.0
- uses: test/ldd-check
with:
files: /usr/lib/libaws-c-event-stream.so.1.0.0

update:
enabled: true
Expand Down
12 changes: 4 additions & 8 deletions aws-c-http.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: aws-c-http
version: 0.9.2
epoch: 0
epoch: 1
description: AWS C99 implementation of the HTTP/1.1 and HTTP/2 specifications
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -61,14 +61,10 @@ subpackages:
description: aws-c-http dev

test:
environment:
contents:
packages:
- posix-libc-utils
pipeline:
- name: "Verify shared library dependencies"
runs: |
ldd /usr/lib/libaws-c-http.so.1.0.0
- uses: test/ldd-check
with:
files: /usr/lib/libaws-c-http.so.1.0.0

update:
enabled: true
Expand Down
9 changes: 4 additions & 5 deletions aws-c-mqtt.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: aws-c-mqtt
version: 0.11.0
epoch: 0
epoch: 1
description: AWS C99 implementation of the MQTT 3.1.1 specification
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -79,12 +79,11 @@ test:
- aws-c-io-dev
- build-base
- gcc
- posix-libc-utils
- aws-c-mqtt-dev
pipeline:
- name: "Verify shared library dependencies"
runs: |
ldd /usr/lib/libaws-c-mqtt.so.1.0.0
- uses: test/ldd-check
with:
files: /usr/lib/libaws-c-mqtt.so.1.0.0
- name: "Compile simple MQTT test program"
runs: |
cat << 'EOF' > test.c
Expand Down
10 changes: 3 additions & 7 deletions aws-c-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,10 @@ subpackages:
description: aws-c-s3 dev

test:
environment:
contents:
packages:
- posix-libc-utils
pipeline:
- name: "Verify shared library dependencies"
runs: |
ldd /usr/lib/libaws-c-s3.so.1.0.0
- uses: test/ldd-check
with:
files: /usr/lib/libaws-c-s3.so.1.0.0

update:
enabled: true
Expand Down
10 changes: 3 additions & 7 deletions aws-c-sdkutils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,10 @@ subpackages:
description: aws-c-sdkutils dev

test:
environment:
contents:
packages:
- posix-libc-utils
pipeline:
- name: "Verify shared library dependencies"
runs: |
ldd /usr/lib/libaws-c-sdkutils.so.1.0.0
- uses: test/ldd-check
with:
files: /usr/lib/libaws-c-sdkutils.so.1.0.0

update:
enabled: true
Expand Down
10 changes: 3 additions & 7 deletions aws-checksums.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,10 @@ subpackages:
description: aws-checksums dev

test:
environment:
contents:
packages:
- posix-libc-utils
pipeline:
- name: "Verify shared library dependencies"
runs: |
ldd /usr/lib/libaws-checksums.so.1.0.0
- uses: test/ldd-check
with:
files: /usr/lib/libaws-checksums.so.1.0.0

update:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion aws-eks-pod-identity-agent.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#nolint:git-checkout-must-use-github-updates,valid-pipeline-git-checkout-tag
package:
name: aws-eks-pod-identity-agent
version: 0_git20241212
version: 0_git20241213
epoch: 0
description: EKS Pod Identity is a feature of Amazon EKS that simplifies the process for cluster administrators to configure Kubernetes applications with AWS IAM permissions
copyright:
Expand Down
6 changes: 5 additions & 1 deletion azuredisk-csi-1.31.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: azuredisk-csi-1.31
version: 1.31.1
epoch: 0
epoch: 1
description: Azure Disk CSI Driver
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -29,6 +29,10 @@ pipeline:
repository: https://github.com/kubernetes-sigs/azuredisk-csi-driver
tag: v${{package.version}}

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

- uses: go/build
with:
ldflags: |
Expand Down
4 changes: 2 additions & 2 deletions bank-vaults.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: bank-vaults
version: 1.20.4
epoch: 20
epoch: 21
description: A Vault swiss-army knife. A CLI tool to init, unseal and configure Vault (auth methods, secret engines).
copyright:
- license: Apache-2.0
Expand All @@ -25,7 +25,7 @@ pipeline:
- uses: go/bump
with:
# CVE-2023-39325 and CVE-2023-3978
deps: google.golang.org/[email protected] golang.org/x/[email protected] github.com/go-jose/go-jose/[email protected] google.golang.org/[email protected] golang.org/x/[email protected] github.com/Azure/azure-sdk-for-go/sdk/[email protected] github.com/hashicorp/[email protected] github.com/golang-jwt/jwt/[email protected]
deps: google.golang.org/[email protected] github.com/go-jose/go-jose/[email protected] google.golang.org/[email protected] golang.org/x/[email protected] github.com/Azure/azure-sdk-for-go/sdk/[email protected] github.com/hashicorp/[email protected] github.com/golang-jwt/jwt/[email protected] golang.org/x/[email protected]
replaces: github.com/go-jose/go-jose/v3=github.com/go-jose/go-jose/[email protected]

- uses: go/build
Expand Down
Loading

0 comments on commit 308f427

Please sign in to comment.