Skip to content

chore(deps): update all dependencies - #222

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all
Open

chore(deps): update all dependencies#222
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
gcr.io/distroless/static final digest f7f8f721c2c046
github.com/onsi/ginkgo/v2 require patch v2.32.0v2.32.1 age confidence
github.com/onsi/gomega require minor v1.42.1v1.43.0 age confidence
github.com/open-telemetry/opentelemetry-operator/apis require minor v0.156.0v0.158.0 age confidence
go.opentelemetry.io/collector/component require minor v1.64.0v1.65.0 age confidence
go.opentelemetry.io/collector/config/configauth require minor v1.64.0v1.65.0 age confidence
go.opentelemetry.io/collector/config/configcompression require minor v1.64.0v1.65.0 age confidence
go.opentelemetry.io/collector/config/configopaque require minor v1.64.0v1.65.0 age confidence
go.opentelemetry.io/collector/config/configtelemetry require minor v0.158.0v0.159.0 age confidence
go.opentelemetry.io/collector/otelcol require minor v0.158.0v0.159.0 age confidence
go.opentelemetry.io/collector/pipeline require minor v1.64.0v1.65.0 age confidence
go.opentelemetry.io/collector/service require minor v0.158.0v0.159.0 age confidence
golangci/golangci-lint minor 2.12.22.13.2 age confidence
k8s.io/api require patch v0.36.3v0.36.4 v0.37.0 age confidence
k8s.io/apimachinery require patch v0.36.3v0.36.4 v0.37.0 age confidence
k8s.io/client-go require patch v0.36.3v0.36.4 v0.37.0 age confidence
open-telemetry/opentelemetry-operator minor 0.156.00.158.0 age confidence
opentelemetry-operator (source) minor 0.120.20.122.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v2.32.1

Compare Source

2.32.1

Fixes
  • Defer AfterAll until repeated spec completes [e647b3b]
onsi/gomega (github.com/onsi/gomega)

v1.43.0

Compare Source

1.43.0

Features

Add gomock adaptor extension for using Gomega matchers with gomock

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

v0.158.0

Compare Source

0.158.0

💡 Enhancements 💡
  • operator, collector, target allocator: Enable operator, collector, target allocator network policies by default. (#​5394)
    Feature gate operator.networkpolicy and operand.networkpolicy are promoted to beta, and enabled by default.
    These feature gates create network policies for the operator and operand components.

  • auto-instrumentation: Apache and nginx instrumentations forward Spec env vars to attach init containers so kubelet can expand $(VAR) references in exporter endpoints. (#​5333)

  • collector: promote the operator.collector.usedefaulttelemetryshape feature gate to stable, so the operator-injected Prometheus telemetry reader always uses collector defaults for without_type_suffix, without_units, and without_scope_info (#​5075)
    The gate is now stable and can no longer be disabled. Users wanting the
    pre-v0.154.0 metric name shape should explicitly set
    without_type_suffix, without_units, and without_scope_info to false
    in their collector configuration. The gate will be removed in a future release.

  • collector: moves operator.golang.flags to stable setting GOMEMLIMIT and GOMAXPROCS automatically (#​5455)

🧰 Bug fixes 🧰
  • collector: Fix the automatic-upgrade routine binding two Prometheus readers to the same port when a collector already uses service.telemetry.metrics.readers. (#​5416)
    When an OpenTelemetryCollector already configured service.telemetry.metrics.readers
    (added by earlier defaulting), the automatic version-upgrade routine still backfilled the
    older, deprecated address field for it. The 0.122.0 upgrade step then migrated address
    into a new reader, leaving two readers bound to the same host:port. The collector then
    failed to start with "address already in use". The 0.111.0 step now skips backfilling
    address when readers is already configured, and the 0.122.0 step now skips adding a
    reader for address if an equivalent one already exists.
  • collector: Add PersistentVolume and PersistentVolumeClaim RBAC rules for k8s_cluster receiver automatic RBAC generation. (#​5421)
  • auto-instrumentation: Default OTEL_METRICS_EXPORTER to otlp for Node.js auto-instrumentation so metrics are exported without extra configuration. (#​3768)
    The Node.js SDK only initializes its metrics pipeline when a metric reader is configured, and the
    webhook was not setting one. As a result, metrics silently stopped being exported for anyone relying
    on the previous default behavior. The webhook now sets OTEL_METRICS_EXPORTER=otlp by default,
    matching the existing behavior for Python auto-instrumentation, unless the user already set it.
Components

v0.157.0

Compare Source

0.157.0

💡 Enhancements 💡
  • target allocator: Allow enabling mTLS between the target allocator and the collector using user-provided certificate Secrets, without requiring cert-manager. (#​3982)
    When spec.targetAllocator.mtls.useCertManager is set to false, the new mtls.tls block
    references user-provided certificates. The CA certificate may be sourced from either a Secret or a
    ConfigMap (certificateAuthorityCertificate.secret / .configMap). The target allocator's server
    certificate and the collector's client certificate each reference their certificate and private key
    independently, so the certificate and key may live in different Secrets. Data keys default to
    tls.crt, tls.key and ca.crt and can be overridden per reference. The CA reference is required
    in this mode.

  • operator: Add support for Kubernetes 1.36 (#​5354)

🧰 Bug fixes 🧰
  • target allocator: Seed Prometheus's scrape labels (job, __scheme__, __metrics_path__, __scrape_interval__, __scrape_timeout__, __param_*) before relabel filtering, so keep/drop rules referencing them make the same decisions as Prometheus instead of silently dropping or over-allocating targets (#​5246)
    The seeded labels also feed the target identity hash, matching Prometheus's post-relabel label partition more closely. With the relabel-config filter strategy enabled, existing targets are re-allocated once on upgrade because their hashes change. The served (pre-relabel) target labels are unchanged.
Components

0.157.0

💡 Enhancements 💡
  • auto-instrumentation: The autoinstrumentation-dotnet image now bundles the correct native profiler for the platform it is pulled for, fixing arm64 support (the image was already published for arm64 but always contained amd64 binaries). (#​3270)
  • operator-opamp-bridge: Adds support for the OpAMP capability AcceptsRestartCommand to the operator's OpAMP bridge, allowing the operator to restart the collector when requested by an OpAMP server. (#​5306)
  • operator-opamp-bridge: Add an opentelemetry.io/opamp.bridge.mode non-identifying OpAMP AgentDescription attribute so servers can distinguish operator and standalone bridge clients. (#​5423)
  • operator-opamp-bridge: Report the operator-opamp-bridge's own build version as service.version in its OpAMP AgentDescription, instead of always sending an empty string. (#​5360)
  • collector: Add support for setting sessionAffinity and sessionAffinityConfig on the Services created for the Collector (#​4455)
  • target allocator: Support exporting the TargetAllocator's self-telemetry metrics via OTLP, in addition to the Prometheus /metrics endpoint. (#​5047)
    Configure it under spec.targetAllocator.telemetry.metrics.otlp (OpenTelemetryCollector CR) or
    spec.telemetry.metrics.otlp (TargetAllocator CR), with endpoint, protocol (grpc/http), temporality,
    headers, TLS and export interval/timeout. Metrics registered directly on the Prometheus registry
    (Prometheus service discovery, Go runtime and process collectors) are bridged into the OTLP export
    so the Prometheus endpoint and OTLP expose the same metric set.
🧰 Bug fixes 🧰
  • cluster-observability: Fix dependencies required by the bundled agent and cluster Collector configurations (#​3821, #​3818)
    Follow-ups to the initial ClusterObservability framework so generated
    Collectors start cleanly across supported distributions:

    • Use K8s Collector distribution for the agent and cluster Collectors,
      defaulting to the operator's Collector version and supporting the
      --clusterobservability-collector-image override. Apply matching version
      labels and canonical component IDs.
    • Inject K8S_NODE_NAME, which the bundled kubelet_stats receiver uses
      for its endpoint.
    • Report cluster Collector readiness from its StatefulSet so
      ClusterObservability does not remain Pending after the workload is ready.
    • Mount the host root at /hostfs for host_metrics and exclude virtual
      and container-runtime filesystems that cannot be scraped reliably.
    • On OpenShift, run the agent under the generated spc_t SCC so file_log
      can read root-owned container logs under /var/log/pods.
    • On OpenShift, verify kubelet TLS with the platform serving CA.
    • Point generated Instrumentation resources to the agent's OTLP/HTTP port
      because auto-instrumentation SDKs commonly use http/protobuf.
  • collector: Fix OpenShift collector dashboard (#​5342)
    The collector v0.155.0 renamed the deprecated otelcol_processor_accepted_*/dropped_*/refused_* metrics
    to otelcol_processor_memory_limiter_* (open-telemetry/opentelemetry-collector#11203).
    The dashboard queries have been updated to use the new metric names.

  • collector: Register the snake-case spellings of several renamed receivers (kubelet_stats, k8s_objects, resource_detection, fluent_forward, tcp_log, udp_log, ssh_check, cloud_foundry, http_check, flink_metrics) alongside their original spellings when generating RBAC and service ports from a Collector CR, so either spelling produces the same result. (#​5317)
    These components were renamed to snake_case in opentelemetry-collector-contrib
    (#​47957 kubeletstats, #​47440 k8sobjects, #​48525 resourcedetection, #​47930
    fluentforward, #​47369 tcplog, #​47370 udplog, #​47515 sshcheck, #​47932
    cloudfoundry, #​47505 httpcheck, #​47929 flinkmetrics) while keeping the
    original names accepted, but the operator only recognized one spelling per
    component, so configs using the other spelling got no RBAC/ports or the
    wrong service port name. This extends the k8s_attributes fix (#​4983) to
    the remaining renamed components, and makes NewScraperParser accept
    aliases so future renames of this kind are a one-line fix.

  • target allocator: Fix collector mtls with a TargetAllocator CR (#​4297)
    This only affected collectors associated with a TargetAllocator CR whose name differs from the
    collector's, e.g. via the opentelemetry.io/target-allocator label, causing them to address the
    wrong hostname (and TLS certificate) once mTLS was enabled.

  • target allocator: Refresh stale Prometheus meta labels (e.g. __meta_kubernetes_pod_name) on rediscovered targets whose address is unchanged (#​4839)
    Target identity is deliberately hashed without meta labels, since Prometheus discards them after
    relabeling. But because the allocator's target map is keyed by that same hash, a rediscovered
    target whose address is unchanged (e.g. a hostNetwork DaemonSet pod after a restart) was never
    recognized as changed, so its stale meta labels persisted until target-allocator itself restarted.

  • collector: Fix operator crash on startup when Gateway API CRDs are not installed by moving gatewayv1 scheme registration to be gated on autodetect result. (#​5357)

  • auto-instrumentation: Apply security context to Java extension init containers (#​5335)
    Extension init containers injected alongside the Java agent were not receiving
    a security context. This affected both the explicit spec.initContainerSecurityContext
    field on the Instrumentation CR and the fallback behaviour that inherits the
    security context from the instrumented application container. Only the main
    opentelemetry-auto-instrumentation-java init container was having its security
    context set; extension containers were always created with a nil security context.
    This caused admission failures on clusters with policies that require all
    containers to drop capabilities or disallow privilege escalation (e.g. OPA
    Gatekeeper). The security context is now applied to all Java-related init
    containers at construction time.

  • target allocator: Propagate the TargetAllocator CR's metadata annotations to all resources created for it, and restrict podAnnotations to the pod template (#​4393)
    This aligns the TargetAllocator with the OpenTelemetryCollector behavior: CR metadata annotations now land
    (respecting the annotations filter) on the Deployment, Service, ConfigMap, ServiceAccount, ServiceMonitor,
    PodDisruptionBudget and NetworkPolicy, while podAnnotations is no longer copied to the NetworkPolicy and
    PodDisruptionBudget.

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

v1.65.0

💡 Enhancements 💡
  • pkg/exporterhelper: Add the pkg.exporterhelper.queueBatchEnabled feature gate (#​14038, #​13582, #​12022)
    When enabled, the batch settings returned by NewDefaultQueueConfig() have
    batch::enabled true. See migration RFC.
🧰 Bug fixes 🧰
  • pkg/exporterhelper: Record otelcol_exporter_queue_batch_send_size and otelcol_exporter_queue_batch_send_size_bytes after batching, and add otelcol_exporter_enqueue_size and otelcol_exporter_enqueue_size_bytes for enqueue-time sizes. (#​14674)
    Previously the batch send size histograms were recorded at enqueue time (Offer), so they
    measured incoming request sizes rather than the post-batching request handed to the
    downstream sender. Those histograms are now recorded in the obs report sender.
    The previous enqueue-time measurements are preserved under the new
    otelcol_exporter_enqueue_size and otelcol_exporter_enqueue_size_bytes metrics for
    queue sizing. Users with the exporter batcher enabled will observe different values for
    otelcol_exporter_queue_batch_send_size*.
    otelcol_exporter_queue_batch_send_size and otelcol_exporter_queue_batch_send_size_bytes
    are now only recorded when sending_queue::batch is configured; they will not appear at all
    for exporters that do not enable batching.

  • pkg/scraperhelper: Use {record} instead of {datapoint} as the unit of the log record and profile record scraper metrics (#​15730)
    Affects otelcol_scraper_scraped_log_records, otelcol_scraper_errored_log_records,
    otelcol_scraper_scraped_profile_records and otelcol_scraper_errored_profile_records.

golangci/golangci-lint (golangci/golangci-lint)

v2.13.2

Compare Source

Released on 2026-08-28

  1. Bug fixes
    • Decrease cache entropy
  2. Linters bug fixes
    • iface: from 1.5.0 to 1.5.1
    • staticcheck: from 0.8.0 to 0.8.1
    • unparam: from 3f964bc to 2fa3d84
    • canonicalheader: from v1.1.2 to a temporary fork

v2.13.1

Compare Source

Released on 2026-08-20

  1. Linters bug fixes
    • ginkgolinter: from 0.23.1 to 0.24.0
    • gofmt: from d62b90e to e84e050
    • staticcheck: from 0.8.0-rc.1 to 0.8.0
    • wsl_v5: from 5.8.0 to 5.9.0

v2.13.0

Compare Source

Released on 2026-08-19

  1. Enhancements
    • 🎉 go1.27 support
  2. Bug fixes
    • fix: cache package facts
  3. Linters new features or changes
    • dupword: from 0.1.7 to 0.1.8 (new option skip-raw-strings)
    • errcheck: from 1.10.0 to 1.20.0
    • exhaustruct_v5: from 4.0.0 to 5.0.2 (new configuration)
    • exhaustruct: deprecated and replaced by exhaustruct_v5
    • fatcontext: from 0.9.0 to 0.10.0 (new options: check-loops, check-function-literals)
    • goconst: from 1.10.0 to 1.11.0 (new options: ignore-map-keys, exclude-types)
    • gofumpt: from 0.9.2 to 0.11.0 (new options: extra.group-params, extra.clothe-returns, extra.balance-calls)
    • gomoddirectives: from 0.8.0 to 0.9.0 (new option: replace-allow-all)
    • gosec: from 2.26.1 to 2.27.1
    • govet-modernize: from 0.44.0 to 0.49.0 (fmtappendf is removed. New analyzers atomictypes, embedlit, errorsastype, importcomment, reflecttypeassert, slicesclip, and slicesbackward. waitgroup is renamed waitgroupgo)
    • iface: from 1.4.3 to 1.5.0 (new analyzer: unusedmethod)
    • noinlineerr: from 1.0.5 to 1.0.6
    • nonamedreturns: from 1.0.6 to 1.0.8 (new option: allow-unused-named-returns)
    • recvcheck: from 0.2.0 to 0.3.0 (new default exclusions)
    • unparam: from 5beb8c8 to 3f964bc
  4. Linters bug fixes
    • clickhouse-go-linter: from 1.2.0 to 1.2.1
    • errname: from 1.1.1 to 1.1.2
    • exhaustruct: from 5.0.2 to 5.0.3
    • funcorder: add missing Function field
    • ginkgolinter: from 0.23.0 to 0.23.1
    • gocheckcompilerdirectives: from 1.3.0 to 1.4.0
    • gocritic: from 0.14.3 to 0.14.4
    • gomoddirectives: add missing IgnoreForbidden field
    • iface: from 1.4.2 to 1.4.3
    • mirror: from 1.3.0 to 1.3.3
    • nilnil: from 1.1.1 to 1.1.2
    • protogetter: from 0.3.20 to 0.3.21
kubernetes/api (k8s.io/api)

v0.36.4

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.36.4

Compare Source

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

v0.36.4

Compare Source

open-telemetry/opentelemetry-helm-charts (opentelemetry-operator)

v0.122.0

Compare Source

OpenTelemetry Operator Helm chart for Kubernetes

What's Changed

Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-target-allocator-0.158.0...opentelemetry-operator-0.122.0


opentelemetry-operator 0.122.0

What's Changed

This release updates the opentelemetry-operator to version 0.158.0.

OpenTelemetry Release Notes

Chart Information

  • Chart Version: 0.122.0
  • App Version: 0.158.0
  • Chart Path: charts/opentelemetry-operator/

v0.121.0

Compare Source

OpenTelemetry Operator Helm chart for Kubernetes

What's Changed

Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-operator-0.120.3...opentelemetry-operator-0.121.0


opentelemetry-operator 0.121.0

What's Changed

This release updates the opentelemetry-operator to version 0.157.0.

OpenTelemetry Release Notes

Chart Information

  • Chart Version: 0.121.0
  • App Version: 0.157.0
  • Chart Path: charts/opentelemetry-operator/

opentelemetry-operator 0.121.0

What's Changed

This release updates the opentelemetry-operator to version 0.157.0.

OpenTelemetry Release Notes

Chart Information

  • Chart Version: 0.121.0
  • App Version: 0.157.0
  • Chart Path: charts/opentelemetry-operator/

v0.120.3

Compare Source

OpenTelemetry Operator Helm chart for Kubernetes

What's Changed

New Contributors

Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-collector-0.169.0...opentelemetry-operator-0.120.3


Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • 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 11, 2026
@renovate
renovate Bot force-pushed the renovate/all branch 8 times, most recently from c7cd0eb to abfe49a Compare August 17, 2026 22:16
@renovate

renovate Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ 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):

  • 86 additional dependencies were updated

Details:

Package Change
cel.dev/expr v0.25.1 -> v0.25.2
github.com/ebitengine/purego v0.10.0 -> v0.10.2
github.com/felixge/httpsnoop v1.0.4 -> v1.1.0
github.com/go-openapi/jsonpointer v0.23.1 -> v1.0.0
github.com/go-openapi/jsonreference v0.21.5 -> v1.0.0
github.com/go-openapi/swag v0.26.0 -> v0.28.0
github.com/go-openapi/swag/cmdutils v0.26.0 -> v0.28.0
github.com/go-openapi/swag/conv v0.26.0 -> v0.28.0
github.com/go-openapi/swag/fileutils v0.26.0 -> v0.28.0
github.com/go-openapi/swag/jsonutils v0.26.0 -> v0.28.0
github.com/go-openapi/swag/loading v0.26.0 -> v0.28.0
github.com/go-openapi/swag/mangling v0.26.0 -> v0.28.0
github.com/go-openapi/swag/netutils v0.26.0 -> v0.28.0
github.com/go-openapi/swag/stringutils v0.26.0 -> v0.28.0
github.com/go-openapi/swag/typeutils v0.26.0 -> v0.28.0
github.com/go-openapi/swag/yamlutils v0.26.0 -> v0.28.0
github.com/knadh/koanf/maps v0.1.2 -> v0.1.3
github.com/knadh/koanf/providers/confmap v1.0.0 -> v1.0.1
github.com/knadh/koanf/v2 v2.3.5 -> v2.3.6
github.com/shirou/gopsutil/v4 v4.26.6 -> v4.26.7
go.opentelemetry.io/collector/component/componentstatus v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/component/componenttest v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/confmap v1.64.0 -> v1.65.0
go.opentelemetry.io/collector/confmap/xconfmap v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/connector v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/connector/connectortest v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/connector/xconnector v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/consumer v1.64.0 -> v1.65.0
go.opentelemetry.io/collector/consumer/consumererror v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/consumer/consumertest v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/consumer/xconsumer v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/exporter v1.64.0 -> v1.65.0
go.opentelemetry.io/collector/exporter/exportertest v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/exporter/xexporter v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/extension v1.64.0 -> v1.65.0
go.opentelemetry.io/collector/extension/extensionauth v1.64.0 -> v1.65.0
go.opentelemetry.io/collector/extension/extensioncapabilities v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/extension/extensiontest v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/featuregate v1.64.0 -> v1.65.0
go.opentelemetry.io/collector/internal/componentalias v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/internal/fanoutconsumer v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/internal/telemetry v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/pdata v1.64.0 -> v1.65.0
go.opentelemetry.io/collector/pdata/pprofile v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/pdata/testdata v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/pdata/xpdata v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/processor v1.64.0 -> v1.65.0
go.opentelemetry.io/collector/processor/processortest v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/processor/xprocessor v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/receiver v1.64.0 -> v1.65.0
go.opentelemetry.io/collector/receiver/receivertest v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/receiver/xreceiver v0.158.0 -> v0.159.0
go.opentelemetry.io/collector/service/hostcapabilities v0.158.0 -> v0.159.0
go.opentelemetry.io/contrib/bridges/otelzap v0.19.0 -> v0.20.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.69.0 -> v0.70.0
go.opentelemetry.io/contrib/otelconf v0.24.0 -> v0.25.0
go.opentelemetry.io/contrib/propagators/autoprop v0.69.0 -> v0.70.0
go.opentelemetry.io/contrib/propagators/aws v1.44.0 -> v1.45.0
go.opentelemetry.io/contrib/propagators/b3 v1.44.0 -> v1.45.0
go.opentelemetry.io/contrib/propagators/jaeger v1.44.0 -> v1.45.0
go.opentelemetry.io/contrib/propagators/ot v1.44.0 -> v1.45.0
go.opentelemetry.io/otel v1.44.0 -> v1.45.0
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.20.0 -> v0.21.0
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.20.0 -> v0.21.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.44.0 -> v1.45.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.44.0 -> v1.45.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.44.0 -> v1.45.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.44.0 -> v1.45.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.44.0 -> v1.45.0
go.opentelemetry.io/otel/exporters/prometheus v0.66.0 -> v0.67.0
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.20.0 -> v0.21.0
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.44.0 -> v1.45.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.44.0 -> v1.45.0
go.opentelemetry.io/otel/log v0.20.0 -> v0.21.0
go.opentelemetry.io/otel/metric v1.44.0 -> v1.45.0
go.opentelemetry.io/otel/sdk v1.44.0 -> v1.45.0
golang.org/x/exp v0.0.0-20260527015227-08cc5374adb3 -> v0.0.0-20260727155853-b88d891fe743
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa -> v0.0.0-20260803160001-6ac0973c030d
google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa -> v0.0.0-20260803160001-6ac0973c030d
google.golang.org/grpc v1.82.1 -> v1.83.0
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af -> v1.36.12
k8s.io/kube-openapi v0.0.0-20260512234627-ef417d054102 -> v0.0.0-20260721132016-d427ff9ee9ad
k8s.io/streaming v0.36.3 -> v0.36.4
k8s.io/utils v0.0.0-20260507154919-ff6756f316d2 -> v0.0.0-20260707023825-cf1189d6abe3
sigs.k8s.io/structured-merge-diff/v6 v6.4.0 -> v6.4.2

@renovate
renovate Bot force-pushed the renovate/all branch 9 times, most recently from 0253db9 to 1b9ceea Compare August 21, 2026 21:52
@renovate
renovate Bot force-pushed the renovate/all branch 11 times, most recently from c019706 to 2f4c683 Compare August 30, 2026 01:01
@renovate
renovate Bot force-pushed the renovate/all branch 3 times, most recently from 73ba64f to e74b1ea Compare August 30, 2026 14:05
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.

0 participants