Skip to content

Commit 941d7ea

Browse files
renovate[bot]pepovcsatib02
authored
chore(deps): update all dependencies (#1889)
Signed-off-by: Peter Wilcsinszky <peter.wilcsinszky@axoflow.com> Signed-off-by: Bence Csati <bence.csati@axoflow.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Peter Wilcsinszky <peter.wilcsinszky@axoflow.com> Co-authored-by: Bence Csati <bence.csati@axoflow.com>
1 parent 1410004 commit 941d7ea

File tree

70 files changed

+354
-407
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+354
-407
lines changed

.github/workflows/artifacts.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7272

7373
- name: Set up QEMU
74-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
74+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
7575

7676
- name: Set up Docker Buildx
7777
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
@@ -122,7 +122,7 @@ jobs:
122122

123123
- name: Build and push image
124124
id: build
125-
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
125+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
126126
with:
127127
context: .
128128
platforms: linux/amd64,linux/arm64,linux/arm/v7
@@ -219,14 +219,14 @@ jobs:
219219
output: trivy-results.sarif
220220

221221
- name: Upload Trivy scan results as artifact
222-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
222+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
223223
with:
224224
name: "[${{ github.job }}] Trivy scan results"
225225
path: trivy-results.sarif
226226
retention-days: 5
227227

228228
- name: Upload Trivy scan results to GitHub Security tab
229-
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
229+
uses: github/codeql-action/upload-sarif@6e5455904168f98c75d8e5ad848b4dc4ab3ae77e # v3.28.7
230230
with:
231231
sarif_file: trivy-results.sarif
232232

@@ -291,7 +291,7 @@ jobs:
291291
echo "package=${{ steps.chart-name.outputs.value }}-${{ steps.version.outputs.value }}.tgz" >> "$GITHUB_OUTPUT"
292292
293293
- name: Upload chart as artifact
294-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
294+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
295295
with:
296296
name: "[${{ github.job }}] Helm chart"
297297
path: ${{ steps.build.outputs.package }}
@@ -375,14 +375,14 @@ jobs:
375375
output: trivy-results.sarif
376376

377377
- name: Upload Trivy scan results as artifact
378-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
378+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
379379
with:
380380
name: "[${{ github.job }}] Trivy scan results"
381381
path: trivy-results.sarif
382382
retention-days: 5
383383

384384
- name: Upload Trivy scan results to GitHub Security tab
385-
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
385+
uses: github/codeql-action/upload-sarif@6e5455904168f98c75d8e5ad848b4dc4ab3ae77e # v3.28.7
386386
with:
387387
sarif_file: trivy-results.sarif
388388

@@ -449,7 +449,7 @@ jobs:
449449
echo "package=${{ github.workspace }}/${{ env.subchartName }}-${{ steps.version.outputs.value }}.tgz" >> "$GITHUB_OUTPUT"
450450
451451
- name: Upload chart as artifact
452-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
452+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
453453
with:
454454
name: "[${{ github.job }}] Helm chart"
455455
path: ${{ steps.build.outputs.package }}
@@ -499,13 +499,13 @@ jobs:
499499
output: trivy-results.sarif
500500

501501
- name: Upload Trivy scan results as artifact
502-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
502+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
503503
with:
504504
name: "[${{ github.job }}] Trivy scan results"
505505
path: trivy-results.sarif
506506
retention-days: 5
507507

508508
- name: Upload Trivy scan results to GitHub Security tab
509-
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
509+
uses: github/codeql-action/upload-sarif@6e5455904168f98c75d8e5ad848b4dc4ab3ae77e # v3.28.7
510510
with:
511511
sarif_file: trivy-results.sarif

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818

1919
- name: Set up Go
20-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
20+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2121
with:
22-
go-version: '1.23'
22+
go-version-file: '.go-version'
2323

2424
- name: Check diff
2525
run: make check-diff
@@ -31,7 +31,7 @@ jobs:
3131
run: make generate-test-coverage
3232

3333
- name: Test Coverage
34-
uses: vladopajic/go-test-coverage@efb6737ee1bdb4b2180a000b2f9a309a0fbaef8a # v2.11.1
34+
uses: vladopajic/go-test-coverage@604860ea57b67a2351b4b78071943beecb11ac17 # v2.11.4
3535
with:
3636
config: ./.testcoverage.yml
3737

@@ -44,9 +44,9 @@ jobs:
4444
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4545

4646
- name: Set up Go
47-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
47+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
4848
with:
49-
go-version: '1.23'
49+
go-version-file: '.go-version'
5050

5151
- name: Lint
5252
run: make lint
@@ -62,9 +62,9 @@ jobs:
6262
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6363

6464
- name: Set up Go
65-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
65+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
6666
with:
67-
go-version: '1.23'
67+
go-version-file: '.go-version'
6868

6969
- name: Cache licenses
7070
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0

.github/workflows/dependency-images.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8484

8585
- name: Set up QEMU
86-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
86+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
8787
with:
8888
platforms: all
8989

@@ -119,7 +119,7 @@ jobs:
119119
120120
- name: Build and push fluentd-${{ matrix.image-type }}-${{ matrix.platform }} image
121121
id: build
122-
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
122+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
123123
with:
124124
context: images/fluentd
125125
platforms: ${{ matrix.platform }}
@@ -145,14 +145,14 @@ jobs:
145145
output: trivy-results.sarif
146146

147147
- name: Upload Trivy scan results as artifact
148-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
148+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
149149
with:
150150
name: "[${{ github.job }}-${{ matrix.image-type }}-${{ env.PLATFORM }}] Trivy scan results"
151151
path: trivy-results.sarif
152152
retention-days: 5
153153

154154
- name: Upload Trivy scan results to GitHub Security tab
155-
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
155+
uses: github/codeql-action/upload-sarif@6e5455904168f98c75d8e5ad848b4dc4ab3ae77e # v3.28.7
156156
with:
157157
sarif_file: trivy-results.sarif
158158

@@ -197,7 +197,7 @@ jobs:
197197
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
198198

199199
- name: Set up QEMU
200-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
200+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
201201
with:
202202
platforms: all
203203

@@ -231,7 +231,7 @@ jobs:
231231

232232
- name: Build and push fluentd-${{ matrix.image-type }}-${{ matrix.platform }} image
233233
id: build
234-
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
234+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
235235
with:
236236
context: images/fluentd
237237
platforms: ${{ matrix.platform }}
@@ -251,7 +251,7 @@ jobs:
251251
echo "PLATFORM=${platform//\//-}" >> $GITHUB_ENV
252252
253253
- name: Upload digest
254-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
254+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
255255
with:
256256
name: digests-${{ matrix.image-type }}-${{ env.PLATFORM }}
257257
path: /tmp/digests/*
@@ -390,13 +390,13 @@ jobs:
390390
output: trivy-results.sarif
391391

392392
- name: Upload Trivy scan results as artifact
393-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
393+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
394394
with:
395395
name: "[${{ github.job }}-${{ matrix.image-type }}] Trivy scan results"
396396
path: trivy-results.sarif
397397
retention-days: 5
398398

399399
- name: Upload Trivy scan results to GitHub Security tab
400-
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
400+
uses: github/codeql-action/upload-sarif@6e5455904168f98c75d8e5ad848b4dc4ab3ae77e # v3.28.7
401401
with:
402402
sarif_file: trivy-results.sarif

.github/workflows/e2e.yaml

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88
pull_request:
99

1010
env:
11-
GO_VERSION: '1.23'
12-
KUBECTL_VERSION: 'v1.26.6'
11+
KUBECTL_VERSION: 'v1.32.0'
1312

1413
jobs:
1514
build:
@@ -39,7 +38,7 @@ jobs:
3938
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
4039

4140
- name: Build and export ${{ matrix.image }}-image
42-
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
41+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
4342
with:
4443
context: ${{ matrix.context }}
4544
tags: ${{ matrix.tags }}
@@ -50,7 +49,7 @@ jobs:
5049
outputs: type=docker,dest=/tmp/${{ matrix.output }}
5150

5251
- name: Upload artifact
53-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
52+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
5453
with:
5554
name: e2e-${{ matrix.image }}
5655
path: /tmp/${{ matrix.output }}
@@ -66,6 +65,9 @@ jobs:
6665
# SHARDS: [1]
6766

6867
steps:
68+
- name: Checkout code
69+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
70+
6971
- name: Set up Docker Buildx
7072
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
7173

@@ -83,32 +85,29 @@ jobs:
8385
docker image ls -a
8486
8587
- name: Set up Go
86-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
88+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
8789
with:
88-
go-version: ${{ env.GO_VERSION }}
90+
go-version-file: '.go-version'
8991

9092
- name: Set up kubectl
9193
uses: azure/setup-kubectl@901a10e89ea615cf61f57ac05cecdf23e7de06d8 # v3
9294
with:
9395
version: ${{ env.KUBECTL_VERSION }}
9496

95-
- name: Checkout code
96-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
97-
9897
- name: Run e2e tests
9998
run: make test-e2e-ci
10099
# env:
101100
# SHARD: ${{ matrix.SHARD }}
102101
# SHARDS: ${{ matrix.SHARDS }}
103102

104103
- name: Test Coverage
105-
uses: vladopajic/go-test-coverage@efb6737ee1bdb4b2180a000b2f9a309a0fbaef8a # v2.11.1
104+
uses: vladopajic/go-test-coverage@604860ea57b67a2351b4b78071943beecb11ac17 # v2.11.4
106105
with:
107106
profile: ./build/_test_coverage/coverage_e2e.out
108107

109108
- name: Archive Test Results
110109
if: always()
111-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
110+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
112111
with:
113112
name: go-e2e-test-cluster-logs
114113
path: build/_test
@@ -121,7 +120,7 @@ jobs:
121120
strategy:
122121
fail-fast: false
123122
matrix:
124-
kube: ["1.26", "1.27", "1.28", "1.29", "1.30", "1.31"]
123+
kube: ["1.30", "1.31", "1.32"]
125124

126125
steps:
127126
- name: Set up Docker Buildx
@@ -153,18 +152,12 @@ jobs:
153152
id: node_image
154153
run: |
155154
case ${{ matrix.kube }} in
156-
1.26)
157-
NODE_IMAGE=kindest/node:v1.26.6@sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb ;;
158-
1.27)
159-
NODE_IMAGE=kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72 ;;
160-
1.28)
161-
NODE_IMAGE=kindest/node:v1.28.9@sha256:9ba4d311e7861d27b210e5960e5ce921a7c53d3c67e0545fd8a1cb9a76dfa2cb ;;
162-
1.29)
163-
NODE_IMAGE=kindest/node:v1.29.4@sha256:ea40a6bd365a17f71fd3883a1d34a0791d7d6b0eb75832c6d85b6f2326827f1e ;;
164155
1.30)
165156
NODE_IMAGE=kindest/node:v1.30.0@sha256:2af5d1b382926abcd6336312d652cd045b7cc47475844a608669c71b1fefcfbc ;;
166157
1.31)
167158
NODE_IMAGE=kindest/node:v1.31.0@sha256:53df588e04085fd41ae12de0c3fe4c72f7013bba32a20e7325357a1ac94ba865 ;;
159+
1.32)
160+
NODE_IMAGE=kindest/node:v1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027
168161
esac
169162
170163
echo "image=$NODE_IMAGE" >> $GITHUB_OUTPUT
@@ -185,7 +178,7 @@ jobs:
185178
186179
- name: Archive Test Results
187180
if: always()
188-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
181+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
189182
with:
190183
name: script-e2e-test-cluster-logs-${{ matrix.kube }}
191184
path: build/_test

.go-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.23.5

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
golang 1.23.4
1+
golang 1.23.5

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.23.4-alpine3.20@sha256:9a31ef0803e6afdf564edc8ba4b4e17caed22a0b1ecd2c55e3c8fdd8d8f68f98 AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.23.5-alpine3.20@sha256:def59a601e724ddac5139d447e8e9f7d0aeec25db287a9ee1615134bcda266e2 AS builder
22

33
RUN apk add --update --no-cache ca-certificates make git curl
44

@@ -45,7 +45,7 @@ COPY --from=builder /usr/local/bin/manager /manager
4545
ENTRYPOINT ["/manager"]
4646

4747

48-
FROM gcr.io/distroless/static:latest@sha256:5c7e2b465ac6a2a4e5f4f7f722ce43b147dabe87cb21ac6c4007ae5178a1fa58
48+
FROM gcr.io/distroless/static:latest@sha256:3f2b64ef97bd285e36132c684e6b2ae8f2723293d09aae046196cca64251acac
4949

5050
COPY --from=builder /usr/local/bin/manager /manager
5151

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
####
66

77
# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools versioning=semver
8-
CONTROLLER_GEN_VERSION := 0.16.5
8+
CONTROLLER_GEN_VERSION := 0.17.1
99

1010
# renovate: datasource=github-releases depName=golangci/golangci-lint versioning=semver
11-
GOLANGCI_LINT_VERSION := 1.62.2
11+
GOLANGCI_LINT_VERSION := 1.63.4
1212

1313
# renovate: datasource=github-releases depName=norwoodj/helm-docs versioning=semver
1414
HELM_DOCS_VERSION = 1.14.2
1515

1616
# renovate: datasource=github-releases depName=kubernetes-sigs/kind versioning=semver
17-
KIND_VERSION ?= 0.24.0
17+
KIND_VERSION ?= 0.26.0
1818

1919
# renovate: datasource=github-releases depName=kubernetes-sigs/kubebuilder versioning=semver
2020
KUBEBUILDER_VERSION = 3.1.0
@@ -23,7 +23,7 @@ KUBEBUILDER_VERSION = 3.1.0
2323
LICENSEI_VERSION = 0.9.0
2424

2525
# renovate: datasource=go depName=github.com/stern/stern versioning=semver
26-
STERN_VERSION := 1.31.0
26+
STERN_VERSION := 1.32.0
2727

2828
ENVTEST_K8S_VERSION := 1.31.0
2929

charts/logging-operator/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
version: 0.0.0
55
- name: telemetry-controller
66
repository: oci://ghcr.io/kube-logging/helm-charts
7-
version: 0.0.15
8-
digest: sha256:8ff43abc414a65d3069a1c6b697826e639134c1791bb84b1fbde054ff7de450c
9-
generated: "2024-12-16T17:13:49.863948+01:00"
7+
version: 0.0.16
8+
digest: sha256:334ee756f756cc826f4a3f3268ef815ec3ea4ef0e5285a1f45fedb0572be9efb
9+
generated: "2025-01-30T14:29:18.0685+01:00"

charts/logging-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ dependencies:
1818
version: 0.0.0
1919
condition: logging-operator-crds.install
2020
- name: telemetry-controller
21-
version: "0.0.15"
21+
version: ">=0.0.10"
2222
repository: oci://ghcr.io/kube-logging/helm-charts
2323
condition: telemetry-controller.install

0 commit comments

Comments
 (0)