Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Type Update Change Pending Age Confidence
actions/cache action minor v4.2.4 -> v4.3.0 age confidence
aquasecurity/trivy-action action minor 0.32.0 -> 0.33.1 age confidence
docker/login-action action minor v3.5.0 -> v3.6.0 age confidence
gcr.io/distroless/static final digest cdf4daa -> e8a4044
github.com/onsi/ginkgo/v2 require patch v2.25.1 -> v2.25.3 age confidence
github.com/onsi/gomega require patch v1.38.1 -> v1.38.2 age confidence
github.com/open-telemetry/opentelemetry-operator require minor v0.131.0 -> v0.136.0 age confidence
github.com/prometheus/client_golang require patch v1.23.0 -> v1.23.2 age confidence
github.com/stretchr/testify require patch v1.11.0 -> v1.11.1 age confidence
github/codeql-action action minor v3.29.11 -> v3.30.5 age confidence
go.opentelemetry.io/collector/component require minor v1.38.0 -> v1.42.0 age confidence
go.opentelemetry.io/collector/config/configauth require minor v0.132.0 -> v0.136.0 age confidence
go.opentelemetry.io/collector/config/configcompression require minor v1.38.0 -> v1.42.0 age confidence
go.opentelemetry.io/collector/config/configopaque require minor v1.38.0 -> v1.42.0 age confidence
go.opentelemetry.io/collector/config/configtelemetry require minor v0.132.0 -> v0.136.0 age confidence
go.opentelemetry.io/collector/otelcol require minor v0.132.0 -> v0.136.0 age confidence
go.opentelemetry.io/collector/pipeline require minor v1.38.0 -> v1.42.0 age confidence
go.opentelemetry.io/collector/service require minor v0.132.0 -> v0.136.0 age confidence
golangci/golangci-lint minor 2.4.0 -> 2.5.0 age confidence
k8s.io/api require patch v0.33.4 -> v0.33.5 v0.34.1 (+1) age confidence
k8s.io/apimachinery require patch v0.33.4 -> v0.33.5 v0.34.1 (+1) age confidence
k8s.io/client-go require patch v0.33.4 -> v0.33.5 v0.34.1 (+1) age confidence
kubernetes-sigs/controller-tools minor 0.18.0 -> 0.19.0 age confidence
opentelemetry-operator (source) minor 0.95.3 -> 0.97.1 age confidence
sigs.k8s.io/controller-runtime require minor v0.21.0 -> v0.22.1 age confidence
sigstore/cosign-installer action minor v3.9.2 -> v3.10.0 age confidence

Release Notes

actions/cache (actions/cache)

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4...v4.3.0

aquasecurity/trivy-action (aquasecurity/trivy-action)

v0.33.1

Compare Source

What's Changed

Full Changelog: aquasecurity/trivy-action@0.33.0...0.33.1

v0.33.0

Compare Source

What's Changed

New Contributors

Full Changelog: aquasecurity/trivy-action@0.32.0...0.33.0

docker/login-action (docker/login-action)

v3.6.0

Compare Source

onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.25.3

Compare Source

2.25.3
Fixes
  • emit --github-output group only for progress report itself [f01aed1]

v2.25.2

Compare Source

2.25.2

Fixes

Add github output group for progress report content

Maintenance

Bump Gomega

onsi/gomega (github.com/onsi/gomega)

v1.38.2

Compare Source

1.38.2
open-telemetry/opentelemetry-operator (github.com/open-telemetry/opentelemetry-operator)

v0.136.0

Compare Source

0.136.0

🧰 Bug fixes 🧰
  • target-allocator: Fixes the incorrect k8s version for the traffic distribution feature. (#​4394)
  • collector: Fix statefulset serviceName field change handling. (#​4371)
    The Operator 0.129.1 introduced a new feature which allows setting the serviceName of the collector statefulset (#​4041).
    This feature introduced two issues:
    1. upgrade failure because the default stateful serviceName changed
    2. the statefulset serviceName field is mutable, therefore a change of the collector serviceName field is not applied
Components

v0.135.0

Compare Source

0.135.0
💡 Enhancements 💡
  • collector, target allocator: Add TrafficDistribution support for OpenTelemetryCollector and TargetAllocator Services (#​4285)
    The TrafficDistribution field is now available in OpenTelemetryCollector and TargetAllocator.
    This field allows setting the traffic distribution policy for Kubernetes Services.
Components

v0.134.0

Compare Source

0.134.0

💡 Enhancements 💡
  • target allocator: Add CollectorTargetReloadInterval option to configure the interval at which the Prometheus receiver reloads targets from the target allocator (#​4095)
🧰 Bug fixes 🧰
  • collector: Always return a valid OpenTelemetryCollector configuration during v1beta1 conversion. (#​4288)
Components

0.133.0

⚠️ Skip Release ⚠️
  • operator: Skipped OpenTelemetry Operator release due to an issue on the collectors protobuf parsing that caused HTTP 400 errors for metric submissions. In case of expecitly using the collector v0.133.0 this behavior can be by passed by disabling the collector feature gate pdata.useCustomProtoEncoding.
    For more details see: (opentelemetry-collector#13727)[open-telemetry/opentelemetry-collector#13727]
apiVersion: opentelemetry.io/v1beta1
kind: OpenTelemetryCollector
metadata:
  name: my-collector
spec:
  image: otel/opentelemetry-collector:0.133.0
  args:
    - --feature-gates=-pdata.useCustomProtoEncoding

v0.132.0

Compare Source

0.132.0

🚩 Deprecations 🚩
  • collector: Remove opencensus receiver from parsing logic as it is no longer supported in OpenTelemetry Collector (#​4239)
    The opencensus receiver has been removed from the operator's receiver parsing logic.
    Since 2025-02-14 its no longer supported and got removed from the Collector Distributions.
💡 Enhancements 💡
  • collector: enable native sidecar on OpenShift 4.16+ with k8s version newer then v1.29 by default. (#​4247)

  • collector: Use native sidecar on k8s 1.29+ (#​3356)
    The operator will automatically use native sidecars whenever a Kubernetes
    version 1.29 or higher is discovered.
    The usage of native sidecars can be disabled with --feature-gates=-sidecarcontainers.native.
    See: https://kubernetes.io/blog/2023/08/25/native-sidecar-containers/

  • collector: Add network policy for the collector. (#​4231)
    This change adds a network policy to the collector to allow traffic to all collector receivers and egress traffic from the collector pod.
    The collector network policy can be enabled in the collector CR.

    spec:
      networkPolicy:
        enabled: true

    By default it is disabled, however the default value is configured with a feature gate --feature-gates=operand.networkpolicy.
    The feature gate will be enabled in the future releases.

  • operator: Operator now creates a NetworkPolicy to restrict access to the operator pod. (#​4230)
    The operator network policy can be enabled with --feature-gates=+operator.networkpolicy.
    The feature gate is disabled by default and it will be enabled in the future releases.
    Following APIs are allowe: ingress on port 9443 (webhook), 8080 (metrics port), 8443 (metrics RBAC proxy) and egress on port 6443 (API server).

  • target allocator: Add network policy for the target allocator. (#​4231)
    This change adds a network policy to the target allocator which allows traffic to the port 8080 and outgoing traffic to the API server.
    The target allocator network policy can be enabled in the target allocator CR.

    spec:
      networkPolicy:
        enabled: true

    By default it is disabled, however the default value is configured with a feature gate --feature-gates=operand.networkpolicy.
    The feature gate will be enabled in the future releases.

  • opamp: Correlates the OpAMP data from the proxy server with the bridge's own OpAMP data. (#​3837)

  • collector: k8sattributes: Add automatic RBAC for new service.name resource attribute generator (#​4131)
    The k8sattributes processor recently added support for automatic service.name resource attribute generation.
    This change ensures that when service.name is configured in the k8sattributes processor, the operator
    automatically adds the necessary RBAC rules for replicasets access, which is required for extracting
    k8s.deployment.name.

🧰 Bug fixes 🧰
  • opamp: fixes a bug where the bridge deployment wouldn't rollout on a config change. (#​4020)

  • collector: Fix a Deployment restart issue caused when the HPA settings changed, the webhook would modify spec.replicas. (#​2585)

  • collector: Operator no longer overwrites ingress annoations on change (#​4322)
    The operator now respects external manipulations of the Ingress object — instead of
    overwriting annotations it respects existing to prevent annotation-overwrite issues
    that caused reconciliation loops with external controllers (e.g., Rancher).

  • collector, target allocator, opamp: Remove unnecessary cert-manager CA annotation from CRDs (#​4321)
    Remove annotation cert-manager.io/inject-ca-from from all OpenShift CRD manifests. The CRDs on OpenShift are installed via OLM which handles the CA injection.
    The annotation is also not needed for non-OpenShift installations on CRDs that do not have a conversion webhook.

Components
prometheus/client_golang (github.com/prometheus/client_golang)

v1.23.2: - 2025-09-05

Compare Source

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

All Changes

Full Changelog: prometheus/client_golang@v1.23.1...v1.23.2

v1.23.1: - 2025-09-04

Compare Source

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

All Changes

Full Changelog: prometheus/client_golang@v1.23.0...v1.23.1

stretchr/testify (github.com/stretchr/testify)

v1.11.1

Compare Source

This release fixes #​1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

github/codeql-action (github/codeql-action)

v3.30.5

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.5 - 26 Sep 2025
  • We fixed a bug that was introduced in 3.30.4 with upload-sarif which resulted in files without a .sarif extension not getting uploaded. #​3160

See the full CHANGELOG.md for more information.

v3.30.4

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.4 - 25 Sep 2025
  • We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the codeql-action/init step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the codeql-action/init step. #​3099 and #​3100
  • We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. #​3107
  • You can now run the latest CodeQL nightly bundle by passing tools: nightly to the init action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #​3130
  • Update default CodeQL bundle version to 2.23.1. #​3118

See the full CHANGELOG.md for more information.

v3.30.3

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.3 - 10 Sep 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.30.2

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.2 - 09 Sep 2025
  • Fixed a bug which could cause language autodetection to fail. #​3084
  • Experimental: The quality-queries input that was added in 3.29.2 as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a new analysis-kinds input, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. #​3064

See the full CHANGELOG.md for more information.

v3.30.1

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.1 - 05 Sep 2025

  • Update default CodeQL bundle version to 2.23.0. #​3077

See the full CHANGELOG.md for more information.

v3.30.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.0 - 01 Sep 2025

  • Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. #​3054

See the full CHANGELOG.md for more information.

open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/component)

v1.42.0

💡 Enhancements 💡
  • xpdata: Add Serialization and Deserialization of AnyValue (#​12826)
  • debugexporter: add support for batching (#​13791)
    The default queue size is 1
  • configtls: Add early validation for TLS server configurations to fail fast when certificates are missing instead of failing at runtime. (#​13130, #​13245)
  • mdatagen: Expose stability level in generated metric documentation (#​13748)
  • internal/tools: Add support for modernize in Makefile (#​13796)
🧰 Bug fixes 🧰
  • otelcol: Fix a potential deadlock during collector shutdown. (#​13740)
  • otlpexporter: fix the validation of unix socket endpoints (#​13826)

v1.41.0

💡 Enhancements 💡
  • exporterhelper: Add new exporter_queue_batch_send_size and exporter_queue_batch_send_size_bytes metrics, showing the size of telemetry batches from the exporter. (#​12894)

v1.40.0

💡 Enhancements 💡
  • pdata: Add custom grpc/encoding that replaces proto and calls into the custom marshal/unmarshal logic in pdata. (#​13631)
    This change should not affect other gRPC calls since it fallbacks to the default grpc/proto encoding if requests are not pdata/otlp requests.
  • pdata: Avoid copying the pcommon.Map when same origin (#​13731)
    This is a very large improvement if using OTTL with map functions since it will avoid a map copy.
  • exporterhelper: Respect num_consumers when batching and partitioning are enabled. (#​13607)
🧰 Bug fixes 🧰
  • pdata: Correctly parse OTLP payloads containing non-packed repeated primitive fields (#​13727, #​13730)
    This bug prevented the Collector from ingesting most Histogram, ExponentialHistogram,
    and Profile payloads.

v1.39.0

🛑 Breaking changes 🛑
  • all: Increase minimum Go version to 1.24 (#​13627)
💡 Enhancements 💡
  • otlphttpexporter: Add profiles_endpoint configuration option to allow custom endpoint for profiles data export (#​13504)
    The profiles_endpoint configuration follows the same pattern as traces_endpoint, metrics_endpoint, and logs_endpoint.
    When specified, profiles data will be sent to the custom URL instead of the default {endpoint}/v1development/profiles.

  • pdata: Add support for local memory pooling for data objects. (#​13678)
    This is still an early experimental (alpha) feature. Do not recommended to be used production. To enable use "--featuregate=+pdata.useProtoPooling"

  • pdata: Optimize CopyTo messages to avoid any copy when same source and destination (#​13680)

  • receiverhelper: New feature flag to make receiverhelper distinguish internal vs. downstream errors using new otelcol_receiver_failed_x and otelcol_receiver_requests metrics (#​12207, #​12802)
    This is a breaking change for the semantics of the otelcol_receiver_refused_metric_points, otelcol_receiver_refused_log_records and otelcol_receiver_refused_spans metrics.
    These new metrics and semantics are enabled through the receiverhelper.newReceiverMetrics feature gate.

  • debugexporter: Add support for entity references in debug exporter output (#​13324)

  • pdata: Fix unnecessary allocation of a new state when adding new values to pcommon.Map (#​13634)

  • service: Implement refcounting for pipeline data owned memory. (#​13631)
    This feature is protected by --featuregate=+pdata.useProtoPooling.

  • service: Add a debug-level log message when a consumer returns an error. (#​13357)

  • xpdata: Optimize xpdata/context for persistent queue when only one value for key (#​13636)

  • otlpreceiver: Log the listening addresses of the receiver, rather than the configured endpoints. (#​13654)

  • pdata: Use the newly added proto marshaler/unmarshaler for the official proto Marshaler/Unmarshaler (#​13637)
    If any problems observed with this consider to disable the featuregate --feature-gates=-pdata.useCustomProtoEncoding

  • configtls: Enable X25519MLKEM768 as per draft-ietf-tls-ecdhe-mlkem (#​13670)
🧰 Bug fixes 🧰
  • exporterhelper: Prevent uncontrolled goroutines in batcher due to a incorrect worker pool behaviour. (#​13689)
  • service: Ensure the insecure configuration is accounted for when normalizing the endpoint. (#​13691)
  • configoptional: Allow validating nested types (#​13579)
    configoptional.Optional now implements xconfmap.Validator
  • batchprocessor: Fix UB in batch processor when trying to read bytes size after adding request to pipeline (#​13698)
    This bug only happens id detailed metrics are enabled and also an async (sending queue enabled) exporter that mutates data is configure.
golangci/golangci-lint (golangci/golangci-lint)

v2.5.0

Compare Source

  1. New linters
  2. Linters new features or changes
    • embeddedstructfieldcheck: from 0.3.0 to 0.4.0 (new option: empty-line)
    • err113: from aea10b5 to 0.1.1 (skip internals of Is methods for error type)
    • ginkgolinter: from 0.20.0 to 0.21.0 (new option: force-tonot)
    • gofumpt: from 0.8.0 to 0.9.1 (new rule is to "clothe" naked returns for the sake of clarity)
    • ineffassign: from 0.1.0 to 0.2.0 (new option: check-escaping-errors)
    • musttag: from 0.13.1 to 0.14.0 (support interface methods)
    • revive: from 1.11.0 to 1.12.0 (new options: identical-ifelseif-branches, identical-ifelseif-conditions, identical-switch-branches, identical-switch-conditions, package-directory-mismatch, unsecure-url-scheme, use-waitgroup-go, useless-fallthrough)
    • thelper: from 0.6.3 to 0.7.1 (skip t.Helper in functions passed to synctest.Test)
    • wsl: from 5.1.1 to 5.2.0 (improvements related to subexpressions)
  3. Linters bug fixes
    • asciicheck: from 0.4.1 to 0.5.0
    • errname: from 1.1.0 to 1.1.1
    • fatcontext: from 0.8.0 to 0.8.1
    • go-printf-func-name: from 0.1.0 to 0.1.1
    • godot: from 1.5.1 to 1.5.4
    • gosec: from 2.22.7 to 2.22.8
    • nilerr: from 0.1.1 to a temporary fork
    • nilnil: from 1.1.0 to 1.1.1
    • protogetter: from 0.3.15 to 0.3.16
    • tagliatelle: from 0.7.1 to 0.7.2
    • testifylint: from 1.6.1 to 1.6.4
  4. Misc.
    • fix: "no export data" errors are now handled as a standard typecheck error
  5. Documentation
    • Improve nolint section about syntax
kubernetes/api (k8s.io/api)

v0.33.5

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.33.5

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.33.5

Compare Source

kubernetes-sigs/controller-tools (kubernetes-sigs/controller-tools)

v0.19.0

Compare Source

What's Changed

Misc

envtest

Dependency bumps


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Etc/UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 26, 2025
Copy link
Contributor Author

renovate bot commented Aug 26, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 74 additional dependencies were updated

Details:

Package Change
github.com/emicklei/go-restful/v3 v3.12.1 -> v3.12.2
github.com/fxamacker/cbor/v2 v2.7.0 -> v2.9.0
github.com/google/cel-go v0.23.2 -> v0.26.0
github.com/google/gnostic-models v0.6.9 -> v0.7.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 -> v2.27.2
github.com/knadh/koanf/v2 v2.2.2 -> v2.3.0
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c -> v0.0.0-20240221224432-82ca36839d55
github.com/prometheus/common v0.65.0 -> v0.66.1
github.com/prometheus/otlptranslator v0.0.0-20250717125610-8549f4ab4f8f -> v0.0.2
github.com/shirou/gopsutil/v4 v4.25.7 -> v4.25.8
github.com/spf13/cobra v1.9.1 -> v1.10.1
github.com/spf13/pflag v1.0.6 -> v1.0.9
go.opentelemetry.io/collector/component/componentstatus v0.132.0 -> v0.136.0
go.opentelemetry.io/collector/component/componenttest v0.132.0 -> v0.136.0
go.opentelemetry.io/collector/confmap v1.38.0 -> v1.42.0
go.opentelemetry.io/collector/confmap/xconfmap v0.132.0 -> v0.136.0
go.opentelemetry.io/collector/connector v0.132.0 -> v0.136.0
go.opentelemetry.io/collector/connector/connectortest v0.132.0 -> v0.136.0
go.opentelemetry.io/collector/connector/xconnector v0.132.0 -> v0.136.0
go.opentelemetry.io/collector/consumer v1.38.0 -> v1.42.0
go.opentelemetry.io/collector/consumer/consumererror v0.132.0 -> v0.136.0
go.opentelemetry.io/collector/consumer/consumertest v0.132.0 -> v0.136.0
go.opentelemetry.io/collector/consumer/xconsumer v0.132.0 -> v0.136.0
go.opentelemetry.io/collector/exporter v0.132.0 -> v1.42.0
go.opentelemetry.io/collector/exporter/exportertest v0.132.0 -> v0.136.0
go.opentelemetry.io/collector/exporter/xexporter v0.132.0 -> v0.136.0
go.opentelemetry.io/collector/extension v1.38.0 -> v1.42.0
go.opentelemetry.io/collector/extension/extensionauth v1.38.0 -> v1.42.0
go.opentelemetry.io/collector/extension/extensioncapabilities v0.132.0 -> v0.136.0
go.opentelemetry.io/collector/extension/extensiontest v0.132.0 -> v0.136.0
go.opentelemetry.io/collector/featuregate v1.38.0 -> v1.42.0
go.opentelemetry.io/collector/internal/fanoutconsumer v0.132.0 -> v0.136.0
go.opentelemetry.io/collector/internal/telemetry v0.132.0 -> v0.136.0
go.opentelemetry.io/collector/pdata v1.38.0 -> v1.42.0
go.opentelemetry.io/collector/pdata/pprofile v0.132.0 -> v0.136.0
go.opentelemetry.io/collector/pdata/testdata v0.132.0 -> v0.136.0
go.opentelemetry.io/collector/pipeline/xpipeline v0.132.0 -> v0.136.0
go.opentelemetry.io/collector/processor v1.38.0 -> v1.42.0
go.opentelemetry.io/collector/processor/processortest v0.132.0 -> v0.136.0
go.opentelemetry.io/collector/processor/xprocessor v0.132.0 -> v0.136.0
go.opentelemetry.io/collector/receiver v1.38.0 -> v1.42.0
go.opentelemetry.io/collector/receiver/receivertest v0.132.0 -> v0.136.0
go.opentelemetry.io/collector/receiver/xreceiver v0.132.0 -> v0.136.0
go.opentelemetry.io/collector/service/hostcapabilities v0.132.0 -> v0.136.0
go.opentelemetry.io/contrib/otelconf v0.17.0 -> v0.18.0
go.opentelemetry.io/otel v1.37.0 -> v1.38.0
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.13.0 -> v0.14.0
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.13.0 -> v0.14.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.37.0 -> v1.38.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.37.0 -> v1.38.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 -> v1.38.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0 -> v1.38.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0 -> v1.38.0
go.opentelemetry.io/otel/exporters/prometheus v0.59.1 -> v0.60.0
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.13.0 -> v0.14.0
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.37.0 -> v1.38.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.37.0 -> v1.38.0
go.opentelemetry.io/otel/log v0.13.0 -> v0.14.0
go.opentelemetry.io/otel/metric v1.37.0 -> v1.38.0
go.opentelemetry.io/otel/sdk v1.37.0 -> v1.38.0
go.opentelemetry.io/otel/sdk/log v0.13.0 -> v0.14.0
go.opentelemetry.io/otel/sdk/metric v1.37.0 -> v1.38.0
go.opentelemetry.io/otel/trace v1.37.0 -> v1.38.0
go.opentelemetry.io/proto/otlp v1.7.0 -> v1.7.1
golang.org/x/sys v0.35.0 -> v0.36.0
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 -> v0.0.0-20250825161204-c5933d9347a5
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 -> v0.0.0-20250825161204-c5933d9347a5
google.golang.org/grpc v1.74.2 -> v1.75.1
google.golang.org/protobuf v1.36.7 -> v1.36.9
k8s.io/apiextensions-apiserver v0.33.0 -> v0.34.0
k8s.io/apiserver v0.33.0 -> v0.34.0
k8s.io/component-base v0.33.0 -> v0.34.0
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff -> v0.0.0-20250710124328-f3f2b991d03b
k8s.io/utils v0.0.0-20241210054802-24370beab758 -> v0.0.0-20250604170112-4c0f3b243397

@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 5365e0d to f22d206 Compare August 31, 2025 09:01
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 628ee6d to cc3ee21 Compare September 13, 2025 23:07
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 73c7ded to 872e8a3 Compare September 22, 2025 21:51
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 3b03789 to e149c32 Compare September 30, 2025 08:29
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from a9f0a9c to 416042b Compare October 2, 2025 05:23
Signed-off-by: Bence Csati <bence.csati@axoflow.com>
@csatib02 csatib02 merged commit c89b303 into main Oct 2, 2025
11 checks passed
@csatib02 csatib02 deleted the renovate/all branch October 2, 2025 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant