Skip to content

Commit c89b303

Browse files
authored
Merge pull request #178 from kube-logging/renovate/all
chore(deps): update all dependencies
2 parents ac913f5 + 617a527 commit c89b303

18 files changed

+1083
-419
lines changed

.github/workflows/artifacts.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
6868

6969
- name: Set up Cosign
70-
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
70+
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
7171
if: ${{ inputs.publish }}
7272

7373
- name: Set image name
@@ -93,7 +93,7 @@ jobs:
9393
org.opencontainers.image.documentation=https://todo.docs
9494
9595
- name: Login to GitHub Container Registry
96-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
96+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
9797
with:
9898
registry: ghcr.io
9999
username: ${{ github.actor }}
@@ -150,7 +150,7 @@ jobs:
150150
tar -xf image.tar -C image
151151
152152
- name: Run Trivy vulnerability scanner
153-
uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # 0.32.0
153+
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
170+
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
171171
with:
172172
sarif_file: trivy-results.sarif
173173

@@ -194,7 +194,7 @@ jobs:
194194
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
195195

196196
- name: Set up Cosign
197-
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
197+
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
198198
if: ${{ inputs.publish }}
199199

200200
- name: Set chart name
@@ -236,7 +236,7 @@ jobs:
236236
path: ${{ steps.build.outputs.package }}
237237

238238
- name: Login to GitHub Container Registry
239-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
239+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
240240
with:
241241
registry: ghcr.io
242242
username: ${{ github.actor }}
@@ -269,7 +269,7 @@ jobs:
269269
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" | jq
270270
271271
- name: Run Trivy vulnerability scanner
272-
uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # 0.32.0
272+
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
273273
env:
274274
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
275275
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db:1
@@ -287,6 +287,6 @@ jobs:
287287
retention-days: 5
288288

289289
- name: Upload Trivy scan results to GitHub Security tab
290-
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
290+
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
291291
with:
292292
sarif_file: trivy-results.sarif

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
go-version-file: '.go-version'
6161

6262
- name: Cache licenses
63-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
63+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6464
with:
6565
key: licensei-v2-${{ hashFiles('go.sum') }}
6666
path: |

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:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46
28+
FROM gcr.io/distroless/static:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0
2929

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

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
####
44

55
# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools versioning=semver
6-
CONTROLLER_TOOLS_VERSION := 0.18.0
6+
CONTROLLER_TOOLS_VERSION := 0.19.0
77

88
# renovate: datasource=github-releases depName=kubernetes-sigs/kustomize versioning=semver
99
KUSTOMIZE_VERSION := 5.7.1
1010

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

1414
# renovate: datasource=github-releases depName=kubernetes-sigs/kind versioning=semver
1515
KIND_VERSION ?= 0.29.0
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.95.3
5-
digest: sha256:4dc8397ec9fa96bb10ec36ee3c61ce32b46c1fc124e66c9c01343b43db57aa06
6-
generated: "2025-09-30T13:00:24.05559+02:00"
4+
version: 0.97.1
5+
digest: sha256:54650c3557a3776b35456cd75ec8ad1eaa65f8ee1be184aac9aacb9daaa35aaa
6+
generated: "2025-10-02T09:16:56.987112123Z"

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.95.3
16+
version: 0.97.1
1717
repository: https://open-telemetry.github.io/opentelemetry-helm-charts

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.18.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
name: bridges.telemetry.kube-logging.dev
88
spec:
99
group: telemetry.kube-logging.dev

0 commit comments

Comments
 (0)