Skip to content

Commit 74c3345

Browse files
chore(deps): update all dependencies
1 parent edcb502 commit 74c3345

File tree

7 files changed

+24
-24
lines changed

7 files changed

+24
-24
lines changed

.github/workflows/artifacts.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
6868

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

7373
- name: Set image name
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Build and push image
104104
id: build
105-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
105+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
106106
with:
107107
context: .
108108
platforms: linux/amd64,linux/arm64
@@ -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@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
170+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
171171
with:
172172
sarif_file: trivy-results.sarif
173173

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

196196
- name: Set up Cosign
197-
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
197+
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
198198

199199
- name: Set chart name
200200
id: chart-name
@@ -286,6 +286,6 @@ jobs:
286286
retention-days: 5
287287

288288
- name: Upload Trivy scan results to GitHub Security tab
289-
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
289+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
290290
with:
291291
sarif_file: trivy-results.sarif

.github/workflows/e2e.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
2323

2424
- name: Build and export
25-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
25+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
2626
with:
2727
context: .
2828
tags: controller:local
@@ -50,7 +50,7 @@ jobs:
5050
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
5151

5252
- name: Download artifact
53-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
53+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
5454
with:
5555
name: controller
5656
path: /tmp

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CONTROLLER_TOOLS_VERSION := 0.17.3
99
KUSTOMIZE_VERSION := 5.5.0
1010

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

1414
# renovate: datasource=github-releases depName=kubernetes-sigs/kind versioning=semver
1515
KIND_VERSION ?= 0.26.0
+3-3
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.86.1
5-
digest: sha256:435ae70e3c11e3931ab18641654a32ede1b3df93e4ad656c09559ecdb322c0ab
6-
generated: "2025-04-16T19:53:03.920822143Z"
4+
version: 0.86.4
5+
digest: sha256:7298ef09bf9acf048b344719a87834e73f0768756026b44d469916fd58a824eb
6+
generated: "2025-04-24T23:14:05.160552254Z"

charts/telemetry-controller/Chart.yaml

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

go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/mitchellh/mapstructure v1.5.0
1212
github.com/onsi/ginkgo/v2 v2.23.4
1313
github.com/onsi/gomega v1.37.0
14-
github.com/open-telemetry/opentelemetry-operator v0.122.0
14+
github.com/open-telemetry/opentelemetry-operator v0.124.0
1515
github.com/prometheus/client_golang v1.22.0
1616
github.com/stretchr/testify v1.10.0
1717
go.opentelemetry.io/collector/component v1.30.0
@@ -23,9 +23,9 @@ require (
2323
go.opentelemetry.io/collector/pipeline v0.124.0
2424
go.opentelemetry.io/collector/service v0.124.0
2525
go.uber.org/zap v1.27.0
26-
k8s.io/api v0.32.3
27-
k8s.io/apimachinery v0.32.3
28-
k8s.io/client-go v0.32.3
26+
k8s.io/api v0.32.4
27+
k8s.io/apimachinery v0.32.4
28+
k8s.io/client-go v0.32.4
2929
sigs.k8s.io/controller-runtime v0.20.4
3030
sigs.k8s.io/yaml v1.4.0
3131
)

go.sum

+8-8
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ github.com/onsi/ginkgo/v2 v2.23.4 h1:ktYTpKJAVZnDT4VjxSbiBenUjmlL/5QkBEocaWXiQus
264264
github.com/onsi/ginkgo/v2 v2.23.4/go.mod h1:Bt66ApGPBFzHyR+JO10Zbt0Gsp4uWxu5mIOTusL46e8=
265265
github.com/onsi/gomega v1.37.0 h1:CdEG8g0S133B4OswTDC/5XPSzE1OeP29QOioj2PID2Y=
266266
github.com/onsi/gomega v1.37.0/go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0=
267-
github.com/open-telemetry/opentelemetry-operator v0.122.0 h1:cFRcQKfV4nfr08DY35mheaLdDhnnIjY6BHFo3VGwF+w=
268-
github.com/open-telemetry/opentelemetry-operator v0.122.0/go.mod h1:OuTw3ODEaOH2Hetrnze333lW5RFaZeIrEVIyZ0MEMJo=
267+
github.com/open-telemetry/opentelemetry-operator v0.124.0 h1:Pr/L52p1ftLd+bNN8OTUrDCeW95qKmJD5XvyRVo3xsg=
268+
github.com/open-telemetry/opentelemetry-operator v0.124.0/go.mod h1:rqJHoK2bHXcnx+qhgQfDS2wLl3/WZ1ZXIYtGQySbbpU=
269269
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
270270
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
271271
github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug=
@@ -592,16 +592,16 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
592592
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
593593
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
594594
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
595-
k8s.io/api v0.32.3 h1:Hw7KqxRusq+6QSplE3NYG4MBxZw1BZnq4aP4cJVINls=
596-
k8s.io/api v0.32.3/go.mod h1:2wEDTXADtm/HA7CCMD8D8bK4yuBUptzaRhYcYEEYA3k=
595+
k8s.io/api v0.32.4 h1:kw8Y/G8E7EpNy7gjB8gJZl3KJkNz8HM2YHrZPtAZsF4=
596+
k8s.io/api v0.32.4/go.mod h1:5MYFvLvweRhyKylM3Es/6uh/5hGp0dg82vP34KifX4g=
597597
k8s.io/apiextensions-apiserver v0.32.3 h1:4D8vy+9GWerlErCwVIbcQjsWunF9SUGNu7O7hiQTyPY=
598598
k8s.io/apiextensions-apiserver v0.32.3/go.mod h1:8YwcvVRMVzw0r1Stc7XfGAzB/SIVLunqApySV5V7Dss=
599-
k8s.io/apimachinery v0.32.3 h1:JmDuDarhDmA/Li7j3aPrwhpNBA94Nvk5zLeOge9HH1U=
600-
k8s.io/apimachinery v0.32.3/go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE=
599+
k8s.io/apimachinery v0.32.4 h1:8EEksaxA7nd7xWJkkwLDN4SvWS5ot9g6Z/VZb3ju25I=
600+
k8s.io/apimachinery v0.32.4/go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE=
601601
k8s.io/apiserver v0.32.3 h1:kOw2KBuHOA+wetX1MkmrxgBr648ksz653j26ESuWNY8=
602602
k8s.io/apiserver v0.32.3/go.mod h1:q1x9B8E/WzShF49wh3ADOh6muSfpmFL0I2t+TG0Zdgc=
603-
k8s.io/client-go v0.32.3 h1:RKPVltzopkSgHS7aS98QdscAgtgah/+zmpAogooIqVU=
604-
k8s.io/client-go v0.32.3/go.mod h1:3v0+3k4IcT9bXTc4V2rt+d2ZPPG700Xy6Oi0Gdl2PaY=
603+
k8s.io/client-go v0.32.4 h1:zaGJS7xoYOYumoWIFXlcVrsiYioRPrXGO7dBfVC5R6M=
604+
k8s.io/client-go v0.32.4/go.mod h1:k0jftcyYnEtwlFW92xC7MTtFv5BNcZBr+zn9jPlT9Ic=
605605
k8s.io/component-base v0.32.3 h1:98WJvvMs3QZ2LYHBzvltFSeJjEx7t5+8s71P7M74u8k=
606606
k8s.io/component-base v0.32.3/go.mod h1:LWi9cR+yPAv7cu2X9rZanTiFKB2kHA+JjmhkKjCZRpI=
607607
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=

0 commit comments

Comments
 (0)