Skip to content

Commit 81c0ff3

Browse files
chore(deps): update all dependencies
1 parent c83e05e commit 81c0ff3

25 files changed

+132
-130
lines changed

.github/workflows/artifacts.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -206,14 +206,14 @@ jobs:
206206
output: trivy-results.sarif
207207

208208
- name: Upload Trivy scan results as artifact
209-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
209+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
210210
with:
211211
name: "[${{ github.job }}] Trivy scan results"
212212
path: trivy-results.sarif
213213
retention-days: 5
214214

215215
- name: Upload Trivy scan results to GitHub Security tab
216-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
216+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
217217
with:
218218
sarif_file: trivy-results.sarif
219219

@@ -278,7 +278,7 @@ jobs:
278278
echo "package=${{ steps.chart-name.outputs.value }}-${{ steps.version.outputs.value }}.tgz" >> "$GITHUB_OUTPUT"
279279
280280
- name: Upload chart as artifact
281-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
281+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
282282
with:
283283
name: "[${{ github.job }}] Helm chart"
284284
path: ${{ steps.build.outputs.package }}
@@ -362,14 +362,14 @@ jobs:
362362
output: trivy-results.sarif
363363

364364
- name: Upload Trivy scan results as artifact
365-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
365+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
366366
with:
367367
name: "[${{ github.job }}] Trivy scan results"
368368
path: trivy-results.sarif
369369
retention-days: 5
370370

371371
- name: Upload Trivy scan results to GitHub Security tab
372-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
372+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
373373
with:
374374
sarif_file: trivy-results.sarif
375375

@@ -436,7 +436,7 @@ jobs:
436436
echo "package=${{ github.workspace }}/${{ env.subchartName }}-${{ steps.version.outputs.value }}.tgz" >> "$GITHUB_OUTPUT"
437437
438438
- name: Upload chart as artifact
439-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
439+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
440440
with:
441441
name: "[${{ github.job }}] Helm chart"
442442
path: ${{ steps.build.outputs.package }}
@@ -486,13 +486,13 @@ jobs:
486486
output: trivy-results.sarif
487487

488488
- name: Upload Trivy scan results as artifact
489-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
489+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
490490
with:
491491
name: "[${{ github.job }}] Trivy scan results"
492492
path: trivy-results.sarif
493493
retention-days: 5
494494

495495
- name: Upload Trivy scan results to GitHub Security tab
496-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
496+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
497497
with:
498498
sarif_file: trivy-results.sarif

.github/workflows/ci.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818

1919
- name: Set up Go
20-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
20+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
2121
with:
2222
go-version-file: '.go-version'
2323

@@ -31,7 +31,7 @@ jobs:
3131
run: make generate-test-coverage
3232

3333
- name: Test Coverage
34-
uses: vladopajic/go-test-coverage@992aa9921a42c39d1fe0015d32593f0820589586 # v2.13.0
34+
uses: vladopajic/go-test-coverage@f080863892c102695c8066abc08aae12e3e94e1b # v2.13.1
3535
with:
3636
config: ./.testcoverage.yml
3737
source-dir: ./
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4646

4747
- name: Set up Go
48-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
48+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
4949
with:
5050
go-version-file: '.go-version'
5151

@@ -63,12 +63,12 @@ jobs:
6363
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6464

6565
- name: Set up Go
66-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
66+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
6767
with:
6868
go-version-file: '.go-version'
6969

7070
- name: Cache licenses
71-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
71+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
7272
with:
7373
key: licensei-v2-${{ hashFiles('go.sum') }}
7474
path: |

.github/workflows/config-reloader.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ jobs:
123123
output: trivy-results.sarif
124124

125125
- name: Upload Trivy scan results as artifact
126-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
126+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
127127
with:
128128
name: "[${{ github.job }}] Trivy scan results"
129129
path: trivy-results.sarif
130130
retention-days: 5
131131

132132
- name: Upload Trivy scan results to GitHub Security tab
133-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
133+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
134134
with:
135135
sarif_file: trivy-results.sarif

.github/workflows/e2e.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
outputs: type=docker,dest=/tmp/${{ matrix.output }}
6666

6767
- name: Upload artifact
68-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
68+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6969
with:
7070
name: e2e-${{ matrix.image }}
7171
path: /tmp/${{ matrix.output }}
@@ -88,7 +88,7 @@ jobs:
8888
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
8989

9090
- name: Download artifact
91-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
91+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
9292
with:
9393
pattern: e2e-*
9494
path: /tmp
@@ -105,7 +105,7 @@ jobs:
105105
docker image ls -a
106106
107107
- name: Set up Go
108-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
108+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
109109
with:
110110
go-version-file: '.go-version'
111111

@@ -121,14 +121,14 @@ jobs:
121121
# SHARDS: ${{ matrix.SHARDS }}
122122

123123
- name: Run coverage report
124-
uses: vladopajic/go-test-coverage@992aa9921a42c39d1fe0015d32593f0820589586 # v2.13.0
124+
uses: vladopajic/go-test-coverage@f080863892c102695c8066abc08aae12e3e94e1b # v2.13.1
125125
with:
126126
profile: ./build/_test_coverage/coverage_e2e.out
127127
source-dir: ./
128128

129129
- name: Archive Test Results
130130
if: always()
131-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
131+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
132132
with:
133133
name: go-e2e-test-cluster-logs
134134
path: build/_test
@@ -148,7 +148,7 @@ jobs:
148148
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
149149

150150
- name: Download artifact
151-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
151+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
152152
with:
153153
pattern: e2e-*
154154
path: /tmp
@@ -203,7 +203,7 @@ jobs:
203203
204204
- name: Archive Test Results
205205
if: always()
206-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
206+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
207207
with:
208208
name: script-e2e-test-cluster-logs-${{ matrix.kube }}
209209
path: build/_test

.github/workflows/fluentd-drain-watch.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ jobs:
124124
output: trivy-results.sarif
125125

126126
- name: Upload Trivy scan results as artifact
127-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
127+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
128128
with:
129129
name: "[${{ github.job }}] Trivy scan results"
130130
path: trivy-results.sarif
131131
retention-days: 5
132132

133133
- name: Upload Trivy scan results to GitHub Security tab
134-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
134+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
135135
with:
136136
sarif_file: trivy-results.sarif

.github/workflows/fluentd-images.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,14 @@ jobs:
144144
output: trivy-results.sarif
145145

146146
- name: Upload Trivy scan results as artifact
147-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
147+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
148148
with:
149149
name: "[${{ github.job }}-${{ matrix.image-type }}-${{ env.PLATFORM }}] Trivy scan results"
150150
path: trivy-results.sarif
151151
retention-days: 5
152152

153153
- name: Upload Trivy scan results to GitHub Security tab
154-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
154+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
155155
with:
156156
sarif_file: trivy-results.sarif
157157

@@ -248,7 +248,7 @@ jobs:
248248
echo "PLATFORM=${platform//\//-}" >> $GITHUB_ENV
249249
250250
- name: Upload digest
251-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
251+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
252252
with:
253253
name: digests-${{ matrix.image-type }}-${{ env.PLATFORM }}
254254
path: /tmp/digests/*
@@ -312,7 +312,7 @@ jobs:
312312
password: ${{ github.token }}
313313

314314
- name: Download digests
315-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
315+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
316316
with:
317317
path: /tmp/digests
318318
pattern: digests-${{ matrix.image-type }}-*
@@ -387,13 +387,13 @@ jobs:
387387
output: trivy-results.sarif
388388

389389
- name: Upload Trivy scan results as artifact
390-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
390+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
391391
with:
392392
name: "[${{ github.job }}-${{ matrix.image-type }}] Trivy scan results"
393393
path: trivy-results.sarif
394394
retention-days: 5
395395

396396
- name: Upload Trivy scan results to GitHub Security tab
397-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
397+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
398398
with:
399399
sarif_file: trivy-results.sarif

.github/workflows/node-exporter.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ jobs:
123123
output: trivy-results.sarif
124124

125125
- name: Upload Trivy scan results as artifact
126-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
126+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
127127
with:
128128
name: "[${{ github.job }}] Trivy scan results"
129129
path: trivy-results.sarif
130130
retention-days: 5
131131

132132
- name: Upload Trivy scan results to GitHub Security tab
133-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
133+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
134134
with:
135135
sarif_file: trivy-results.sarif

.github/workflows/syslog-ng-reloader.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ jobs:
123123
output: trivy-results.sarif
124124

125125
- name: Upload Trivy scan results as artifact
126-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
126+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
127127
with:
128128
name: "[${{ github.job }}] Trivy scan results"
129129
path: trivy-results.sarif
130130
retention-days: 5
131131

132132
- name: Upload Trivy scan results to GitHub Security tab
133-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
133+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
134134
with:
135135
sarif_file: trivy-results.sarif

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
golang 1.24.1
1+
golang 1.24.2

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.24.1-alpine3.20@sha256:3d9132b88a6317b846b55aa8e821821301906fe799932ecbc4f814468c6977a5 AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.24.2-alpine3.20@sha256:00f149d5963f415a8a91943531b9092fde06b596b276281039604292d8b2b9c8 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:95ea148e8e9edd11cc7f639dc11825f38af86a14e5c7361753c741ceadef2167
48+
FROM gcr.io/distroless/static:latest@sha256:3d0f463de06b7ddff27684ec3bfd0b54a425149d0f8685308b1fdf297b0265e9
4949

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

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
####
66

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

1010
# renovate: datasource=github-releases depName=golangci/golangci-lint versioning=semver
1111
GOLANGCI_LINT_VERSION := 2.0.2
1212

1313
# renovate: datasource=go depName=github.com/vladopajic/go-test-coverage/v2 versioning=semver
14-
GO_TEST_COVERAGE_VERSION := 2.13.0
14+
GO_TEST_COVERAGE_VERSION := 2.13.1
1515

1616
# renovate: datasource=github-releases depName=norwoodj/helm-docs versioning=semver
1717
HELM_DOCS_VERSION = 1.14.2

e2e/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
emperror.dev/errors v0.8.1
77
github.com/MakeNowJust/heredoc v1.0.0
88
github.com/cisco-open/operator-tools v0.37.0
9-
github.com/kube-logging/logging-operator v0.0.0-20250317073605-98662abdad4e
9+
github.com/kube-logging/logging-operator v0.0.0-20250403072606-c83e05e2e6e8
1010
github.com/kube-logging/logging-operator/pkg/sdk v0.11.0
1111
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.81.0
1212
github.com/spf13/cast v1.7.1
@@ -16,7 +16,7 @@ require (
1616
k8s.io/apiextensions-apiserver v0.32.3
1717
k8s.io/apimachinery v0.32.3
1818
k8s.io/client-go v0.32.3
19-
sigs.k8s.io/controller-runtime v0.20.3
19+
sigs.k8s.io/controller-runtime v0.20.4
2020
sigs.k8s.io/e2e-framework v0.6.0
2121
)
2222

e2e/go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
223223
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
224224
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
225225
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
226-
github.com/kube-logging/logging-operator v0.0.0-20250317073605-98662abdad4e h1:4smKW3vaqqX3R1BvRQ6LWG2K0tQj0g46+JHOe+gSsb0=
227-
github.com/kube-logging/logging-operator v0.0.0-20250317073605-98662abdad4e/go.mod h1:hYlmXAHjnEg5gH2KmRlm2iYY6EDrLtPFSo3T3ZoFtR8=
226+
github.com/kube-logging/logging-operator v0.0.0-20250403072606-c83e05e2e6e8 h1:z6NbAMjKzb6/eE20QQLBZ2GlQ9gq7D5qfeSqdpf+iHM=
227+
github.com/kube-logging/logging-operator v0.0.0-20250403072606-c83e05e2e6e8/go.mod h1:hYlmXAHjnEg5gH2KmRlm2iYY6EDrLtPFSo3T3ZoFtR8=
228228
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
229229
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
230230
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=
@@ -507,8 +507,8 @@ k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJ
507507
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
508508
oras.land/oras-go v1.2.5 h1:XpYuAwAb0DfQsunIyMfeET92emK8km3W4yEzZvUbsTo=
509509
oras.land/oras-go v1.2.5/go.mod h1:PuAwRShRZCsZb7g8Ar3jKKQR/2A/qN+pkYxIOd/FAoo=
510-
sigs.k8s.io/controller-runtime v0.20.3 h1:I6Ln8JfQjHH7JbtCD2HCYHoIzajoRxPNuvhvcDbZgkI=
511-
sigs.k8s.io/controller-runtime v0.20.3/go.mod h1:xg2XB0K5ShQzAgsoujxuKN4LNXR2LfwwHsPj7Iaw+XY=
510+
sigs.k8s.io/controller-runtime v0.20.4 h1:X3c+Odnxz+iPTRobG4tp092+CvBU9UK0t/bRf+n0DGU=
511+
sigs.k8s.io/controller-runtime v0.20.4/go.mod h1:xg2XB0K5ShQzAgsoujxuKN4LNXR2LfwwHsPj7Iaw+XY=
512512
sigs.k8s.io/e2e-framework v0.6.0 h1:p7hFzHnLKO7eNsWGI2AbC1Mo2IYxidg49BiT4njxkrM=
513513
sigs.k8s.io/e2e-framework v0.6.0/go.mod h1:IREnCHnKgRCioLRmNi0hxSJ1kJ+aAdjEKK/gokcZu4k=
514514
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 h1:gBQPwqORJ8d8/YNZWEjoZs7npUVDpVXUUOFfW6CgAqE=

0 commit comments

Comments
 (0)