Skip to content

Commit

Permalink
Merge branch 'main' into cve-opentelemetry-collector-24822774d1fcbfd4…
Browse files Browse the repository at this point in the history
…fb349645af912758
  • Loading branch information
hbh7 authored Dec 13, 2024
2 parents 7dd7774 + 8417131 commit 2799291
Show file tree
Hide file tree
Showing 409 changed files with 1,424 additions and 1,542 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: 3 additions & 3 deletions argo-rollouts.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: argo-rollouts
version: 1.7.2
epoch: 1
epoch: 2
description: Progressive Delivery for Kubernetes
copyright:
- license: Apache-2.0
Expand All @@ -15,7 +15,7 @@ pipeline:

- uses: go/bump
with:
deps: golang.org/x/[email protected] github.com/cloudflare/[email protected] github.com/hashicorp/[email protected] go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected] go.opentelemetry.io/contrib/instrumentation/net/http/[email protected] go.opentelemetry.io/otel/[email protected] go.opentelemetry.io/otel/exporters/otlp/otlptrace/[email protected] k8s.io/[email protected] k8s.io/[email protected] github.com/golang-jwt/jwt/[email protected]
deps: golang.org/x/[email protected] github.com/cloudflare/[email protected] github.com/hashicorp/[email protected] go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected] go.opentelemetry.io/contrib/instrumentation/net/http/[email protected] go.opentelemetry.io/otel/[email protected] go.opentelemetry.io/otel/exporters/otlp/otlptrace/[email protected] k8s.io/[email protected] k8s.io/[email protected] github.com/golang-jwt/jwt/[email protected] golang.org/x/[email protected]
replaces: github.com/whilp/git-urls=github.com/chainguard-dev/[email protected]

- uses: go/build
Expand All @@ -33,7 +33,7 @@ subpackages:
pipeline:
- uses: go/bump
with:
deps: golang.org/x/[email protected] github.com/cloudflare/[email protected] github.com/hashicorp/[email protected] go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected] go.opentelemetry.io/contrib/instrumentation/net/http/[email protected] go.opentelemetry.io/otel/[email protected] go.opentelemetry.io/otel/exporters/otlp/otlptrace/[email protected] k8s.io/[email protected] k8s.io/[email protected]
deps: github.com/cloudflare/[email protected] github.com/hashicorp/[email protected] go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected] go.opentelemetry.io/contrib/instrumentation/net/http/[email protected] go.opentelemetry.io/otel/[email protected] go.opentelemetry.io/otel/exporters/otlp/otlptrace/[email protected] k8s.io/[email protected] k8s.io/[email protected]
replaces: github.com/whilp/git-urls=github.com/chainguard-dev/[email protected]
- uses: go/build
with:
Expand Down
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
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
4 changes: 2 additions & 2 deletions aws-cli-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#nolint:documentation
package:
name: aws-cli-2
version: 2.22.16
version: 2.22.17
epoch: 0
description: "Universal Command Line Interface for Amazon Web Services (v2)"
copyright:
Expand Down Expand Up @@ -31,7 +31,7 @@ pipeline:
- uses: git-checkout
with:
repository: https://github.com/aws/aws-cli
expected-commit: c9d20e55a17c4b489dc6ccc58f64425165c9447f
expected-commit: 4e337a888b85cbcc2c7c211df0cc41e0b9f02798
tag: ${{package.version}}

- runs: |
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
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
Loading

0 comments on commit 2799291

Please sign in to comment.