Skip to content

Commit 545b82e

Browse files
authored
Merge pull request #173 from kube-logging/renovate/all
chore(deps): update all dependencies
2 parents c26e429 + df47e27 commit 545b82e

File tree

10 files changed

+383
-377
lines changed

10 files changed

+383
-377
lines changed

.github/workflows/artifacts.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
6565

6666
- name: Set up Docker Buildx
67-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
67+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
6868

6969
- name: Set up Cosign
70-
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
70+
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
7171
if: ${{ inputs.publish }}
7272

7373
- name: Set image name
@@ -150,7 +150,7 @@ jobs:
150150
tar -xf image.tar -C image
151151
152152
- name: Run Trivy vulnerability scanner
153-
uses: aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37 # 0.31.0
153+
uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # 0.32.0
154154
env:
155155
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
156156
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db:1
@@ -167,7 +167,7 @@ jobs:
167167
retention-days: 5
168168

169169
- name: Upload Trivy scan results to GitHub Security tab
170-
uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
170+
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
171171
with:
172172
sarif_file: trivy-results.sarif
173173

@@ -194,7 +194,8 @@ jobs:
194194
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
195195

196196
- name: Set up Cosign
197-
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
197+
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
198+
if: ${{ inputs.publish }}
198199

199200
- name: Set chart name
200201
id: chart-name
@@ -268,7 +269,7 @@ jobs:
268269
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" | jq
269270
270271
- name: Run Trivy vulnerability scanner
271-
uses: aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37 # 0.31.0
272+
uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # 0.32.0
272273
env:
273274
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
274275
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db:1
@@ -286,6 +287,6 @@ jobs:
286287
retention-days: 5
287288

288289
- name: Upload Trivy scan results to GitHub Security tab
289-
uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
290+
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
290291
with:
291292
sarif_file: trivy-results.sarif

.github/workflows/e2e.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020

2121
- name: Set up Docker Buildx
22-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
22+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
2323

2424
- name: Build and export
2525
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Set up Docker Buildx
50-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
50+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
5151

5252
- name: Download artifact
5353
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
@@ -61,7 +61,7 @@ jobs:
6161
docker image ls -a
6262
6363
- name: Set up kubectl
64-
uses: azure/setup-kubectl@3e0aec4d80787158d308d7b364cb1b702e7feb7f # v4.0.0
64+
uses: azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4.0.1
6565
with:
6666
version: ${{ env.KUBECTL_VERSION }}
6767

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY pkg/ pkg/
2525
# Build
2626
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build $GO_BUILD_FLAGS -o /usr/local/bin/manager cmd/main.go
2727

28-
FROM gcr.io/distroless/static:nonroot@sha256:188ddfb9e497f861177352057cb21913d840ecae6c843d39e00d44fa64daa51c
28+
FROM gcr.io/distroless/static:nonroot@sha256:627d6c5a23ad24e6bdff827f16c7b60e0289029b0c79e9f7ccd54ae3279fb45f
2929

3030
COPY --from=builder /usr/local/bin/manager /manager
3131
USER 65532:65532

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
CONTROLLER_TOOLS_VERSION := 0.18.0
77

88
# renovate: datasource=github-releases depName=kubernetes-sigs/kustomize versioning=semver
9-
KUSTOMIZE_VERSION := 5.6.0
9+
KUSTOMIZE_VERSION := 5.7.0
1010

1111
# renovate: datasource=github-releases depName=golangci/golangci-lint versioning=semver
12-
GOLANGCI_LINT_VERSION := 2.1.6
12+
GOLANGCI_LINT_VERSION := 2.2.2
1313

1414
# renovate: datasource=github-releases depName=kubernetes-sigs/kind versioning=semver
1515
KIND_VERSION ?= 0.29.0
@@ -250,8 +250,6 @@ stern: | ${BIN}
250250
kind-cluster: ${KIND}
251251
kind create cluster --name $(KIND_CLUSTER) --image $(KIND_IMAGE)
252252

253-
## target: ci-run
254-
255253
${KIND}: ${KIND}_${KIND_VERSION}_${GOVERSION} | ${BIN}
256254
ln -sf $(notdir $<) $@
257255

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: opentelemetry-operator
33
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
4-
version: 0.90.3
5-
digest: sha256:bccbf6884611212dec74d23609573f1a0e52169402037ce6d5877ab5b8ff3872
6-
generated: "2025-06-05T16:12:21.320869307Z"
4+
version: 0.91.0
5+
digest: sha256:2a43e91a22aeebf915d2a6b3db9d20afabea42b28c0ad05089c5e154a9ce3287
6+
generated: "2025-07-14T08:05:48.002643704Z"

charts/telemetry-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ sources:
1313
- https://github.com/kube-logging/telemetry-controller
1414
dependencies:
1515
- name: opentelemetry-operator
16-
version: 0.90.3
16+
version: 0.91.0
1717
repository: https://open-telemetry.github.io/opentelemetry-helm-charts

charts/telemetry-controller/crds/telemetry.kube-logging.dev_collectors.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7120,8 +7120,6 @@ spec:
71207120
type: object
71217121
type: array
71227122
x-kubernetes-list-type: atomic
7123-
required:
7124-
- managementState
71257123
type: object
71267124
tenantSelector:
71277125
description: TenantSelector is used to select tenants for which the

config/crd/bases/telemetry.kube-logging.dev_collectors.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7120,8 +7120,6 @@ spec:
71207120
type: object
71217121
type: array
71227122
x-kubernetes-list-type: atomic
7123-
required:
7124-
- managementState
71257123
type: object
71267124
tenantSelector:
71277125
description: TenantSelector is used to select tenants for which the

0 commit comments

Comments
 (0)