diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 5509f7c..8b08ca2 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -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@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9 with: sarif_file: trivy-results.sarif helm-chart: @@ -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@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9 with: sarif_file: trivy-results.sarif diff --git a/charts/telemetry-controller/Chart.lock b/charts/telemetry-controller/Chart.lock index a07663b..f659c08 100644 --- a/charts/telemetry-controller/Chart.lock +++ b/charts/telemetry-controller/Chart.lock @@ -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.1 +digest: sha256:0c744fbe3936c4ce825d13bd36a26e93e59db534079ebf19f3681003bad3751c +generated: "2024-12-16T09:59:09.118725501Z" diff --git a/charts/telemetry-controller/Chart.yaml b/charts/telemetry-controller/Chart.yaml index 4decdea..ee991be 100644 --- a/charts/telemetry-controller/Chart.yaml +++ b/charts/telemetry-controller/Chart.yaml @@ -13,5 +13,5 @@ sources: - https://github.com/kube-logging/telemetry-controller dependencies: - name: opentelemetry-operator - version: 0.74.3 + version: 0.75.1 repository: https://open-telemetry.github.io/opentelemetry-helm-charts diff --git a/go.mod b/go.mod index 0caa2b7..ee4ce51 100644 --- a/go.mod +++ b/go.mod @@ -9,8 +9,8 @@ require ( github.com/hashicorp/go-multierror v1.1.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/onsi/gomega v1.36.1 + github.com/open-telemetry/opentelemetry-operator v0.115.0 github.com/prometheus/client_golang v1.20.5 github.com/stretchr/testify v1.10.0 go.opentelemetry.io/collector/component v0.115.0 @@ -22,10 +22,10 @@ require ( 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 - k8s.io/api v0.31.3 - k8s.io/apimachinery v0.31.3 - k8s.io/client-go v0.31.3 + golang.org/x/exp 4a5509556b9e + k8s.io/api v0.32.0 + k8s.io/apimachinery v0.32.0 + k8s.io/client-go v0.32.0 sigs.k8s.io/controller-runtime v0.19.3 sigs.k8s.io/yaml v1.4.0 ) @@ -176,4 +176,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