Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent e9335ce commit 73ee625
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
retention-days: 5

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
with:
sarif_file: trivy-results.sarif
helm-chart:
Expand Down Expand Up @@ -247,6 +247,6 @@ jobs:
retention-days: 5

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
with:
sarif_file: trivy-results.sarif
6 changes: 3 additions & 3 deletions charts/telemetry-controller/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: opentelemetry-operator
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.74.3
digest: sha256:786845f204b75c70556efee7f5b27c88f1413ad25765e43f61193414a0b12fe6
generated: "2024-11-27T16:24:00.151983383Z"
version: 0.75.0
digest: sha256:9470d342cef433c0b0d178c3d59e579d692ce82c44a0fe88a21b0f4dc10b89e4
generated: "2024-12-06T22:34:13.556846468Z"
2 changes: 1 addition & 1 deletion charts/telemetry-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ sources:
- https://github.com/kube-logging/telemetry-controller
dependencies:
- name: opentelemetry-operator
version: 0.74.3
version: 0.75.0
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@ require (
github.com/cisco-open/operator-tools v0.37.0
github.com/google/go-cmp v0.6.0
github.com/hashicorp/go-multierror v1.1.1
github.com/imdario/mergo v0.3.16
github.com/imdario/mergo v1.0.1
github.com/mitchellh/mapstructure v1.5.0
github.com/onsi/ginkgo/v2 v2.22.0
github.com/onsi/gomega v1.36.0
github.com/open-telemetry/opentelemetry-operator v0.114.0
github.com/open-telemetry/opentelemetry-operator v0.114.1
github.com/prometheus/client_golang v1.20.5
github.com/siliconbrain/go-mapseqs v0.4.0
github.com/siliconbrain/go-seqs v0.13.0
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/collector/component v0.114.0
go.opentelemetry.io/collector/config/configauth v0.114.0
go.opentelemetry.io/collector/config/configcompression v1.20.0
go.opentelemetry.io/collector/config/configopaque v1.20.0
go.opentelemetry.io/collector/config/configtelemetry v0.114.0
go.opentelemetry.io/collector/otelcol v0.114.0
go.opentelemetry.io/collector/pipeline v0.114.0
go.opentelemetry.io/collector/service v0.114.0
go.opentelemetry.io/collector/component v0.115.0
go.opentelemetry.io/collector/config/configauth v0.115.0
go.opentelemetry.io/collector/config/configcompression v1.21.0
go.opentelemetry.io/collector/config/configopaque v1.21.0
go.opentelemetry.io/collector/config/configtelemetry v0.115.0
go.opentelemetry.io/collector/otelcol v0.115.0
go.opentelemetry.io/collector/pipeline v0.115.0
go.opentelemetry.io/collector/service v0.115.0
go.uber.org/zap v1.27.0
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
golang.org/x/exp 43b7b7cde48d
k8s.io/api v0.31.3
k8s.io/apimachinery v0.31.3
k8s.io/client-go v0.31.3
Expand Down Expand Up @@ -178,4 +178,4 @@ require (
)

// ref: https://github.com/darccio/mergo/blob/2b1eb9c67d7332f286430af241180c5005a6a5a4/README.md?plain=1#L53
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16
replace github.com/imdario/mergo => github.com/imdario/mergo v1.0.1

0 comments on commit 73ee625

Please sign in to comment.