Skip to content

chore(deps): update all dependencies#210

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

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

Conversation

@renovate

@renovate renovate Bot commented May 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
cert-manager/cert-manager patch 1.20.21.20.3 age confidence
github.com/onsi/ginkgo/v2 require minor v2.29.0v2.32.0 age confidence
github.com/onsi/gomega require minor v1.41.0v1.42.1 age confidence
github.com/open-telemetry/opentelemetry-operator require minor v0.152.0v0.154.0 age confidence
go.opentelemetry.io/collector/component require minor v1.59.0v1.62.0 age confidence
go.opentelemetry.io/collector/config/configauth require minor v1.59.0v1.62.0 age confidence
go.opentelemetry.io/collector/config/configcompression require minor v1.59.0v1.62.0 age confidence
go.opentelemetry.io/collector/config/configopaque require minor v1.59.0v1.62.0 age confidence
go.opentelemetry.io/collector/config/configtelemetry require minor v0.153.0v0.156.0 age confidence
go.opentelemetry.io/collector/otelcol require minor v0.153.0v0.156.0 age confidence
go.opentelemetry.io/collector/pipeline require minor v1.59.0v1.62.0 age confidence
go.opentelemetry.io/collector/service require minor v0.153.0v0.156.0 age confidence
golang stage patch 1.26.3-alpine3.221.26.4-alpine3.22 age confidence
k8s.io/api require patch v0.36.1v0.36.2 age confidence
k8s.io/apimachinery require patch v0.36.1v0.36.2 age confidence
k8s.io/client-go require patch v0.36.1v0.36.2 age confidence
opentelemetry-operator (source) minor 0.113.10.118.0 age confidence

Release Notes

cert-manager/cert-manager (cert-manager/cert-manager)

v1.20.3

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

This patch release fixes a security issue (GHSA-8rvj-mm4h-c258, HIGH) where the default cert-manager-edit aggregate ClusterRole granted namespace users permission to create ACME Challenge and Order resources directly. A user who could create a Challenge referencing a ClusterIssuer could supply attacker-controlled solver configuration while cert-manager loaded credentials from the ClusterIssuer's namespace, bypassing Issuer solver selectors (dnsZones, dnsNames, matchLabels). With the acme-dns provider specifically, this could disclose DNS credentials to an attacker-controlled endpoint.

This release also removes the issuer owner reference from Challenges which was blocking Challenge garbage collection, and updates Go to fix reported CVEs.

All users should upgrade.

[!WARNING]
Potentially breaking change: The cert-manager-edit aggregate ClusterRole no longer grants create for challenges.acme.cert-manager.io or create, patch, update for orders.acme.cert-manager.io. These resources are internal to cert-manager's ACME workflow and are not intended to be created or modified directly by users. If you have tooling or workflows that create Challenge or Order resources directly (outside of the normal Certificate → CertificateRequest → Order → Challenge flow), you will need to grant those permissions explicitly.

Changes by Kind

Bug or Regression
Other (Cleanup or Flake)
onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.32.0

Compare Source

2.32.0

-fd generate RSpec-style documentation output. Thank @​woodie !
--sleep-on-failure pauses a failed spec before teardown. Thanks @​qinqon !

v2.31.0

Compare Source

2.31.0

Add a bunch of Claude Skills via the marketplace:

/plugin marketplace add onsi/ginkgo
/plugin install ginkgo@ginkgo

v2.30.0

Compare Source

2.30.0

Features

Ginkgo now allows extentions/global.Reset to support running multiple suites from within a single process. This may take some massaging on your part (see 1672) but can dramatically speed up codebases with O(hundreds) of test suites.

Thanks @​lawrencejones !

Fixes
  • Fix nested --github-output group for progress report nested inside timeline [4f62d7a]
onsi/gomega (github.com/onsi/gomega)

v1.42.1

Compare Source

1.42.1

Bump Dependencies

v1.42.0

Compare Source

1.42.0

Add a set of Claude skill as a marketplace plugin

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

v0.154.0

Compare Source

0.154.0

🛑 Breaking changes 🛑
  • collector: Promote the operator.collector.usedefaulttelemetryshape feature gate to beta. The operator-injected Prometheus telemetry reader now uses collector defaults by default — metric names from operator-managed collectors no longer carry type suffixes, units, or scope_info. (#​5075)
    Users wanting the pre-v0.154.0 metric name shape can disable the gate via --feature-gates=-operator.collector.usedefaulttelemetryshape, or pin without_type_suffix/without_units/without_scope_info to false explicitly under spec.config.service.telemetry. The gate will be promoted to stable and removed in a future release.
💡 Enhancements 💡
  • collector: Add status.observedGeneration and status.conditions support for OpenTelemetryCollector resources. (#​4312)

  • operator: Add pod-webhook subcommand for running a standalone pod mutation webhook (#​5010)
    The operator binary now supports a pod-webhook subcommand that runs only the pod mutation
    webhook (auto-instrumentation and sidecar injection) without the controllers. This enables
    deploying the webhook separately.

  • opampbridge: Add TLS configuration support to the OpAMP Bridge, including options to disable TLS or skip certificate verification. (#​4921)

  • opamp: Allow standalone OpAMP bridge agents to configure per-agent non-identifying attributes. (#​5245)

  • opamp-bridge: Make standalone OpAMP Bridge manifests and runtime permissions friendlier for OpenShift and namespaced RBAC. (#​5277)

  • operator: Add standalone pod webhook deployment for High Availability on OpenShift (#​5010)
    On OpenShift with OLM, the pod mutation webhook (auto-instrumentation and sidecar injection)
    is now deployed as a standalone Deployment with 2 replicas by default, enabling HA.

    OpenShift with OLM:

    • The standalone webhook deployment is managed by OLM via the CSV
    • Default: 2 replicas for HA
    • Pod anti-affinity spreads replicas across different nodes
    • PodDisruptionBudget with maxUnavailable: 1 ensures availability during node maintenance
    • Only scaling down is supported via OPENSHIFT_WEBHOOK_REPLICAS env var in the Subscription (0 or 1)
    • TLS certificates are automatically provisioned by OLM
    • Automatic cleanup when operator is uninstalled (OLM garbage collection)

    Kubernetes (community bundle):

    • No change - pod webhook continues to run as part of the operator deployment
  • opamp-bridge: OpAMP Bridge standalone mode (#​4913)
    Standalone mode for OpAMP Bridge allows users to manage collector configuration from a remote
    OpAMP server without the need to deploy full Otel Operator.

  • operator: Move all webhooks to the dedicated webhook deployment. (#​5010)
    This change moves remaining webhooks (defaulting, validating for: Collector, TargetAllocator, Instrumentation, OpAMPBridge) to the dedicated webhook deployment.
    Previously, only the pod mutation webhook was served by the webhook deployment, while the other webhooks were served by the controller-manager.
    The dedicated webhook deployment is opt-in and enabled by default only on OpenShift with OLM.

🧰 Bug fixes 🧰
  • target allocator: Fix silent target loss when group labels are present in static_configs by sorting labels globally in processTargetGroups. (#​4967)
    ScratchBuilder.Labels() serializes labels in insertion order. When group labels sort
    alphabetically after target labels (e.g. vendor > address), Labels.Get() early
    termination returns empty, causing hash collisions that silently drop targets.

  • auto-instrumentation: Use MergeFrom patch for Instrumentation blocked-versions status to avoid overwriting unrelated status fields. (#​5243)

  • target allocator: Accept a prometheus receiver that only declares target_allocator: without a config: block. (#​2998)
    When the prometheus receiver is configured with only a target_allocator: block and no config:,
    reconciliation previously failed with no prometheusConfig available as part of the configuration.
    The target allocator supplies scrape configuration externally in this mode (e.g. via discovered
    PrometheusCR objects), so the operator now skips the scrape_configs cleanup when no config:
    block is present. The webhook validator likewise permits this shape.

Components

v0.153.0

Compare Source

0.153.0

🛑 Breaking changes 🛑
  • api: Move apis package to a separate sub-module (#​4362)

    • Yaml standalone functions in internal/otelconfig is moved to a methods on *Config (package apis/v1beta1)
    • Move CheckTargetAllocatorPrometheusCRPolicyRules from apis/v1beta1/targetallocator_rbac.go to internal/webhook/targetallocator_rbac.go + rename it to checkTargetAllocatorPrometheusCRPolicyRules.
    • OpenTelemetryCollector is not implementing the Convertible interface from sigs.k8s.io/controller-runtime/pkg/conversion, but implements 2 helper function the achieve the same functionality:
      • OtelColConvertTo(otc *OpenTelemetryCollector, dstRaw any) error
      • OtelColConvertFrom(otc *OpenTelemetryCollector, srcRaw any) error
    • Move apis package to a dedicated sub-module.
  • target allocator: The operator.targetallocator.mtls feature gate has been removed. mTLS is now configured per-CR via spec.mtls.enabled on the TargetAllocator or Collector resource. (#​5136)
    Set spec.mtls.useCertManager: false to provide your own TLS secrets instead of having cert-manager provision them.

💡 Enhancements 💡
  • collector: Add optional spec.command to OpenTelemetryCollector to override the collector container entrypoint (#​3188)
    spec.command is a []string matching Pod.spec.containers[].command.

  • target allocator: Add allowInsecureAuthSecrets option to serve auth secret values over plain HTTP without mTLS (#​3746)
    Adds a new allowInsecureAuthSecrets field to both the TargetAllocator CRD and the
    embedded TargetAllocator in the OpenTelemetryCollector CRD. When enabled, auth secret
    values (e.g. basicAuth passwords) are served over plain HTTP instead of being masked.
    This is useful when transport security is handled by a service mesh or equivalent.

🧰 Bug fixes 🧰
  • must-gather: Fix must-gather output to produce omc-compatible directory layout and correct YAML serialization (#​4965)
    Previously collected files used a per-collector directory with kind-prefixed filenames (e.g. namespaces/<ns>/<collector-name>/deployment-<name>.yaml),
    which omc cannot parse. Output now follows the standard omc layout (namespaces/<ns>/<api-group>/<resource-plural>/<name>.yaml).
    Also fixes missing apiVersion/kind fields in serialized YAML, incorrect default output directory, and adds collection of CRDs and OpAMPBridge resources.

  • opamp: Skip OpenTelemetryCollector instances with a non-nil DeletionTimestamp when building EffectiveConfig (#​5170)
    ListInstances returns objects with DeletionTimestamp set until finalizers complete.
    Reporting them as effective races with the bridge's own Delete calls in applyRemoteConfig.

  • collector: Fix Service reconciliation to propagate trafficDistribution, internalTrafficPolicy, ipFamilies, and ipFamilyPolicy changes (#​5141)

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

v1.62.0

💡 Enhancements 💡
  • cmd/mdatagen: Add support for defining stability levels for resource attributes (#​15312)
  • cmd/mdatagen: Add semantic convention reference to resource attributes (#​15313)
  • processor/memory_limiter: Adding health events for the memorylimiter (#​14700)
    Publish health event from memorylimiter using componentstatus.ReportStatus
🧰 Bug fixes 🧰
  • cmd/mdatagen: Removes the extra line in the documentation.md between extended description and table (#​15458)

  • exporter/otlp_http: Treat errors parsing successful (2xx) HTTP response bodies as permanent errors to prevent retrying already-accepted data. (#​15386)
    When a server returns a 2xx status but the response body exceeds the 64kB read limit,
    the body is truncated and proto unmarshaling fails. Previously this was treated as a
    retryable error, causing duplicate data to be exported. Now it is marked as a permanent
    error so the retry logic will not re-send data that was already accepted by the server.

  • pkg/config/configretry: Always validate BackOffConfig fields regardless of the Enabled flag. (#​15437)

  • pkg/service: Ensure receivers always start after all other components (#​15495)
    There was previously a race condition where multiple receivers using a shared internal implementation,
    such as the OTLP receiver, could start sending telemetry into a pipeline before all its components had fully started.

  • processor/memory_limiter: Fix degenerate collector performance when exporter has problems causing permanent CPU-burning GC loop (#​4981)
    Forced GC runs now use exponential backoff when deemed ineffective
    (still above soft limit and less than 5% reclaimed) to avoid preventing
    recovery by overloading CPU with excessive GC runs. The cap on the
    backoff interval is exposed via max_gc_interval_when_soft_limited and
    max_gc_interval_when_hard_limited (both default 30s); set either to
    0 to disable backoff on that path.

  • provider/env: Fix empty env var default resolving to nil instead of empty string (#​14587)
    When using ${env:VAR:-} with an unset variable, the empty default now correctly
    resolves to an empty string instead of nil.

v1.61.0

🛑 Breaking changes 🛑
  • pkg/confighttp: Remove stabilized gate confighttp.framedSnappy (#​15420)
  • pkg/configoptional: Remove stabilized gate configoptional.AddEnabledField. (#​15421)
  • pkg/confmap: Remove stabilized featuregate confmap.newExpandedValueSanitizer (#​15418)
  • pkg/exporterhelper: Remove stable gate exporter.PersistRequestContext. (#​15424)
  • pkg/otelcol: Remove stable gate otelcol.printInitialConfig (#​15425)
  • pkg/service: Remove stable featuregate telemetry.UseLocalHostAsDefaultMetricsAddress (#​15419)
  • pkg/xpdata: Remove stable gate pdata.enableRefCounting. (#​15426)
  • processor/memory_limiter: Rename deprecated memory limiter metrics to include the memory_limiter prefix (e.g. otelcol_processor_memory_limiter_*) to clarify they are specific to this processor. (#​11203)
🚀 New components 🚀
  • cmd/schemagen: Move the schemagen CLI from opentelemetry-collector-contrib to this repository as cmd/schemagen. (#​14543)
    The tool's source is identical to the upstream contrib version
    (github.com/open-telemetry/opentelemetry-collector-contrib/cmd/schemagen) except for the module path and
    the test fixtures' namespace, which now reflect the collector module
    (go.opentelemetry.io/collector/cmd/schemagen). A contrib-only integration test that pointed at three
    contrib components is removed; contrib's existing make generate-schemas + git-diff CI continues to
    exercise the FactoryMaps feature against real-world components.
💡 Enhancements 💡
  • cmd/mdatagen: Add support for versioned metrics (#​15309)
    Allows metadata to specify versioned metrics for migrating to new semantic conventions.
    There are two scenarios catered for when the metric name stays the same during migration.
    When a metric name stays the same but its type differs, just the latest metric is
    emitted with the new type.
    When a metric name stays the same but its attributes differ, the latest version
    is emitted with combined attributes during the migration period.

  • cmd/schemagen: Add overlayFile support to deep-merge hand-curated schema fragments into generated schemas. (#​14543)
    Components can declare an overlayFile in .schemagen.yaml pointing to a YAML file
    whose keys are recursively merged into the auto-generated schema after generation.
    This allows injecting descriptions, constraints, or additional properties that cannot
    be derived from Go types.
    Originally added to the contrib copy of cmd/schemagen in
    open-telemetry/opentelemetry-collector-contrib#48917 and brought over with the tool
    in this move.

  • cmd/schemagen: Add -p flag to specify a custom Go package pattern for the config struct. (#​14543)
    The new -p flag lets callers override the default . package pattern with an arbitrary
    Go package selector (e.g. a sub-package whose Config type schemagen should walk).
    Originally added to the contrib copy of cmd/schemagen in
    open-telemetry/opentelemetry-collector-contrib#48966 and brought over with the tool
    in this move.

🧰 Bug fixes 🧰
  • cmd/mdatagen: Fix an issue when the last feature gate is removed, stale files are left. (#​15423)
  • cmd/mdatagen: Fix known acronyms at the end of generated Go identifiers to be all-caps, same as in any other position (#​15438)
  • cmd/schemagen: Fix mode detection when using -p to target a package outside the current directory. (#​15453)
    A new -m component|package flag is available as a manual override when auto-detection is not possible.

v1.60.0

🛑 Breaking changes 🛑
  • cmd/builder: The --skip-get-modules flag will no longer regenerate your go.mod file. (#​15390)
    This is mostly a bug fix, as it led to adverse behaviour that was unintended in the described flow in the README.
    Now when you run --skip-get-modules, your go.mod file will truly be untouched by ocb as the info log claims.
💡 Enhancements 💡
  • pkg/config/configtls: Add include_insecure_cipher_suites to configtls to enable insecure cipher suites. Insecure cipher suites are disabled by default for security. (#​13829)
  • pkg/confighttp: Add ExposedHeaders field to CORSConfig to allow setting the Access-Control-Expose-Headers response header. (#​15119)
🧰 Bug fixes 🧰
  • cmd/mdatagen: Removes the extra line in the README.md between status and description (#​15306)
  • pkg/exporterhelper: Fix nil-pointer panic in sending_queue::batch Unmarshal when sending_queue::sizer is set and sending_queue::batch::enabled is false. (#​14687)
    When sending_queue::sizer was set and sending_queue::batch::enabled: false
    cleared the batch Optional to None, the sizer-inheritance branch in
    queuebatch.Config.Unmarshal dereferenced a nil Optional and crashed the
    collector at startup. The branch now also requires Batch.HasValue().
kubernetes/api (k8s.io/api)

v0.36.2

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.36.2

Compare Source

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

v0.36.2

Compare Source

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

v0.118.0

Compare Source

OpenTelemetry Operator Helm chart for Kubernetes

What's Changed

  • [opentelemetry-operator]: add a CI check that feature gates stay in sync by @​thc1006 in #​2280

Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-collector-0.159.2...opentelemetry-operator-0.118.0

v0.117.0

Compare Source

OpenTelemetry Operator Helm chart for Kubernetes

What's Changed

  • feat(operator): Add support for the operator.clusterobservability feature gate by @​olipinski in #​2239

New Contributors

Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-ebpf-instrumentation-0.9.4...opentelemetry-operator-0.117.0

v0.116.0

Compare Source

OpenTelemetry Operator Helm chart for Kubernetes

What's Changed

New Contributors

Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-kube-stack-0.17.0...opentelemetry-operator-0.116.0

v0.115.1

Compare Source

OpenTelemetry Operator Helm chart for Kubernetes

What's Changed

Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-collector-0.158.2...opentelemetry-operator-0.115.1

v0.115.0

Compare Source

OpenTelemetry Operator Helm chart for Kubernetes

What's Changed

Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-ebpf-instrumentation-0.9.2...opentelemetry-operator-0.115.0


opentelemetry-operator 0.115.0

What's Changed

This release updates the opentelemetry-operator to version 0.153.0.

OpenTelemetry Release Notes

Chart Information

  • Chart Version: 0.115.0
  • App Version: 0.153.0
  • Chart Path: charts/opentelemetry-operator/

v0.114.1

Compare Source

OpenTelemetry Operator Helm chart for Kubernetes

What's Changed

Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-target-allocator-0.129.0...opentelemetry-operator-0.114.1

v0.114.0

Compare Source

OpenTelemetry Operator Helm chart for Kubernetes

What's Changed

Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-operator-0.113.2...opentelemetry-operator-0.114.0


opentelemetry-operator 0.114.0

What's Changed

This release updates the opentelemetry-operator to version 0.152.0.

OpenTelemetry Release Notes

Chart Information

  • Chart Version: 0.114.0
  • App Version: 0.152.0
  • Chart Path: charts/opentelemetry-operator/

v0.113.2

Compare Source

OpenTelemetry Operator Helm chart for Kubernetes

What's Changed

Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-kube-stack-0.15.1...opentelemetry-operator-0.113.2


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 May 26, 2026
@renovate

renovate Bot commented May 26, 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):

  • 63 additional dependencies were updated

Details:

Package Change
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 -> v2.29.0
github.com/knadh/koanf/v2 v2.3.4 -> v2.3.5
github.com/prometheus/common v0.67.5 -> v0.68.0
github.com/shirou/gopsutil/v4 v4.26.4 -> v4.26.5
go.opentelemetry.io/collector/component/componentstatus v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/component/componenttest v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/confmap v1.59.0 -> v1.60.0
go.opentelemetry.io/collector/confmap/xconfmap v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/connector v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/connector/connectortest v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/connector/xconnector v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/consumer v1.59.0 -> v1.60.0
go.opentelemetry.io/collector/consumer/consumererror v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/consumer/consumertest v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/consumer/xconsumer v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/exporter v1.59.0 -> v1.60.0
go.opentelemetry.io/collector/exporter/exportertest v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/exporter/xexporter v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/extension v1.59.0 -> v1.60.0
go.opentelemetry.io/collector/extension/extensionauth v1.59.0 -> v1.60.0
go.opentelemetry.io/collector/extension/extensioncapabilities v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/extension/extensiontest v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/featuregate v1.59.0 -> v1.60.0
go.opentelemetry.io/collector/internal/componentalias v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/internal/fanoutconsumer v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/internal/telemetry v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/pdata v1.59.0 -> v1.60.0
go.opentelemetry.io/collector/pdata/pprofile v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/pdata/testdata v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/pdata/xpdata v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/pipeline/xpipeline v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/processor v1.59.0 -> v1.60.0
go.opentelemetry.io/collector/processor/processortest v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/processor/xprocessor v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/receiver v1.59.0 -> v1.60.0
go.opentelemetry.io/collector/receiver/receivertest v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/receiver/xreceiver v0.153.0 -> v0.154.0
go.opentelemetry.io/collector/service/hostcapabilities v0.153.0 -> v0.154.0
go.opentelemetry.io/contrib/bridges/otelzap v0.18.0 -> v0.19.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 -> v0.69.0
go.opentelemetry.io/contrib/otelconf v0.23.0 -> v0.24.0
go.opentelemetry.io/contrib/propagators/b3 v1.43.0 -> v1.44.0
go.opentelemetry.io/otel v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.19.0 -> v0.20.0
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.19.0 -> v0.20.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/exporters/prometheus v0.65.0 -> v0.66.0
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.19.0 -> v0.20.0
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/log v0.19.0 -> v0.20.0
go.opentelemetry.io/otel/metric v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/sdk v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/sdk/log v0.19.0 -> v0.20.0
go.opentelemetry.io/otel/sdk/metric v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/trace v1.43.0 -> v1.44.0
golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 -> v0.0.0-20260527015227-08cc5374adb3
google.golang.org/genproto/googleapis/api v0.0.0-20260406210006-6f92a3bedf2d -> v0.0.0-20260526163538-3dc84a4a5aaa
google.golang.org/genproto/googleapis/rpc v0.0.0-20260511170946-3700d4141b60 -> v0.0.0-20260526163538-3dc84a4a5aaa

@renovate renovate Bot force-pushed the renovate/all branch from ba4266f to 59ed765 Compare May 26, 2026 20:57
@renovate renovate Bot changed the title chore(deps): update module github.com/open-telemetry/opentelemetry-operator to v0.152.0 chore(deps): update all dependencies May 26, 2026
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from f97dc64 to fbc450c Compare June 3, 2026 06:10
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from 8a5a702 to 02d7293 Compare June 11, 2026 08:18
@renovate

renovate Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: module github.com/open-telemetry/opentelemetry-operator@v0.154.0 requires go >= 1.26.3; switching to go1.26.4
go: downloading go1.26.4 (linux/amd64)
go: downloading github.com/open-telemetry/opentelemetry-operator v0.154.0
go: downloading github.com/open-telemetry/opentelemetry-operator/apis v0.0.0-unpublished
go: downloading go.opentelemetry.io/collector/component v1.62.0
go: downloading go.opentelemetry.io/collector/config/configcompression v1.62.0
go: downloading go.opentelemetry.io/collector/config/configopaque v1.62.0
go: downloading k8s.io/api v0.36.2
go: downloading k8s.io/apimachinery v0.36.2
go: downloading k8s.io/client-go v0.36.2
go: downloading sigs.k8s.io/controller-runtime v0.24.1
go: downloading emperror.dev/errors v0.8.1
go: downloading github.com/cisco-open/operator-tools v0.38.0
go: downloading github.com/onsi/ginkgo/v2 v2.32.0
go: downloading github.com/onsi/gomega v1.42.1
go: downloading github.com/go-logr/logr v1.4.3
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/stretchr/testify v1.11.1
go: downloading github.com/google/go-cmp v0.7.0
go: downloading sigs.k8s.io/yaml v1.6.0
go: downloading github.com/prometheus/client_golang v1.23.2
go: downloading go.opentelemetry.io/collector/config/configauth v1.62.0
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading go.opentelemetry.io/collector/config/configtelemetry v0.156.0
go: downloading go.opentelemetry.io/collector/otelcol v0.156.0
go: downloading go.opentelemetry.io/collector/pipeline v1.62.0
go: downloading go.opentelemetry.io/collector/service v0.156.0
go: downloading go.uber.org/zap v1.28.0
go: downloading go.opentelemetry.io/collector/pdata v1.62.0
go: downloading go.opentelemetry.io/otel/metric v1.44.0
go: downloading go.opentelemetry.io/otel v1.44.0
go: downloading go.opentelemetry.io/otel/trace v1.44.0
go: downloading go.opentelemetry.io/collector/confmap v1.62.0
go: downloading k8s.io/klog/v2 v2.140.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading k8s.io/utils v0.0.0-20260626114624-be93311217bd
go: downloading sigs.k8s.io/randfill v1.0.0
go: downloading k8s.io/kube-openapi v0.0.0-20260603220949-865597e52e25
go: downloading sigs.k8s.io/structured-merge-diff/v6 v6.4.0
go: downloading github.com/go-logr/zapr v1.3.0
go: downloading k8s.io/apiserver v0.36.2
go: downloading gomodules.xyz/jsonpatch/v2 v2.5.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/cisco-open/k8s-objectmatcher v1.10.0
go: downloading github.com/json-iterator/go v1.1.12
go: downloading k8s.io/apiextensions-apiserver v0.36.2
go: downloading github.com/evanphx/json-patch/v5 v5.9.11
go: downloading github.com/evanphx/json-patch v5.9.11+incompatible
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading golang.org/x/net v0.56.0
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading go.yaml.in/yaml/v2 v2.4.4
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/client_model v0.6.2
go: downloading github.com/prometheus/common v0.69.0
go: downloading github.com/prometheus/procfs v0.20.1
go: downloading golang.org/x/sys v0.46.0
go: downloading google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af
go: downloading go.opentelemetry.io/collector/extension/extensionauth v1.62.0
go: downloading go.opentelemetry.io/collector/extension v1.62.0
go: downloading github.com/spf13/cobra v1.10.2
go: downloading go.opentelemetry.io/collector/confmap/xconfmap v0.156.0
go: downloading go.opentelemetry.io/collector/connector v0.156.0
go: downloading go.opentelemetry.io/collector/exporter v1.62.0
go: downloading go.opentelemetry.io/collector/extension/extensioncapabilities v0.156.0
go: downloading go.opentelemetry.io/collector/featuregate v1.62.0
go: downloading go.opentelemetry.io/collector/internal/componentalias v0.156.0
go: downloading go.opentelemetry.io/collector/processor v1.62.0
go: downloading go.opentelemetry.io/collector/receiver v1.62.0
go: downloading go.yaml.in/yaml/v3 v3.0.4
go: downloading go.opentelemetry.io/collector/component/componentstatus v0.156.0
go: downloading gonum.org/v1/gonum v0.17.0
go: downloading go.opentelemetry.io/collector/pipeline/xpipeline v0.156.0
go: downloading github.com/google/uuid v1.6.0
go: downloading go.opentelemetry.io/contrib/bridges/otelzap v0.19.0
go: downloading go.opentelemetry.io/contrib/otelconf v0.24.0
go: downloading go.opentelemetry.io/contrib/propagators/b3 v1.44.0
go: downloading go.opentelemetry.io/otel/log v0.20.0
go: downloading sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730
go: downloading golang.org/x/oauth2 v0.36.0
go: downloading k8s.io/component-base v0.36.2
go: downloading github.com/fsnotify/fsnotify v1.10.1
go: downloading github.com/cppforlife/go-patch v0.2.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/iancoleman/orderedmap v0.3.0
go: downloading github.com/spf13/cast v1.10.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee
go: downloading golang.org/x/time v0.15.0
go: downloading github.com/Masterminds/semver/v3 v3.5.0
go: downloading github.com/fxamacker/cbor/v2 v2.9.2
go: downloading golang.org/x/term v0.44.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading google.golang.org/grpc v1.82.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.10
go: downloading go.opentelemetry.io/collector/consumer v1.62.0
go: downloading go.opentelemetry.io/collector/internal/fanoutconsumer v0.156.0
go: downloading github.com/hashicorp/go-version v1.9.0
go: downloading golang.org/x/exp v0.0.0-20260611194520-c48552f49976
go: downloading go.opentelemetry.io/collector/connector/connectortest v0.156.0
go: downloading go.opentelemetry.io/collector/connector/xconnector v0.156.0
go: downloading go.opentelemetry.io/collector/consumer/xconsumer v0.156.0
go: downloading go.opentelemetry.io/collector/exporter/exportertest v0.156.0
go: downloading go.opentelemetry.io/collector/exporter/xexporter v0.156.0
go: downloading go.opentelemetry.io/collector/extension/extensiontest v0.156.0
go: downloading go.opentelemetry.io/collector/processor/processortest v0.156.0
go: downloading go.opentelemetry.io/collector/processor/xprocessor v0.156.0
go: downloading go.opentelemetry.io/collector/receiver/receivertest v0.156.0
go: downloading go.opentelemetry.io/collector/receiver/xreceiver v0.156.0
go: downloading go.opentelemetry.io/collector/service/hostcapabilities v0.156.0
go: downloading github.com/shirou/gopsutil/v4 v4.26.5
go: downloading go.opentelemetry.io/collector/internal/telemetry v0.156.0
go: downloading github.com/prometheus/otlptranslator v1.0.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.20.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.20.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.44.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.44.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.44.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.44.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.44.0
go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.66.0
go: downloading go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.20.0
go: downloading go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.44.0
go: downloading go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.44.0
go: downloading go.opentelemetry.io/otel/sdk v1.44.0
go: downloading go.opentelemetry.io/otel/sdk/log v0.20.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.44.0
go: downloading github.com/go-viper/mapstructure/v2 v2.5.0
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/knadh/koanf/maps v0.1.2
go: downloading github.com/knadh/koanf/providers/confmap v1.0.0
go: downloading github.com/knadh/koanf/v2 v2.3.5
go: downloading k8s.io/streaming v0.36.2
go: downloading golang.org/x/sync v0.21.0
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/go-openapi/jsonreference v0.21.6
go: downloading github.com/go-openapi/swag v0.26.1
go: downloading github.com/google/gnostic-models v0.7.1
go: downloading github.com/google/cel-go v0.28.1
go: downloading gopkg.in/evanphx/json-patch.v4 v4.13.0
go: downloading github.com/briandowns/spinner v1.23.2
go: downloading github.com/fatih/color v1.19.0
go: downloading github.com/wayneashleyberry/terminal-dimensions v1.1.0
go: downloading github.com/go-task/slim-sprig/v3 v3.0.0
go: downloading golang.org/x/tools v0.46.0
go: downloading golang.org/x/text v0.38.0
go: downloading github.com/x448/float16 v0.8.4
go: downloading go.opentelemetry.io/collector/pdata/pprofile v0.156.0
go: downloading go.opentelemetry.io/collector/component/componenttest v0.156.0
go: downloading go.opentelemetry.io/collector/consumer/consumertest v0.156.0
go: downloading go.opentelemetry.io/collector/consumer/consumererror v0.156.0
go: downloading go.opentelemetry.io/collector/pdata/testdata v0.156.0
go: downloading go.opentelemetry.io/collector/pdata/xpdata v0.156.0
go: downloading github.com/tklauser/go-sysconf v0.3.16
go: downloading go.opentelemetry.io/proto/otlp v1.10.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20260610212136-7ab31c22f7ad
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.2.1
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/go-openapi/jsonpointer v0.23.1
go: downloading github.com/go-openapi/swag/cmdutils v0.26.1
go: downloading github.com/go-openapi/swag/conv v0.26.1
go: downloading github.com/go-openapi/swag/fileutils v0.26.1
go: downloading github.com/go-openapi/swag/jsonname v0.26.1
go: downloading github.com/go-openapi/swag/jsonutils v0.26.1
go: downloading github.com/go-openapi/swag/loading v0.26.1
go: downloading github.com/go-openapi/swag/mangling v0.26.1
go: downloading github.com/go-openapi/swag/netutils v0.26.1
go: downloading github.com/go-openapi/swag/stringutils v0.26.1
go: downloading github.com/go-openapi/swag/typeutils v0.26.1
go: downloading github.com/go-openapi/swag/yamlutils v0.26.1
go: downloading cel.dev/expr v0.25.1
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20260610212136-7ab31c22f7ad
go: downloading github.com/mattn/go-colorable v0.1.14
go: downloading github.com/mattn/go-isatty v0.0.22
go: downloading github.com/google/pprof v0.0.0-20260402051712-545e8a4df936
go: downloading github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3
go: downloading github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55
go: downloading github.com/ebitengine/purego v0.10.0
go: downloading github.com/yusufpapurcu/wmi v1.2.4
go: downloading github.com/tklauser/numcpus v0.11.0
go: downloading github.com/cenkalti/backoff/v5 v5.0.3
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.34.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.69.0
go: downloading github.com/antlr4-go/antlr/v4 v4.13.1
go: downloading golang.org/x/mod v0.37.0
go: downloading github.com/go-ole/go-ole v1.2.6
go: downloading github.com/felixge/httpsnoop v1.1.0
go: downloading github.com/emicklei/go-restful/v3 v3.13.0
go: github.com/kube-logging/telemetry-controller/api/telemetry/v1alpha1 imports
	github.com/open-telemetry/opentelemetry-operator/apis/v1beta1: reading github.com/open-telemetry/opentelemetry-operator/apis/go.mod at revision apis/v0.0.0-unpublished: unknown revision apis/v0.0.0-unpublished

@renovate renovate Bot force-pushed the renovate/all branch 10 times, most recently from 0a3fd99 to 8f4dde5 Compare June 18, 2026 18:14
@renovate renovate Bot force-pushed the renovate/all branch 7 times, most recently from 36727bc to e8b6012 Compare June 22, 2026 18:57
@renovate renovate Bot force-pushed the renovate/all branch 8 times, most recently from 58f30ac to 6c65913 Compare June 25, 2026 17:58
@renovate renovate Bot force-pushed the renovate/all branch 10 times, most recently from cc53685 to 698c23b Compare July 6, 2026 19:56
@renovate renovate Bot force-pushed the renovate/all branch from 698c23b to 0e02e03 Compare July 7, 2026 12:57
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