{
  "schemaVersion": 3,
  "dataset": {
    "version": 3,
    "date": "2026-08-13",
    "group": {
      "id": "observability",
      "name": "Observability & Reliability"
    },
    "repository": {
      "id": "otel-collector",
      "repo": "open-telemetry/opentelemetry-collector",
      "name": "OpenTelemetry Collector",
      "keywords": [
        "OpenTelemetry Collector",
        "OpenTelemetry"
      ]
    },
    "context": {
      "repository": "open-telemetry/opentelemetry-collector",
      "url": "https://github.com/open-telemetry/opentelemetry-collector",
      "description": "OpenTelemetry Collector",
      "homepage": "https://opentelemetry.io",
      "language": "Go",
      "topics": [
        "metrics",
        "monitoring",
        "observability",
        "open-telemetry",
        "opentelemetry",
        "telemetry"
      ],
      "license": "Apache-2.0",
      "defaultBranch": "main",
      "stars": 7386,
      "forks": 2204,
      "openIssues": 714,
      "archived": false,
      "collectedAt": "2026-08-13T18:01:59.912613+00:00"
    },
    "news": {
      "repository": "open-telemetry/opentelemetry-collector",
      "collectedAt": "2026-08-13T18:01:59.912613+00:00",
      "latestRelease": {
        "repository": "open-telemetry/opentelemetry-collector",
        "tag": "v0.158.0",
        "title": "v1.64.0/v0.158.0",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.158.0",
        "publishedAt": "2026-08-04T13:44:21Z",
        "notes": "### Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.158.0\n\n## End User Changelog\n\n### 🚀 New components 🚀\n\n- `processor/queuebatch`: New `queuebatchprocessor` to replace the legacy `batchprocessor`. (#15047, #13582, #12022, #11308, #8272, #6046)\n  New implementation is based exporterhelper, uses same configuration as `sending_queue`.\n\n### 💡 Enhancements 💡\n\n- `cmd/mdatagen`: Add first-class extended type aliases (int64, duration, opaque_string, id, opaque_map, etc.) to config schemas in metadata.yaml (#15513)\n  Authors can now write `type: int64`, `type: duration`, `type: opaque_string`, `type: id`, or\n  `type: opaque_map` directly as a property type in the `config:` section of `metadata.yaml`.\n  Each alias expands to the correct JSON Schema representation and Go type automatically.\n  Existing uses of standard JSON Schema types, `format:`, and `x-customType:` remain supported\n  without migration.\n  \n- `extension/memory_limiter`: Promote the memory limiter extension to beta stability. (#14533)\n\n### 🧰 Bug fixes 🧰\n\n- `cmd/mdatagen`: Removes the extra line in the documentation.md around description (#15664)\n- `cmd/mdatagen`: Auto-enable v1 metrics when legacy metric is enabled and v1 feature gate is on (#15650)\n  When the v1 feature gate is enabled and a legacy metric is enabled, the corresponding\n  v1 metric is now programmatically enabled so users don't need to add the v1 metric\n  to their config.\n  \n- `cmd/mdatagen`: Fix incorrect collision warning for versioned metrics with different emitted names (#15648)\n  Same name collision detection (type/attribute checks) was being used for versioned metrics\n  with different names. This caused the legacy metric to be disabled which was incorrect and also\n  a warning msg was being incorrectly logged that stated the metrics had the same name when in\n  fact they had different names.\n  \n- `cmd/mdatagen`: Versioned metrics don't handle renamed attributes with same type (#15595)\n  Versioned metrics need to support emitting legacy and latest attributes when the metric name is the same but the\n  attributes names differ. This was not working when the attributes name changed but the type remained the same.\n  Here we add support to versioned metrics with renamed attributes where those attributes have the same type.\n  \n- `exporter/debug`: Fix profile sample attribute formatting for non-string values (#15647)\n  Previously, non-string values produced malformed output such as `%!s(int64=42)`.\n  Profile sample attributes now use the debug exporter's typed attribute format, such as `Int(42)`.\n  This will also change strings from `hello-world` to `Str(hello-world)`.\n  \n- `pkg/config/configtls`: Fix goroutine and file descriptor leak when `client_ca_file_reload` is enabled (#9221)\n  Every call to `ServerConfig.LoadTLSConfig` with `client_ca_file_reload` enabled started a\n  file watcher goroutine that could never be stopped, since the reloader was not reachable\n  from the returned `*tls.Config`. The client CA file is now checked for changes while TLS\n  handshakes are served, at most once per second, matching how `reload_interval` already\n  reloads the server certificate. No background goroutine is started, so nothing is left\n  behind when a server is torn down and recreated.\n  \n\n<!-- previous-version -->\n\n## API Changelog\n\n### 🛑 Breaking changes 🛑\n\n- `pkg/xconfmap`: Remove `Validator` and `Validate` (#15613)\n  Use the equivalent symbols in `confmap` instead.\n\n### 💡 Enhancements 💡\n\n- `cmd/mdatagen`: Add first-class extended type aliases (int64, duration, opaque_string, id, opaque_map, etc.) to config schemas in metadata.yaml (#15513)\n  Authors can now write `type: int64`, `type: duration`, `type: opaque_string`, `type: id`, or\n  `type: opaque_map` directly as a property type in the `config:` section of `metadata.yaml`.\n  Each alias expands to the correct JSON Schema representation and Go type automatically.\n  Existing uses of standard JSON Schema types, `format:`, and `x-customType:` remain supported\n  without migration.\n  \n- `pkg/config/configgrpc`: Mark configgrpc as stable (#9477)\n\n<!-- previous-version -->\n",
        "highlights": [
          "Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.158.0",
          "End User Changelog",
          "🚀 New components 🚀",
          "processor/queuebatch: New queuebatchprocessor to replace the legacy batchprocessor. (#15047, #13582, #12022, #11308, #8272, #6046)",
          "💡 Enhancements 💡",
          "cmd/mdatagen: Add first-class extended type aliases (int64, duration, opaquestring, id, opaquemap, etc.) to config schemas in metadata.yaml (#15513)"
        ],
        "prerelease": false
      },
      "upcoming": [
        {
          "repository": "open-telemetry/opentelemetry-collector",
          "kind": "milestone",
          "title": "OpAMP",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/milestone/29",
          "description": "",
          "progress": 100,
          "openIssues": 0,
          "closedIssues": 5
        },
        {
          "repository": "open-telemetry/opentelemetry-collector",
          "kind": "milestone",
          "title": "go.opentelemetry.io/collector/confighttp 1.0",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/milestone/56",
          "description": "",
          "progress": 83,
          "openIssues": 2,
          "closedIssues": 10
        },
        {
          "repository": "open-telemetry/opentelemetry-collector",
          "kind": "milestone",
          "title": "go.opentelemetry.io/collector/config/configgrpc 1.0",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/milestone/61",
          "description": "Tracking milestone for all the work to get to release version 1.0 for go.opentelemetry.io/collector/config/configgrpc go module.",
          "progress": 100,
          "openIssues": 0,
          "closedIssues": 11
        },
        {
          "repository": "open-telemetry/opentelemetry-collector",
          "kind": "milestone",
          "title": "go.opentelemetry.io/collector/configauth 1.0",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/milestone/62",
          "description": "",
          "progress": 100,
          "openIssues": 0,
          "closedIssues": 5
        },
        {
          "repository": "open-telemetry/opentelemetry-collector",
          "kind": "milestone",
          "title": "go.opentelemetry.io/service 1.0",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/milestone/70",
          "description": "",
          "progress": 100,
          "openIssues": 0,
          "closedIssues": 4
        }
      ],
      "communityDiscussions": []
    },
    "runs": [
      {
        "collectedAt": "2026-08-13T12:26:38.318Z",
        "since": "2026-08-12T12:26:38.318Z",
        "observedCount": 19,
        "changedCount": 19
      },
      {
        "collectedAt": "2026-08-13T13:48:00.446149Z",
        "since": "2026-08-12T13:48:00.446149Z",
        "observedCount": 17,
        "changedCount": 17
      },
      {
        "collectedAt": "2026-08-13T16:19:22.035158Z",
        "since": "2026-08-12T16:19:22.035158Z",
        "observedCount": 19,
        "changedCount": 10
      },
      {
        "collectedAt": "2026-08-13T17:43:20.785491Z",
        "since": "2026-08-12T17:43:20.785491Z",
        "observedCount": 21,
        "changedCount": 6
      },
      {
        "collectedAt": "2026-08-13T17:47:07.884300Z",
        "since": "2026-08-12T17:47:07.884300Z",
        "observedCount": 21,
        "changedCount": 1
      },
      {
        "collectedAt": "2026-08-13T18:01:55.420671Z",
        "since": "2026-08-12T18:01:55.420671Z",
        "observedCount": 22,
        "changedCount": 3
      }
    ],
    "signals": [
      {
        "id": "github:open-telemetry/opentelemetry-collector:issue:14674",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "issue",
        "title": "`otelcol_exporter_queue_batch_send_size_bytes` records size for batches coming to the queue",
        "text": "### Component(s) _No response_ ### What happened? **Describe the bug** <!-- A clear and concise description of what the bug is. --> Metric `otelcol_exporter_queue_batch_send_size_bytes` is described as: https://github.com/open-telemetry/opentelemetry-collector/blob/91ba72118c1e38f5bd171c6f3bffcc8aa88582b9/exporter/exporterhelper/internal/metadata/generated_telemetry.go#L149-L154 This leads me to believe it is the size of the batch after batching has been performed, however, the metric is recorded before the batch is added to the queue: https://github.com/open-telemetry/opentelemetry-collector/blob/91ba72118c1e38f5bd171c6f3bffcc8aa88582b9/exporter/exporterhelper/internal/queue/obs_queue.go#L99 **Steps to reproduce** <!-- If possible, provide a recipe for reproducing the error. --> N/A **What did you expect to see?** <!-- A clear and concise description of what you expected to see. --> Based on the description, I was under the impression I will observe the batch size after batching is performed. **What did you see instead?** <!-- A clear and concise description of what you saw instead. --> The metric plots the batch size when it is added to the queue. ### Collector version main ### Environment information ## Environment OS: (e.g., \"Ubuntu 20.04\") Compiler(if manually compiled): (e.g., \"go 14.2\") ### OpenTelemetry Collector configuration ```yaml ``` ### Log output ```shell ``` ### Additional context I think we should either update the documentation to correctly mention what the metric represents or update the metric to record the batch size post-batching. If the later is preferred, I wonder if we should have another metric to record the data post batching. ### Tip <sub>[React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. Learn more [here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/issues/14674",
        "createdAt": "2026-03-02T23:31:34Z",
        "updatedAt": "2026-08-13T14:26:54Z",
        "timestamp": "2026-08-13T14:26:54Z",
        "metrics": {
          "reactions": 1,
          "comments": 10
        },
        "labels": [
          "bug"
        ],
        "author": "lahsivjar",
        "state": "closed",
        "assignees": []
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:issue:15704",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "issue",
        "title": "AIX support for tier 2",
        "text": "### Component(s) _No response_ ### Describe the issue you're reporting Following on #13380, now that we build AIX, this issue is to track moving to tier 2. ### Tip <sub>[React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. Learn more [here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/issues/15704",
        "createdAt": "2026-08-03T04:49:20Z",
        "updatedAt": "2026-08-13T00:30:29Z",
        "timestamp": "2026-08-13T00:30:29Z",
        "metrics": {
          "reactions": 0,
          "comments": 0
        },
        "labels": [],
        "author": "atoulme",
        "state": "open",
        "assignees": []
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:issue:15747",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "issue",
        "title": "[exporterhelper] Unbounded memory growth in queuebatch split path when flush workers are starved by a slow-draining exporter (sizer: bytes)",
        "text": "### Component(s) exporter/exporterhelper ### What happened? **Describe the bug** With `sending_queue.sizer: bytes` on the Kafka exporter, a collector's memory grew to ~200GB RSS / ~368% CPU when Kafka was slow but alive (backpressure, not an outage — no errors, no rejections). We are seeing multiple collectors start to show this and consume more resources on hosts that allocated. **Steps to reproduce** 1. `filelog` receiver → `kafka` exporter, no `batch` processor in the pipeline (batching done via `sending_queue.batch`, config below). 2. Drive sustained log volume above what the broker can absorb. 3. Make Kafka slow but healthy — produce requests succeed, just much slower than ingest. Don't blackhole or reject; let all `num_consumers` workers end up occupied. 4. Watch RSS climb without bound. 5. Capture `/debug/pprof/heap` — retention sits under `queuebatch.(*defaultBatcher).Consume → MergeSplit → split → extractLogs`. **pprof call chain** (99.6% of a 36GB in-use heap): ``` queuebatch.(*defaultBatcher).Consume └─ (*logsRequest).MergeSplit logs_batch.go:39 └─ (*logsRequest).split └─ extractLogs └─ plog.ResourceLogsSlice.RemoveIf └─ plog.NewLogs ``` Goroutine dump: 304 goroutines, flat over time (not a goroutine leak) — the consumer goroutine is repeatedly inside `MergeSplit`, matching the CPU spike. **What did you expect to see?** **Expected ceiling:** `queue_size: 100000000` bytes + `num_consumers` × `max_size: 990000` ≈ 105MB. **Observed:** heap snapshot at 36GB, ~340x over the configured bound. `memory_limiter` (500MiB) could not reclaim any of it, because the memory is live, not garbage. RSS reached ~200GB on a 376GiB host (~53%) before intervention, trending toward an OOM kill, not yet there. **Suspected mechanism:** `split()` eagerly builds the *entire* chunk list before returning any of it. `flush()` blocks until a worker is free (the source comment says exactly this). When every `num_consumers` worker is occupied by a slow produce call, ` Consume`'s loop stalls on chunk 0 while every remaining chunk — each a freshly allocated `plog.Logs` stays live and reachable, uncounted by `queue_size` or any other bound. ### Collector version 0.127.0 ### Environment information ## Environment OS: RHEL 7 Arch: amd64 (x86_64) CPUs: 2 sockets x 16 cores Host memory: 385264 MiB (~376 GiB) Deployment: on-host binary (otelcol-contrib), bare metal/VM, not Kubernetes GOMEMLIMIT: unset (not set in the systemd unit or Puppet template, no override elsewhere — Go default, no soft memory cap) Downstream: Apache Kafka ### OpenTelemetry Collector configuration ```yaml receivers: filelog: # on-host application log tailing processors: memory_limiter: limit_mib: 500 # no batch processor here - batching is sending_queue.batch on the exporter # no k8sattributes processor exporters: kafka/filelogs: # brokers, topic, encoding elided # no partition_logs_by_resource_attributes, no include_metadata_keys sending_queue: block_on_overflow: true sizer: bytes queue_size: 100000000 batch: flush_timeout: 200ms min_size: 990000 max_size: 990000 service: pipelines: logs: receivers: [filelog] processors: [memory_limiter] exporters: [kafka/filelogs] ``` ### Log output ```shell No exporter errors, no broker rejections, no \"record exceeds max size\" warnings during the runaway. The only signal is `memory_limiter` refusing new data at the filelog receiver once its soft limit was breached, never recovers. Captured from example host: {\"level\":\"error\",\"ts\":\"2026-08-10T11:48:54.770+0100\",\"caller\":\"consumerretry/logs.go:87\",\"msg\":\"Max elapsed time expired. Dropping data.\",\"resource\":{},\"otelcol.component.id\":\"filelog/3\",\"otelcol.component.kind\":\"receiver\",\"otelcol.signal\":\"logs\",\"error\":\"data refused due to high memory usage\",\"dropped_items\":100} {\"level\":\"error\",\"ts\":\"2026-08-10T11:48:54.770+0100\",\"caller\":\"adapter/receiver.go:61\",\"msg\":\"ConsumeLogs() failed\",\"resource\":{},\"otelcol.component.id\":\"filelog/3\",\"otelcol.component.kind\":\"receiver\",\"otelcol.signal\":\"logs\",\"error\":\"data refused due to high memory usage\"} {\"level\":\"error\",\"ts\":\"2026-08-10T11:48:55.069+0100\",\"caller\":\"consumerretry/logs.go:87\",\"msg\":\"Max elapsed time expired. Dropping data.\",\"resource\":{},\"otelcol.component.id\":\"filelog/1\",\"otelcol.component.kind\":\"receiver\",\"otelcol.signal\":\"logs\",\"error\":\"data refused due to high memory usage\",\"dropped_items\":100} Both stacktraces bottom out in the same `stanza` fileconsumer/adapter chain (`internal/coreinternal/consumerretry` → `adapter.(*receiver).consumeEntries` → `stanza/operator/...` → `fileconsumer/internal/reader`) — i.e. `memory_l imiter` is refusing at the *receiver* ingestion path, downstream of where the exporter-side batcher has already retained the heap. This is consistent with the diagnosed sequence: the queuebatch split-path leak balloons memory first; `memory_limiter` only starts rejecting new reads afterward, once it's already too late to unwind what the batcher is holding. ``` ### Additional context Analysis and bug report generated via Claude from live heap and goroutine pprof captures from the affected host. While the version seen is a little behind current release, Claude agent verified latest release and code path was verified unchanged through main ### Tip <sub>[React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. Learn more [here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/issues/15747",
        "createdAt": "2026-08-10T13:41:26Z",
        "updatedAt": "2026-08-13T15:52:50Z",
        "timestamp": "2026-08-13T15:52:50Z",
        "metrics": {
          "reactions": 0,
          "comments": 2
        },
        "labels": [
          "bug",
          "needs triage"
        ],
        "author": "CaptainPickles89",
        "state": "open",
        "assignees": []
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:issue:15758",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "issue",
        "title": "[docs] component status docs are out of date",
        "text": "While reviewing #15756, I noticed that the behavior for component status was changed in #14638, but the documentation is out of date. They should be updated to describe the current behavior.",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/issues/15758",
        "createdAt": "2026-08-13T17:03:41Z",
        "updatedAt": "2026-08-13T17:05:53Z",
        "timestamp": "2026-08-13T17:05:53Z",
        "metrics": {
          "reactions": 0,
          "comments": 0
        },
        "labels": [],
        "author": "mwear",
        "state": "open",
        "assignees": []
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:issue:8903",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "issue",
        "title": "Dependency Dashboard",
        "text": "> ℹ️ **Note** > > This PR body was truncated due to platform limits. This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.<br>[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). ## Repository Problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/open-telemetry/opentelemetry-collector). - ⚠️ WARN: Package lookup failures ## Abandoned Dependencies The following dependencies have not received updates for an extended period and may be unmaintained. <details> <summary>View abandoned dependencies (108)</summary> > [!NOTE] Packages are marked as abandoned when they exceed the [`abandonmentThreshold`](https://docs.renovatebot.com/configuration-options/#abandonmentthreshold) since their last release. Unlike deprecated packages with official notices, abandonment is detected by release inactivity. > | Datasource | Package | Last Updated | |------------|------|-------------| | github-actions | [actions-ecosystem/action-remove-labels](https://redirect.github.com/actions-ecosystem/action-remove-labels) | `2021-09-08` | | github-actions | [ludeeus/action-shellcheck](https://redirect.github.com/ludeeus/action-shellcheck) | `2023-01-29` | | gomod | [github.com/a8m/envsubst](https://redirect.github.com/a8m/envsubst) | `2025-02-24` | | gomod | [github.com/client9/misspell](https://redirect.github.com/client9/misspell) | `2018-03-09` | | gomod | [github.com/ettle/strcase](https://redirect.github.com/ettle/strcase) | `2023-01-14` | | gomod | [github.com/gobwas/glob](https://redirect.github.com/gobwas/glob) | `2018-02-08` | | gomod | [github.com/golang/snappy](https://redirect.github.com/golang/snappy) | `2023-12-25` | | gomod | [github.com/google/addlicense](https://redirect.github.com/google/addlicense) | `2025-07-16` | | gomod | [github.com/google/go-cmp](https://redirect.github.com/google/go-cmp) | `2025-01-14` | | gomod | [github.com/google/uuid](https://redirect.github.com/google/uuid) | `2024-01-23` | | gomod | [github.com/hashicorp/golang-lru/v2](https://redirect.github.com/hashicorp/golang-lru) | `2023-09-21` | | gomod | [github.com/iancoleman/strcase](https://redirect.github.com/iancoleman/strcase) | `2023-07-13` | | gomod | [github.com/iimos/ucum](https://redirect.github.com/iimos/ucum) | `2025-04-12` | | gomod | [github.com/jcchavezs/porto](https://redirect.github.com/jcchavezs/porto) | `2024-10-02` | | gomod | [github.com/json-iterator/go](https://redirect.github.com/json-iterator/go) | `2021-09-11` | | gomod | [github.com/pavius/impi](https://redirect.github.com/pavius/impi) | `2020-05-24` | | gomod | [github.com/prometheus/client_model](https://redirect.github.com/prometheus/client_model) | `2025-04-11` | | gomod | [github.com/rs/cors](https://redirect.github.com/rs/cors) | `2024-08-29` | | gomod | [go.uber.org/goleak](https://redirect.github.com/uber-go/goleak) | `2023-10-24` | | gomod | [go.uber.org/multierr](https://redirect.github.com/uber-go/multierr) | `2023-03-29` | </details> ## Awaiting Schedule The following updates are awaiting their schedule. To get an update now, click on a checkbox below. - [ ] <!-- unschedule-branch=renovate/all-golang.orgx-packages -->Update All golang.org/x packages (`golang.org/x/net`, `golang.org/x/text`, `golang.org/x/tools`) ## PR Edited (Blocked) The following updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox below. - [ ] <!-- rebase-branch=renovate/github.com-klauspost-compress-1.x -->[Update module github.com/klauspost/compress to v1.19.2](../pull/15749) - [ ] <!-- rebase-branch=renovate/all-github.comknadhkoanf-packages -->[Update module github.com/knadh/koanf/maps to v0.1.3](../pull/15750) --- > [!WARNING] > Renovate failed to look up the following dependencies: `Failed to look up go package go.opentelemetry.io/collector/connector: no-result`, `Failed to look up go package go.opentelemetry.io/collector/pipeline: no-result`, `Failed to look up go package go.opentelemetry.io/collector/extension/extensiontest: no-result`. > > Files affected: `cmd/mdatagen/go.mod`, `cmd/otelcorecol/go.mod`, `component/componentstatus/go.mod`, `config/configstorage/go.mod`, `connector/connectortest/go.mod`, `connector/forwardconnector/go.mod`, `connector/go.mod`, `connector/xconnector/go.mod`, `exporter/exporterhelper/go.mod`, `exporter/exportertest/go.mod`, `exporter/go.mod`, `exporter/xexporter/go.mod`, `extension/memorylimiterextension/go.mod`, `extension/zpagesextension/go.mod`, `internal/e2e/go.mod`, `otelcol/go.mod`, `otelcol/otelcoltest/go.mod`, `pipeline/xpipeline/go.mod`, `processor/go.mod`, `processor/memorylimiterprocessor/go.mod`, `processor/processorhelper/go.mod`, `processor/processortest/go.mod`, `processor/xprocessor/go.mod`, `receiver/go.mod`, `receiver/receiverhelper/go.mod`, `receiver/receivertest/go.mod`, `receiver/xreceiver/go.mod`, `scraper/go.mod`, `scraper/scraperhelper/go.mod`, `scraper/xscraper/go.mod`, `service/go.mod`, `service/hostcapabilities/go.mod` --- ## Open The following updates have all been created. To force a retry/rebase of any, click on a checkbox below. - [ ] <!-- rebase-branch=renovate/github-actions-deps -->[Update github-actions deps](../pull/15576) (`CodSpeedHQ/action`, `actions/checkout`, `actions/setup-go`, `actions/setup-node`, `actions/stale`, `github/codeql-action`, `lycheeverse/lychee-action`, `ossf/scorecard-action`, `zizmorcore/zizmor-action`) - [ ] <!-- rebase-branch=renovate/github.com-dkorunic-betteralign-0.x -->[Update module github.com/dkorunic/betteralign to v0.14.3](../pull/15113) - [ ] <!-- rebase-branch=renovate/github.com-golangci-golangci-lint-v2-2.x -->[Update module github.com/golangci/golangci-lint/v2 to v2.12.2](../pull/14677) - [ ] <!-- rebase-branch=renovate/major-github-actions-deps -->[Update github-actions deps (major)](../pull/15579) (`CodSpeedHQ/action`, `actions/setup-go`, `actions/setup-node`, `actions/stale`) - [ ] <!-- rebase-all-open-prs -->**Click on this checkbox to rebase all open PRs at once** ## Detected Dependencies > [!NOTE] > Detected dependencies section has been truncated <details><summary>github-actions (37)</summary> <blockquote> <details><summary>.github/workflows/add-labels-and-owners.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/add-labels-command.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/add-rfc-label.yml (1)</summary> - `ubuntu 24.04` </details> <details><summary>.github/workflows/api-compatibility.yml (4)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/approve-workflows.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` - `ubuntu 24.04` </details> <details><summary>.github/workflows/build-and-test-arm.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/build-and-test-windows.yaml (6)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/build-and-test.yml (27)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/setup-node v6.4.0@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e` → [Updates: `v6.5.0`, `v7.0.0`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/upload-artifact v7.0.1@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `codecov/codecov-action v7.0.0@fb8b3582c8e4def4969c97caa2f19720cb33a72f` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `node 24` </details> <details><summary>.github/workflows/builder-integration-test.yaml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/builder-snapshot.yaml (11)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `sigstore/cosign-installer v4.1.2@6f9f17788090df1f26f669e9d70d6ae9567deba6` - `anchore/sbom-action v0.24.0@e22c389904149dbc22b58101806040fa8d37a610` - `docker/setup-qemu-action v4.2.0@96fe6ef7f33517b61c61be40b68a1882f3264fb8` - `docker/setup-buildx-action v4.2.0@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c` - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `goreleaser/goreleaser-action v7.2.3@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94` - `goreleaser/goreleaser-action v7.2.3@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94` - `ubuntu 24.04` </details> <details><summary>.github/workflows/changelog.yml (4)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `lycheeverse/lychee-action v2.8.0@8646ba30535128ac92d33dfc9133794bfdd9b411` → [Updates: `v2.9.0`] </details> <details><summary>.github/workflows/check-codeowners.yaml (5)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v6.5.0`, `v7.0.0`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` - `ubuntu 24.04` </details> <details><summary>.github/workflows/check-links.yaml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `lycheeverse/lychee-action v2.8.0@8646ba30535128ac92d33dfc9133794bfdd9b411` → [Updates: `v2.9.0`] </details> <details><summary>.github/workflows/check-merge-freeze.yml (1)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] </details> <details><summary>.github/workflows/check-pr-issue-link.yml</summary> </details> <details><summary>.github/workflows/codeql-analysis.yml (6)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `github/codeql-action v4.36.3@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a` → [Updates: `v4.37.7`] - `github/codeql-action v4.36.3@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a` → [Updates: `v4.37.7`] - `github/codeql-action v4.36.3@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a` → [Updates: `v4.37.7`] </details> <details><summary>.github/workflows/contrib-tests.yml (6)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/upload-artifact v7.0.1@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/download-artifact v8.0.1@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c` - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/fossa.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `fossas/fossa-action v2.0.0@29693cc50323968e039056be419b32989fc5880c` </details> <details><summary>.github/workflows/go-benchmarks.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `CodSpeedHQ/action v4.18.2@4e969336ab9acd4f6f8d025fdd793292b0835df0` → [Updates: `v4.19.1`, `v5.0.3`] </details> <details><summary>.github/workflows/lint-workflow-files.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v6.5.0`, `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/milestone-add-to-pr.yml (1)</summary> - `actions/github-script v9.0.0@3a2844b7e9c422d3c10d287c895573f7108da1b3` </details> <details><summary>.github/workflows/perf.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/ping-codeowners-issues.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/ping-codeowners-on-new-issue.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/ping-codeowners-prs.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/prepare-release.yml (6)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` </details> <details><summary>.github/workflows/release-branch.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/rerun-workflows.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` - `ubuntu 24.04` </details> <details><summary>.github/workflows/scorecard.yml (4)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ossf/scorecard-action v2.4.3@4eaacf0543bb3f2c246792bd56e8cdeffafb205a` → [Updates: `v2.4.4`] - `actions/upload-artifact v7.0.1@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a` - `github/codeql-action v4.36.3@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a` → [Updates: `v4.37.7`] </details> <details><summary>.github/workflows/shellcheck.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ludeeus/action-shellcheck 2.0.0@00cae500b08a931fb5698e11e79bfbd38e612a38` </details> <details><summary>.github/workflows/sourcecode-release.yaml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/github-script v9.0.0@3a2844b7e9c422d3c10d287c895573f7108da1b3` </details> <details><summary>.github/workflows/spell-check.yaml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `streetsidesoftware/cspell-action v8.4.0@de2a73e963e7443969755b648a1008f77033c5b2` </details> <details><summary>.github/workflows/stale-pr.yaml (1)</summary> - `actions/stale v10.3.0@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899` → [Updates: `v10.4.0`, `v11.0.0`] </details> <details><summary>.github/workflows/survey-on-merged-pr.yml (1)</summary> - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` </details> <details><summary>.github/workflows/tidy-dependencies.yml (4)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions-ecosystem/action-remove-labels v1.3.0@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0` </details> <details><summary>.github/workflows/weekly-slack-report.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/zizmor.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `zizmorcore/zizmor-action v0.5.7@192e21d79ab29983730a13d1382995c2307fbcaa` → [Updates: `v0.6.2`] </details> </blockquote> </details> <details><summary>gomod (63)</summary> <blockquote> <details><summary>client/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>cmd/builder/go.mod (14)</summary> - `go 1.25.0` - `github.com/knadh/koanf/parsers/yaml v1.1.1` - `github.com/knadh/koanf/providers/env/v2 v2.0.1` - `github.com/knadh/koanf/providers/file v1.2.1` - `github.com/knadh/koanf/providers/fs v1.0.1` - `github.com/knadh/koanf/v2 v2.3.6` - `github.com/spf13/cobra v1.10.2` - `github.com/spf13/pflag v1.0.10` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` - `go.yaml.in/yaml/v3 v3.0.5` - `golang.org/x/mod v0.39.0` </details> <details><summary>cmd/mdatagen/go.mod (45)</summary> - `go 1.25.0` - `github.com/google/go-cmp v0.7.0` - `github.com/iimos/ucum v0.0.3` - `github.com/spf13/cobra v1.10.2` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/fileprovider v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/connectortest v0.158.0` - `go.opentelemetry.io/collector/connector/xconnector v0.158.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/featuregate v1.64.0` - `go.opentelemetry.io/collector/filter v0.158.0` - `go.opentelemetry.io/collector/internal/schemagen v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/xpdata v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` - `go.opentelemetry.io/collector/processor v1.64.0` - `go.opentelemetry.io/collector/processor/processortest v0.158.0` - `go.opentelemetry.io/collector/processor/xprocessor v0.158.0` - `go.opentelemetry.io/collector/receiver v1.64.0` - `go.opentelemetry.io/collector/receiver/receivertest v0.158.0` - `go.opentelemetry.io/collector/receiver/xreceiver v0.158.0` - `go.opentelemetry.io/collector/scraper v0.158.0` - `go.opentelemetry.io/collector/scraper/scraperhelper v0.158.0` - `go.opentelemetry.io/collector/scraper/scrapertest v0.158.0` - `go.opentelemetry.io/collector/scraper/xscraper v0.158.0` - `go.opentelemetry.io/collector/service/hostcapabilities v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.opentelemetry.io/otel/metric v1.45.0` - `go.opentelemetry.io/otel/sdk/metric v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` - `go.yaml.in/yaml/v3 v3.0.5` - `golang.org/x/text v0.40.0` → [Updates: `v0.41.0`] </details> <details><summary>cmd/otelcorecol/go.mod (28)</summary> - `go 1.25.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/envprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/fileprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/httpprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/httpsprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/yamlprovider v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/forwardconnector v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/debugexporter v0.158.0` - `go.opentelemetry.io/collector/exporter/nopexporter v0.158.0` - `go.opentelemetry.io/collector/exporter/otlpexporter v0.158.0` - `go.opentelemetry.io/collector/exporter/otlphttpexporter v0.158.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/memorylimiterextension v0.158.0` - `go.opentelemetry.io/collector/extension/zpagesextension v0.158.0` - `go.opentelemetry.io/collector/otelcol v0.158.0` - `go.opentelemetry.io/collector/processor v1.64.0` - `go.opentelemetry.io/collector/processor/batchprocessor v0.158.0` - `go.opentelemetry.io/collector/processor/memorylimiterprocessor v0.158.0` - `go.opentelemetry.io/collector/processor/queuebatchprocessor v0.158.0` - `go.opentelemetry.io/collector/receiver v1.64.0` - `go.opentelemetry.io/collector/receiver/nopreceiver v0.158.0` - `go.opentelemetry.io/collector/receiver/otlpreceiver v0.158.0` - `go.opentelemetry.io/collector/service v0.158.0` - `golang.org/x/sys v0.47.0` </details> <details><summary>cmd/schemagen/go.mod (5)</summary> - `go 1.25.0` - `github.com/iancoleman/strcase v0.3.0` - `github.com/stretchr/testify v1.11.1` - `go.yaml.in/yaml/v3 v3.0.5` - `golang.org/x/tools v0.48.0` → [Updates: `v0.49.0`] </details> <details><summary>component/componentstatus/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` </details> <details><summary>component/componenttest/go.mod (11)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/otel/metric v1.45.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/sdk/metric v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>component/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/otel/metric v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>config/configauth/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth/extensionauthtest v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configcompression/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configgrpc/go.mod (26)</summary> - `go 1.25.0` - `github.com/golang/snappy v1.0.0` - `github.com/klauspost/compress v1.19.1` → [Updates: `v1.19.2`] - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/client v1.64.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/configcompression v1.64.0` - `go.opentelemetry.io/collector/config/configmiddleware v1.64.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth/extensionauthtest v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware/extensionmiddlewaretest v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.70.0` - `go.opentelemetry.io/otel v1.45.0` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>config/confighttp/go.mod (28)</summary> - `go 1.25.0` - `github.com/golang/snappy v1.0.0` - `github.com/klauspost/compress v1.19.1` → [Updates: `v1.19.2`] - `github.com/pierrec/lz4/v4 v4.1.28` - `github.com/rs/cors v1.11.1` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/client v1.64.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/configcompression v1.64.0` - `go.opentelemetry.io/collector/config/configmiddleware v1.64.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth/extensionauthtest v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware/extensionmiddlewaretest v0.158.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.70.0` - `go.opentelemetry.io/otel v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `golang.org/x/net v0.57.0` → [Updates: `v0.58.0`] - `go.opentelemetry.io/collector/confmap v1.64.0` </details> <details><summary>config/confighttp/xconfighttp/go.mod (8)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/confighttp v0.158.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.70.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` </details> <details><summary>config/configmiddleware/go.mod (8)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware/extensionmiddlewaretest v0.158.0` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>config/confignet/go.mod (4)</summary> - `go 1.25.0` - `github.com/Microsoft/go-winio v0.6.2` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configopaque/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` - `go.yaml.in/yaml/v3 v3.0.5` </details> <details><summary>config/configoptional/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configretry/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configstorage/go.mod (6)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension/xextension v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configtelemetry/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configtls/go.mod (8)</summary> - `go 1.25.0` - `github.com/foxboron/go-tpm-keyfiles v0.0.0-20250903184740-5d135037bd4d@5d135037bd4d` → [Updates: `v0.0.0-20260427185012-515ba073c4c1`] - `github.com/google/go-tpm v0.9.8` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/go.mod (13)</summary> - `go 1.25.0` - `github.com/go-viper/mapstructure/v2 v2.5.0` - `github.com/gobwas/glob v0.2.3` - `github.com/knadh/koanf/maps v0.1.2` → [Updates: `v0.1.3`] - `github.com/knadh/koanf/providers/confmap v1.0.1` - `github.com/knadh/koanf/v2 v2.3.6` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/featuregate v1.64.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` - `go.yaml.in/yaml/v3 v3.0.5` </details> <details><summary>confmap/internal/e2e/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/envprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/fileprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/xconfmap v0.158.0` </details> <details><summary>confmap/provider/envprovider/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>confmap/provider/fileprovider/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/provider/httpprovider/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/provider/httpsprovider/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/provider/yamlprovider/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/xconfmap/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` </details> <details><summary>connector/connectortest/go.mod (13)</summary> - `go 1.25.0` - `github.com/google/uuid v1.6.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/xconnector v0.158.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>connector/forwardconnector/go.mod (16)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/connectortest v0.158.0` - `go.opentelemetry.io/collector/connector/xconnector v0.158.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>connector/go.mod (12)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.opentelemetry.io/collector/internal/fanoutconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` </details> <details><summary>connector/xconnector/go.mod (13)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.opentelemetry.io/collector/internal/fanoutconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` </details> <details><summary>consumer/consumererror/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>consumer/consumererror/xconsumererror/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` </details> <details><summary>consumer/consumertest/go.mod (8)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>consumer/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>consumer/xconsumer/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` </details> <details><summary>exporter/debugexporter/go.mod (20)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configtelemetry v0.158.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pdata/xpdata v0.158.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `golang.org/x/sys v0.47.0` </details> <details><summary>exporter/exporterhelper/go.mod (35)</summary> - `go 1.25.0` - `github.com/cenkalti/backoff/v7 v7.0.0` - `github.com/hashicorp/golang-lru/v2 v2.0.7` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/client v1.64.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/extension/extensiontest v0.158.0` - `go.opentelemetry.io/collector/extension/xextension v0.158.0` - `go.opentelemetry.io/collector/featuregate v1.64.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pdata/xpdata v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.opentelemetry.io/otel/metric v1.45.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/sdk/metric v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` - `google.golang.org/grpc v1.83.0` - `google.golang.org/protobuf v1.36.12` </details> <details><summary>exporter/exporterhelper/xexporterhelper/go.mod (23)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/consumer/consumererror/xconsumererror v0.158.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pdata/xpdata v0.158.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>exporter/exportertest/go.mod (18)</summary> - `go 1.25.0` - `github.com/google/uuid v1.6.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/receiver v1.64.0` - `go.opentelemetry.io/collector/receiver/receivertest v0.158.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>exporter/go.mod (13)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>exporter/nopexporter/go.mod (12)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>exporter/otlpexporter/go.mod (30)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector v0.158.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/configcompression v1.64.0` - `go.opentelemetry.io/collector/config/configgrpc v1.64.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `google.golang.org/genproto/googleapis/rpc v0.0.0-20260803160001-6ac0973c030d@6ac0973c030d` → [Updates: `v0.0.0-20260810153831-ec0a7760b754`] - `google.golang.org/grpc v1.83.0` - `google.golang.org/protobuf v1.36.12` </details> <details><summary>exporter/otlphttpexporter/go.mod (28)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector v0.158.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configcompression v1.64.0` - `go.opentelemetry.io/collector/config/confighttp v0.158.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa@3dc84a4a5aaa` → [Updates: `v0.0.0-20260810153831-ec0a7760b754`] - `google.golang.org/grpc v1.83.0` - `google.golang.org/protobuf v1.36.12` </details> <details><summary>exporter/xexporter/go.mod (8)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` </details> <details><summary>extension/extensionauth/extensionauthtest/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth v1.64.0` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/extensionauth/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/extensioncapabilities/go.mod (4)</summary> - `go 1.25.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` </details> <details><summary>extension/extensionmiddleware/extensionmiddlewaretest/go.mod (6)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/extensionmiddleware/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/extensiontest/go.mod (6)</summary> - `go 1.25.0` - `github.com/google/uuid v1.6.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/extension v1.64.0` </details> <details><summary>extension/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>extension/memorylimiterextension/go.mod (12)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `go.opentelemetry.io/collector/extension/extensiontest v0.158.0` - `go.opentelemetry.io/collector/internal/memorylimiter v0.158.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/xextension/go.mod (6)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` </details> <details><summary>extension/zpagesextension/go.mod (18)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componentstatus v0.158.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/confighttp v0.158.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensiontest v0.158.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/contrib/zpages v0.70.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>featuregate/go.mod (5)</summary> - `go 1.25.0` - `github.com/hashicorp/go-version v1.9.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` </details> <details><summary>filter/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` </details> <details><summary>go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa@3dc84a4a5aaa` → [Updates: `v0.0.0-20260810153831-ec0a7760b754`] - `google.golang.org/grpc v1.83.0` - `google.golang.org/protobuf v1.36.12` </details> <details><summary>internal/cmd/pdatagen/go.mod (2)</summary> - `go 1.25.0` - `github.com/ettle/strcase v0.2.0` </details> <details><summary>internal/componentalias/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` </details> <details><summary>internal/e2e/go.mod (27)</summary> - `go 1.25.0` - `github.com/google/go-cmp v0.7.0` - `github.com/google/uuid v1.6.0` - `github.com/prometheus/client_model v0.6.2` - `github.com/prometheus/common v0.70.1` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componentstatus v0.158.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/configgrpc v1.64.0` - `go.opentelemetry.io/collector/config/confighttp v0.158.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/config/configtelemetry v0.158.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/envprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/fileprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/yamlprovider v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/connectortest v0.158.0` - `go.opentelemetry.io/collector/consumer v1.6 > ✂ **Note** > > PR body was truncated to here.",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/issues/8903",
        "createdAt": "2023-11-14T20:39:08Z",
        "updatedAt": "2026-08-13T17:53:22Z",
        "timestamp": "2026-08-13T17:53:22Z",
        "metrics": {
          "reactions": 0,
          "comments": 0
        },
        "labels": [],
        "author": "renovate[bot]",
        "state": "open",
        "assignees": [],
        "change": "updated"
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:pull_request:14677",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "pull_request",
        "title": "Update module github.com/golangci/golangci-lint/v2 to v2.12.2",
        "text": "This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/golangci/golangci-lint/v2](https://redirect.github.com/golangci/golangci-lint) | `v2.6.2` → `v2.12.2` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgolangci%2fgolangci-lint%2fv2/v2.12.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgolangci%2fgolangci-lint%2fv2/v2.6.2/v2.12.2?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/8903) for more information. --- ### Release Notes <details> <summary>golangci/golangci-lint (github.com/golangci/golangci-lint/v2)</summary> ### [`v2.12.2`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2122) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.12.1...v2.12.2) *Released on 2026-05-06* 1. Linters bug fixes - `gomodguard_v2`: fix blocked configuration - `gomodguard_v2`: from 2.1.0 to 2.1.3 - `iface`: from 1.4.1 to 1.4.2 ### [`v2.12.1`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2121) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.12.0...v2.12.1) *Released on 2026-05-01* 1. Linters bug fixes - `gomodguard_v2`: fix panic with migration suggestion 2. Misc. - fix `install.sh` script (if you are still using an URL based on the branch `master`, please update to use `https://golangci-lint.run/install.sh`) ### [`v2.12.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2120) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.11.4...v2.12.0) *Released on 2026-05-01* 1. New linters - Add `clickhouselint` linter <https://github.com/ClickHouse/clickhouse-go-linter> 2. Linters new features or changes - `dupl`: from [`f665c8d`](https://redirect.github.com/golangci/golangci-lint/commit/f665c8d69b32) to [`c99c5cf`](https://redirect.github.com/golangci/golangci-lint/commit/c99c5cf5c202) (extended detection) - `funcorder`: from 0.5.0 to 0.6.0 (new option: `function`) - `goconst`: add an option to ignore strings from tests - `goconst`: from 1.8.2 to 1.10.0 (extended detection) - `gomodguard_v2`: from 1.4.1 to 2.1.0 (major version with new configuration) - `gosec`: from [`619ce21`](https://redirect.github.com/golangci/golangci-lint/commit/619ce2117e08) to 2.26.1 (new checks: `G124`, `G708`, `G709`, `G710`) - `govet`: add `inline` analyzer - `makezero`: from 2.1.0 to 2.2.1 (support slice type aliases) - `paralleltest`: expose `checkcleanup` option - `sloglint`: from 0.11.1 to 0.12.0 (new options: `allowed-keys`, `custom-funcs`) - `wsl_v5`: from 5.6.0 to 5.8.0 (new option: `cuddle-max-statements`; new checks: `after-decl`, `after-defer`, `after-expr`, `after-go`, `cuddle-group`) 3. Linters bug fixes - `forbidigo`: from 2.3.0 to 2.3.1 - `godot`: from 1.5.4 to 1.5.6 - `govet-modernize`: from 0.43.0 to 0.44.0 - `ireturn`: from 0.4.0 to 0.4.1 - `rowserrcheck`: from 1.1.1 to [`c5f79b8`](https://redirect.github.com/golangci/golangci-lint/commit/c5f79b8) 4. Misc. - Decrease cache entropy - Embed the JSON schema in the binary - Filter env vars when cloning the repository with the `custom` command ### [`v2.11.4`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2114) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.11.3...v2.11.4) *Released on 2026-03-22* 1. Linters bug fixes - `govet-modernize`: from 0.42.0 to 0.43.0 - `noctx`: from 0.5.0 to 0.5.1 - `sqlclosecheck`: from 0.5.1 to 0.6.0 ### [`v2.11.3`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2113) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.11.2...v2.11.3) *Released on 2026-03-10* 1. Linters bug fixes - `gosec`: from v2.24.7 to [`619ce21`](https://redirect.github.com/golangci/golangci-lint/commit/619ce2117e08) ### [`v2.11.2`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2112) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.11.1...v2.11.2) *Released on 2026-03-07* 1. Fixes - `fmt`: fix error when using the `fmt` command with explicit paths. ### [`v2.11.1`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2111) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.11.0...v2.11.1) *Released on 2026-03-06* Due to an error related to AUR, some artifacts of the v2.11.0 release have not been published. This release contains the same things as v2.11.0. ### [`v2.11.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2110) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.10.1...v2.11.0) *Released on 2026-03-06* 1. Linters new features or changes - `errcheck`: from 1.9.0 to 1.10.0 (exclude `crypto/rand.Read` by default) - `gosec`: from 2.23.0 to 2.24.6 (new rules: `G113`, `G118`, `G119`, `G120`, `G121`, `G122`, `G123`, `G408`, `G707`) - `noctx`: from 0.4.0 to 0.5.0 (new detection: `httptest.NewRequestWithContext`) - `prealloc`: from 1.0.2 to 1.1.0 - `revive`: from 1.14.0 to 1.15.0 (⚠️ Breaking change: package-related checks moved from `var-naming` to a new rule `package-naming`) 2. Linters bug fixes - `gocognit`: from 1.2.0 to 1.2.1 - `gosec`: from 2.24.6 to 2.24.7 - `unqueryvet`: from 1.5.3 to 1.5.4 ### [`v2.10.1`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2101) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.10.0...v2.10.1) *Released on 2026-02-17* 1. Fixes - buildssa panic ### [`v2.10.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2100) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.9.0...v2.10.0) *Released on 2026-02-17* 1. Linters new features or changes - `ginkgolinter`: from 0.22.0 to 0.23.0 - `gosec`: from 2.22.11 to 2.23.0 (new rules: `G117`, `G602`, `G701`, `G702`, `G703`, `G704`, `G705`, `G706`) - `staticcheck`: from 0.6.1 to 0.7.0 2. Linters bug fixes - `godoclint`: from 0.11.1 to 0.11.2 ### [`v2.9.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v290) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.8.0...v2.9.0) *Released on 2026-02-10* 1. Enhancements - 🎉 go1.26 support 2. Linters new features or changes - `arangolint`: from 0.3.1 to 0.4.0 (new rule: detect potential query injections) - `ginkgolinter`: from 0.21.2 to 0.22.0 (support for wrappers) - `golines`: from 0.14.0 to 0.15.0 - `misspell`: from 0.7.0 to 0.8.0 - `unqueryvet`: from 1.4.0 to 1.5.3 (new options: `check-n1`, `check-sql-injection`, `check-tx-leaks`, `allow`, `custom-rules`) - `wsl`: from 5.3.0 to 5.6.0 (new rule: `after-block`) 3. Linters bug fixes - `modernize`: from 0.41.0 to 0.42.0 - `prealloc`: from 1.0.1 to 1.0.2 - `protogetter`: from 0.3.18 to 0.3.20 4. Misc. - Log information about files when configuration verification - Emit an error when no linters enabled - Do not collect VCS information when loading code ### [`v2.8.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v280) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.7.2...v2.8.0) *Released on 2026-01-07* 1. Linters new features or changes - `godoc-lint`: from 0.10.2 to 0.11.1 (new rule: `require-stdlib-doclink`) - `golines`: from [`442fd00`](https://redirect.github.com/golangci/golangci-lint/commit/442fd0091d95) to 0.14.0 - `gomoddirectives`: from 0.7.1 to 0.8.0 - `gosec`: from [`daccba6`](https://redirect.github.com/golangci/golangci-lint/commit/daccba6b93d7) to 2.22.11 (new rule: `G116`) - `modernize`: from 0.39.0 to 0.40.0 (new analyzers: `stringscut`, `unsafefuncs`) - `prealloc`: from 1.0.0 to 1.0.1 (message changes) - `unqueryvet`: from 1.3.0 to 1.4.0 (new options: `check-aliased-wildcard`, `check-string-concat`, `check-format-strings`, `check-string-builder`, `check-subqueries`, `ignored-functions`, `sql-builders`) 2. Linters bug fixes - `go-critic`: from 0.14.2 to 0.14.3 - `go-errorlint`: from 1.8.0 to 1.9.0 - `govet`: from 0.39.0 to 0.40.0 - `protogetter`: from 0.3.17 to 0.3.18 - `revive`: add missing enable-default-rules setting 3. Documentation - docs: split installation page ### [`v2.7.2`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v272) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.7.1...v2.7.2) *Released on 2025-12-07* 1. Linter bug fixes - `gosec`: from 2.22.10 to [`daccba6`](https://redirect.github.com/golangci/golangci-lint/commit/daccba6b93d7) ### [`v2.7.1`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v271) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.7.0...v2.7.1) *Released on 2025-12-04* 1. Linter bug fixes - `modernize`: disable `stringscut` analyzer ### [`v2.7.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v270) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.6.2...v2.7.0) 1. Bug fixes - fix: clone args used by `custom` command 2. Linters new features or changes - `no-sprintf-host-port`: from 0.2.0 to 0.3.1 (ignore string literals without a colon) - `unqueryvet`: from 1.2.1 to 1.3.0 (handles `const` and `var` declarations) - `revive`: from 1.12.0 to 1.13.0 (new option: `enable-default-rules`, new rules: `forbidden-call-in-wg-go`, `unnecessary-if`, `inefficient-map-lookup`) - `modernize`: from 0.38.0 to 0.39.0 (new analyzers: `plusbuild`, `stringscut`) 3. Linters bug fixes - `perfsprint`: from 0.10.0 to 0.10.1 - `wrapcheck`: from 2.11.0 to 2.12.0 - `godoc-lint`: from 0.10.1 to 0.10.2 4. Misc. - Add some flags to the `custom` command 5. Documentation - docs: split changelog v1 and v2 </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - \"on tuesday\" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40OC4xIiwidXBkYXRlZEluVmVyIjoiNDQuMjQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/14677",
        "createdAt": "2026-03-03T04:36:33Z",
        "updatedAt": "2026-08-13T13:06:12Z",
        "timestamp": "2026-08-13T13:06:12Z",
        "metrics": {
          "reactions": 0,
          "comments": 5
        },
        "labels": [
          "help wanted",
          "dependencies",
          "renovatebot"
        ],
        "author": "renovate[bot]",
        "state": "open",
        "assignees": [],
        "change": "updated"
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:pull_request:15267",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "pull_request",
        "title": "Drop only oversized items instead of the full batch",
        "text": "#### Description Currently, if one element from the batch is bigger than the allowed batch size, the full batch is dropped. After this PR, we only drop the \"offending\" element. <!-- Issue number if applicable --> #### Link to tracking issue Fixes #14264 #### Testing - Manual and unit testing - Added some benchmarking. No regressions found.",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15267",
        "createdAt": "2026-05-07T13:56:17Z",
        "updatedAt": "2026-08-13T10:25:27Z",
        "timestamp": "2026-08-13T10:25:27Z",
        "metrics": {
          "reactions": 0,
          "comments": 4
        },
        "labels": [
          "Stale"
        ],
        "author": "iblancasa",
        "state": "open",
        "assignees": []
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:pull_request:15510",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "pull_request",
        "title": "exporterhelper: record queue batch send size after batching",
        "text": "#### Description Record `otelcol_exporter_queue_batch_send_size` and `otelcol_exporter_queue_batch_send_size_bytes` after batching, in the obs report sender, so they reflect the size of the batch actually sent downstream rather than the size of each request at the time of enqueue. #### Link to tracking issue Fixes #14674 #### Testing Moved the existing per-signal batch-size tests from `internal/queue/obs_queue_test.go` to `internal/obs_report_sender_test.go`. #### Documentation None. The metric name and description in `metadata.yaml` are unchanged; The description (\"Number of bytes in batch that was sent.\") is now actually accurate. #### Authorship - [x] I, a human, wrote this pull request description myself.",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15510",
        "createdAt": "2026-06-29T06:42:44Z",
        "updatedAt": "2026-08-13T14:28:56Z",
        "timestamp": "2026-08-13T14:28:56Z",
        "metrics": {
          "reactions": 1,
          "comments": 9
        },
        "labels": [],
        "author": "karakayasemi",
        "state": "closed",
        "assignees": []
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:pull_request:15576",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "pull_request",
        "title": "Update github-actions deps",
        "text": "This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [CodSpeedHQ/action](https://redirect.github.com/CodSpeedHQ/action) | action | minor | `v4.18.2` → `v4.19.1` | | [actions/checkout](https://redirect.github.com/actions/checkout) | action | patch | `v7.0.0` → `v7.0.1` | | [actions/setup-go](https://redirect.github.com/actions/setup-go) | action | minor | `v6` → `v6.5.0` | | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | minor | `v6.4.0` → `v6.5.0` | | [actions/stale](https://redirect.github.com/actions/stale) | action | minor | `v10.3.0` → `v10.4.0` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | minor | `v4.36.3` → `v4.37.7` | | [lycheeverse/lychee-action](https://redirect.github.com/lycheeverse/lychee-action) | action | minor | `v2.8.0` → `v2.9.0` | | [ossf/scorecard-action](https://redirect.github.com/ossf/scorecard-action) | action | patch | `v2.4.3` → `v2.4.4` | | [zizmorcore/zizmor-action](https://redirect.github.com/zizmorcore/zizmor-action) | action | minor | `v0.5.7` → `v0.6.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/8903) for more information. --- ### Release Notes <details> <summary>CodSpeedHQ/action (CodSpeedHQ/action)</summary> ### [`v4.19.1`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.19.1) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.19.0...v4.19.1) #### Release Notes This release ships improvements for the memory instrument. The memory instrument now lazily attaches to allocators, which lowers the startup time to a few seconds (down from minutes on certain systems). Additionally, we shipped a series of serialization improvements, removing in some large benchmarks 3+ minutes of extra CI time. ##### <!-- 1 -->🐛 Bug Fixes - Track successful posix\\_memalign allocations ([#&#8203;470](https://redirect.github.com/CodSpeedHQ/action/issues/470)) by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;470](https://redirect.github.com/CodSpeedHQ/runner/pull/470) - Prompt sudo on interactive stdin ([#&#8203;459](https://redirect.github.com/CodSpeedHQ/action/issues/459)) by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;459](https://redirect.github.com/CodSpeedHQ/runner/pull/459) - Reject empty command before executor setup ([#&#8203;467](https://redirect.github.com/CodSpeedHQ/action/issues/467)) by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;467](https://redirect.github.com/CodSpeedHQ/runner/pull/467) ##### <!-- 7 -->⚙️ Internals - chore: bump runner version to 4.19.1 by [@&#8203;github-actions](https://redirect.github.com/github-actions)\\[bot] in [#&#8203;225](https://redirect.github.com/CodSpeedHQ/action/pull/225) ##### <!-- 10 -->💼 Other - Bump the memtrack pin to 1.3.0 by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) in [#&#8203;474](https://redirect.github.com/CodSpeedHQ/runner/pull/474) #### Install codspeed-runner 4.19.1 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.19.1 | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256) | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> **Full Changelog**: <https://github.com/CodSpeedHQ/action/compare/v4.19.0...v4.19.1> ### [`v4.19.0`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.19.0) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.18.5...v4.19.0) #### Release Notes This release adds a new `--experimental-exclude-allocations` feature to remove allocator time from Simulation benchmarks. ##### <!-- 0 -->🚀 Features - Remove eager allocator discovery by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Attach allocator probes on demand via exec-mapping watcher by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Add exec-mapping watcher BPF prog and inode maps by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Add experimental --exclude-allocations setting by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 1 -->🐛 Bug Fixes - Join attach worker thread on drop, not only on finish() by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;445](https://redirect.github.com/CodSpeedHQ/runner/pull/445) - Fail loud when a watcher mapping is unresolved on a live process by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Canonicalize map\\_files dirent name for low-address mappings by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Classify unprefixed jemalloc builds as jemalloc by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Fail closed when tracking\\_enabled lookup fails by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Lower zstd compression level to -5 to reduce serialization overhead by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Wire MemtrackWriter serializer through BufWriter to fix per-event zstd compression bottleneck by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 10 -->💼 Other - Let the tracker own the poller and drain on shutdown by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Return the underlying sink from MemtrackWriter::finish by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 2 -->🏗️ Refactor - Split monolithic eBPF C and Rust into domain files by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Split memtrack into module by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Attach uprobes at resolved file offsets instead of func\\_name by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Align cycle-estimation flag with experimental naming scheme by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;425](https://redirect.github.com/CodSpeedHQ/runner/pull/425) ##### <!-- 3 -->📚 Documentation - Add crate AGENTS.md guide by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;455](https://redirect.github.com/CodSpeedHQ/runner/pull/455) - Stop hardcoding MCP tool schemas in the optimize skill by [@&#8203;fargito](https://redirect.github.com/fargito) in [#&#8203;451](https://redirect.github.com/CodSpeedHQ/runner/pull/451) ##### <!-- 4 -->⚡ Performance - Drain ringbuf bursts eagerly and reserve poller cores by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;436](https://redirect.github.com/CodSpeedHQ/runner/pull/436) - Grow the event ring buffer to 256 MiB by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Wake the ringbuf consumer only past a data watermark by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Pre-size and reuse the memtrack encode window buffer by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Replace drain/writer threads with the encode pipeline by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Add parallel zstd encode pipeline for artifact events by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Detach BPF links in parallel at teardown by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;440](https://redirect.github.com/CodSpeedHQ/runner/pull/440) - Resolve allocator symbol offsets in parallel by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 6 -->🧪 Testing - Add dlopen/on-demand allocator tests + CI matrix by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Benchmark encode\\_events with a realistic allocation trace by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 7 -->⚙️ Internals - chore: bump runner version to 4.19.0 by [@&#8203;github-actions](https://redirect.github.com/github-actions)\\[bot] in [#&#8203;224](https://redirect.github.com/CodSpeedHQ/action/pull/224) - Lower on-demand attach log to debug by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;462](https://redirect.github.com/CodSpeedHQ/runner/pull/462) - Install rust toolchain by explicit channel for older rustup by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Also run runner-shared benchmarks in walltime mode by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Dedup memtrack build deps into install-bpf-deps action by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) #### Install codspeed-runner 4.19.0 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.19.0 | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256) | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> **Full Changelog**: <https://github.com/CodSpeedHQ/action/compare/v4.18.5...v4.19.0> ### [`v4.18.5`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.18.5) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.18.4...v4.18.5) #### Release Notes ##### <!-- 10 -->💼 Other - Bump pinned valgrind-codspeed to [3.26.0-0codspeed6](https://redirect.github.com/CodSpeedHQ/valgrind-codspeed/releases/tag/3.26.0-0codspeed6) ([#&#8203;448](https://redirect.github.com/CodSpeedHQ/action/issues/448)) by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) in [#&#8203;448](https://redirect.github.com/CodSpeedHQ/runner/pull/448) - fix: hangs on ARM64 due to atomics by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [CodSpeedHQ/valgrind-codspeed#23](https://redirect.github.com/CodSpeedHQ/valgrind-codspeed/pull/23) - fix(aspacem): raise amd64 managed address ceiling to 1 TiB by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [CodSpeedHQ/valgrind-codspeed#22](https://redirect.github.com/CodSpeedHQ/valgrind-codspeed/pull/22) #### Install codspeed-runner 4.18.4 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.18.4 | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256) | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> **Full Changelog**: <https://github.com/CodSpeedHQ/action/compare/v4.18.4...v4.18.5> ### [`v4.18.4`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.18.4) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.18.2...v4.18.4) #### What's Changed - fix 4.18.3 runner hash – [`bf19f56`](https://redirect.github.com/CodSpeedHQ/action/commit/bf19f56fe8857e83e4343138c1a927e56f666e3b) by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) **Full Changelog**: <https://github.com/CodSpeedHQ/action/compare/v4.18.3...v4.18.4> </details> <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v7.0.1`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v701) [Compare Source](https://redirect.github.com/actions/checkout/compare/v7.0.0...v7.0.1) - Bump github/codeql-action from 3 to 4 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2475](https://redirect.github.com/actions/checkout/pull/2475) - Bump actions/setup-node from 4 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2477](https://redirect.github.com/actions/checkout/pull/2477) - Bump docker/build-push-action from 6.5.0 to 7.2.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2478](https://redirect.github.com/actions/checkout/pull/2478) - Bump docker/login-action from 3.3.0 to 4.2.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2479](https://redirect.github.com/actions/checkout/pull/2479) - Bump actions/checkout from 6 to 7 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2488](https://redirect.github.com/actions/checkout/pull/2488) - Bump actions/upload-artifact from 4 to 7 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2476](https://redirect.github.com/actions/checkout/pull/2476) - eslint 9 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2474](https://redirect.github.com/actions/checkout/pull/2474) - Bump the minor-actions-dependencies group with 2 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2499](https://redirect.github.com/actions/checkout/pull/2499) - skip running unsafe pr check if input is default by [@&#8203;aiqiaoy](https://redirect.github.com/aiqiaoy) in [#&#8203;2518](https://redirect.github.com/actions/checkout/pull/2518) - trim only ascii whitespace for branch by [@&#8203;aiqiaoy](https://redirect.github.com/aiqiaoy) in [#&#8203;2521](https://redirect.github.com/actions/checkout/pull/2521) - escape values passed to --unset by [@&#8203;aiqiaoy](https://redirect.github.com/aiqiaoy) in [#&#8203;2530](https://redirect.github.com/actions/checkout/pull/2530) </details> <details> <summary>actions/setup-go (actions/setup-go)</summary> ### [`v6.5.0`](https://redirect.github.com/actions/setup-go/compare/v6.4.0...v6.5.0) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v6.4.0...v6.5.0) ### [`v6.4.0`](https://redirect.github.com/actions/setup-go/releases/tag/v6.4.0) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v6.3.0...v6.4.0) ##### What's Changed ##### Enhancement - Add go-download-base-url input for custom Go distributions by [@&#8203;gdams](https://redirect.github.com/gdams) in [#&#8203;721](https://redirect.github.com/actions/setup-go/pull/721) ##### Dependency update - Upgrade minimatch from 3.1.2 to 3.1.5 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;727](https://redirect.github.com/actions/setup-go/pull/727) ##### Documentation update - Rearrange README.md, add advanced-usage.md by [@&#8203;priyagupta108](https://redirect.github.com/priyagupta108) in [#&#8203;724](https://redirect.github.com/actions/setup-go/pull/724) - Fix Microsoft build of Go link by [@&#8203;gdams](https://redirect.github.com/gdams) in [#&#8203;734](https://redirect.github.com/actions/setup-go/pull/734) ##### New Contributors - [@&#8203;gdams](https://redirect.github.com/gdams) made their first contribution in [#&#8203;721](https://redirect.github.com/actions/setup-go/pull/721) **Full Changelog**: <https://github.com/actions/setup-go/compare/v6...v6.4.0> ### [`v6.3.0`](https://redirect.github.com/actions/setup-go/releases/tag/v6.3.0) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v6.2.0...v6.3.0) ##### What's Changed - Update default Go module caching to use go.mod by [@&#8203;priyagupta108](https://redirect.github.com/priyagupta108) in [#&#8203;705](https://redirect.github.com/actions/setup-go/pull/705) - Fix golang download url to go.dev by [@&#8203;178inaba](https://redirect.github.com/178inaba) in [#&#8203;469](https://redirect.github.com/actions/setup-go/pull/469) **Full Changelog**: <https://github.com/actions/setup-go/compare/v6...v6.3.0> ### [`v6.2.0`](https://redirect.github.com/actions/setup-go/releases/tag/v6.2.0) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v6.1.0...v6.2.0) ##### What's Changed ##### Enhancements - Example for restore-only cache in documentation by [@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [#&#8203;696](https://redirect.github.com/actions/setup-go/pull/696) - Update Node.js version in action.yml by [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) in [#&#8203;691](https://redirect.github.com/actions/setup-go/pull/691) - Documentation update of actions/checkout by [@&#8203;deining](https://redirect.github.com/deining) in [#&#8203;683](https://redirect.github.com/actions/setup-go/pull/683) ##### Dependency updates - Upgrade js-yaml from 3.14.1 to 3.14.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;682](https://redirect.github.com/actions/setup-go/pull/682) - Upgrade [@&#8203;actions/cache](https://redirect.github.com/actions/cache) to v5 by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [#&#8203;695](https://redirect.github.com/actions/setup-go/pull/695) - Upgrade actions/checkout from 5 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;686](https://redirect.github.com/actions/setup-go/pull/686) - Upgrade qs from 6.14.0 to 6.14.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;703](https://redirect.github.com/actions/setup-go/pull/703) ##### New Contributors - [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) made their first contribution in [#&#8203;691](https://redirect.github.com/actions/setup-go/pull/691) - [@&#8203;deining](https://redirect.github.com/deining) made their first contribution in [#&#8203;683](https://redirect.github.com/actions/setup-go/pull/683) **Full Changelog**: <https://github.com/actions/setup-go/compare/v6...v6.2.0> ### [`v6.1.0`](https://redirect.github.com/actions/setup-go/releases/tag/v6.1.0) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v6...v6.1.0) ##### What's Changed ##### Enhancements - Fall back to downloading from go.dev/dl instead of storage.googleapis.com/golang by [@&#8203;nicholasngai](https://redirect.github.com/nicholasngai) in [#&#8203;665](https://redirect.github.com/actions/setup-go/pull/665) - Add support for .tool-versions file and update workflow by [@&#8203;priya-kinthali](https://redirect.github.com/priya-kinthali) in [#&#8203;673](https://redirect.github.com/actions/setup-go/pull/673) - Add comprehensive breaking changes documentation for v6 by [@&#8203;mahabaleshwars](https://redirect.github.com/mahabaleshwars) in [#&#8203;674](https://redirect.github.com/actions/setup-go/pull/674) ##### Dependency updates - Upgrade eslint-config-prettier from 10.0.1 to 10.1.8 and document breaking changes in v6 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;617](https://redirect.github.com/actions/setup-go/pull/617) - Upgrade actions/publish-action from 0.3.0 to 0.4.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;641](https://redirect.github.com/actions/setup-go/pull/641) - Upgrade semver and [@&#8203;types/semver](https://redirect.github.com/types/semver) by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;652](https://redirect.github.com/actions/setup-go/pull/652) ##### New Contributors - [@&#8203;nicholasngai](https://redirect.github.com/nicholasngai) made their first contribution in [#&#8203;665](https://redirect.github.com/actions/setup-go/pull/665) - [@&#8203;priya-kinthali](https://redirect.github.com/priya-kinthali) made their first contribution in [#&#8203;673](https://redirect.github.com/actions/setup-go/pull/673) - [@&#8203;mahabaleshwars](https://redirect.github.com/mahabaleshwars) made their first contribution in [#&#8203;674](https://redirect.github.com/actions/setup-go/pull/674) **Full Changelog**: <https://github.com/actions/setup-go/compare/v6...v6.1.0> </details> <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v6.5.0`](https://redirect.github.com/actions/setup-node/releases/tag/v6.5.0) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v6.4.0...v6.5.0) ##### What's Changed - Update [@&#8203;actions/cache](https://redirect.github.com/actions/cache) to 5.1.0 and add security overrides for undici and fast-xml-parser by [@&#8203;HarithaVattikuti](https://redirect.github.com/HarithaVattikuti) in [#&#8203;1579](https://redirect.github.com/actions/setup-node/pull/1579) **Full Changelog**: <https://github.com/actions/setup-node/compare/v6.4.0...v6.5.0> </details> <details> <summary>actions/stale (actions/stale)</summary> ### [`v10.4.0`](https://redirect.github.com/actions/stale/releases/tag/v10.4.0) [Compare Source](https://redirect.github.com/actions/stale/compare/v10.3.0...v10.4.0) #### What's Changed ##### Bug Fix - Fixed `only-issue-types` validation by [@&#8203;trueberryless](https://redirect.github.com/trueberryless) in [#&#8203;1338](https://redirect.github.com/actions/stale/pull/1338) ##### Dependency Updates - Bump undici to 6.27.0 via override, clean up stale license files, and version to 10.4.0. by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1342](https://redirect.github.com/actions/stale/pull/1342) #### New Contributors - [@&#8203;trueberryless](https://redirect.github.com/trueberryless) made their first contribution in [#&#8203;1338](https://redirect.github.com/actions/stale/pull/1338) **Full Changelog**: <https://github.com/actions/stale/compare/v10.3.0...v10.4.0> </details> <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v4.37.7`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.7) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.37.6...v4.37.7) - Update default CodeQL bundle version to [2.26.3](https://redirect.github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.3). [#&#8203;4085](https://redirect.github.com/github/codeql-action/pull/4085) ### [`v4.37.6`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.6) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.37.5...v4.37.6) - Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to `.github/codeql-config.yml` to align it with the suggested path that is used elsewhere. [#&#8203;4070](https://redirect.github.com/github/codeql-action/pull/4070) ### [`v4.37.5`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.5) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.37.4...v4.37.5) - Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the `init` Action instead of falling back to downloading the bundle before extracting it. [#&#8203;4061](https://redirect.github.com/github/codeql-action/pull/4061) ### [`v4.37.4`](https://redirect.github.com/github/codeql-action/compare/v4.37.3...v4.37.4) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.37.3...v4.37.4) ### [`v4.37.3`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.3) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.37.2...v4.37.3) No user facing changes. ### [`v4.37.2`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.2) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.37.1...v4.37.2) - The new address format for the `config-file` input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the `remote=` prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. [#&#8203;4023](https://redirect.github.com/github/codeql-action/pull/4023) - The CodeQL Action can now make use of [configured private registries](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries) in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. [#&#8203;4007](https://redirect.github.com/github/codeql-action/pull/4007) ### [`v4.37.1`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.1) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.37.0...v4.37.1) - *Upcoming breaking change*: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. [#&#8203;3956](https://redirect.github.com/github/codeql-action/pull/3956) - Update default CodeQL bundle version to [2.26.1](https://redirect.github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.1). [#&#8203;4019](https://redirect.github.com/github/codeql-action/pull/4019) ### [`v4.37.0`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.0) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.36.3...v4.37.0) - Update default CodeQL bundle version to [2.26.0](https://redirect.github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.0). [#&#8203;3995](https://redirect.github.com/github/codeql-action/pull/3995) - In addition to the existing input format, the `config-file` input for the `codeql-action/init` step will soon support a new `[owner/]repo[@ref][:path]` format. All components except the repository name are optional. If omitted, `owner` defaults to the same owner as the repository the analysis is running for, `ref` to `main`, and `path` to `.github/codeql-action.yaml`. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. [#&#8203;3973](https://redirect.github.com/github/codeql-action/pull/3973) </details> <details> <summary>lycheeverse/lychee-action (lycheeverse/lychee-action)</summary> ### [`v2.9.0`](https://redirect.github.com/lycheeverse/lychee-action/releases/tag/v2.9.0) [Compare Source](https://redirect.github.com/lycheeverse/lychee-action/compare/v2.8.0...v2.9.0) #### Summary This release updates the default lychee version from `v0.23.0` to `v0.24.2`. The main reason for this release is compatibility with the new lychee `0.24.x` release artifacts. Starting with lychee `v0.24.0`, the archive layout changed, and the `lychee` binary may now be packaged inside a subdirectory. `lychee-action` now detects that layout automatically, so users can upgrade without changing their workflows. If you use: ```yaml uses: lycheeverse/lychee-action@v2 ``` you will get the new version once the floating `v2` tag has been updated. If you pin exact versions, update to: ```yaml uses: lycheeverse/lychee-action@v2.9.0 ``` #### What’s new from lychee `v0.24.x` ##### Better diagnostics lychee now reports line and column numbers for detected links. This makes broken link reports easier to act on, especially in larger documentation sites or generated reports. ##### Text fragment checking lychee can now check URL text fragments, such as links containing `#:~:text=...`. This helps catch links that point to a valid page but no longer points to the intended highlighted text. ##### Sitemap support lychee can now read `sitemap.xml` inputs. This is useful for checking published websites or generated documentation sites where the sitemap is the easiest source of URLs to validate. ##### JUnit output lychee now supports JUnit output. This makes it easier to integrate link checking results with CI systems and test reporting tools that understand JUnit XML. ##### Redirect and remap visibility lychee can now show redirects and remaps more clearly. This helps explain why a URL was checked as a different final URL and makes debugging link-checking behavior easier. ##### Multiple config files lychee now supports multiple configuration files and expanded config handling. This is useful for repositories that split documentation, website, or package-specific link-checking settings. ##### Timeout handling lychee can now accept timeouts explicitly. This gives users more control over how strict their link checks should be for flaky or slow endpoints. #### Fixes and reliability improvements ##### Fixed lychee `0.24.x` archive compatibility `lychee-action` now handles the new lychee release archive layout by detecting whether the `lychee` binary is inside a subdirectory. This fixes compatibility with lychee `0.24.x`. ##### More stable installation path The action now installs lychee into `$RUNNER_TEMP/lychee/bin` instead of `$HOME`. This avoids failures on runners where `$HOME` differs between composite action steps. In those environments, the action could add one directory to `PATH` but install the binary somewhere else, causing `lychee: command not found`. ##### Safer automatic lychee version updates The workflow that checks for new lychee releases now guards against `null` release versions before creating update PRs. This prevents invalid automated PRs such as “Update lycheeVersion to null”. ##### Dependency updates - Updated `actions/checkout` from `v6` to `v7` - Updated `actions/cache` from `v5` to `v6` #### Upstream lychee changelog For the full lychee changelog, see: - <https://github.com/lycheeverse/lychee/releases/tag/lychee-v0.24.0> - <https://github.com/lycheeverse/lychee/releases/tag/lychee-v0.24.1> - <https://github.com/lycheeverse/lychee/releases/tag/lychee-v0.24.2> #### What’s Changed - bump default to 0.24.1 and auto-detect lychee bin in subfolder by [@&#8203;kaitlyndotmoe](https://redirect.github.com/kaitlyndotmoe) in [#&#8203;330](https://redirect.github.com/lycheeverse/lychee-action/pull/330) - fixes [#&#8203;322](https://redirect.github.com/lycheeverse/lychee-action/issues/322) check for null by [@&#8203;bgermann](https://redirect.github.com/bgermann) in [#&#8203;336](https://redirect.github.com/lycheeverse/lychee-action/pull/336) - Install into `$RUNNER_TEMP` instead of `$HOME` by [@&#8203;mre](https://redirect.github.com/mre) in [#&#8203;338](https://redirect.github.com/lycheeverse/lychee-action/pull/338) - Bump actions/checkout from 6 to 7 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;339](https://redirect.github.com/lycheeverse/lychee-action/pull/339) - Bump actions/cache from 5 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;340](https://redirect.github.com/lycheeverse/lychee-action/pull/340) **Full Changelog**: <https://github.com/lycheeverse/lychee-action/compare/v2.8.0...v2.9.0> </details> <details> <summary>ossf/scorecard-action (ossf/scorecard-action)</summary> ### [`v2.4.4`](https://redirect.github.com/ossf/scorecard-action/releases/tag/v2.4.4) [Compare Source](https://redirect.github.com/ossf/scorecard-action/compare/v2.4.3...v2.4.4) #### What's Changed This update bumps the Scorecard version to the v5.5.0 release. For a complete list of changes, please refer to the [Scorecard v5.4.0 release notes](https://redirect.github.com/ossf/scorecard/releases/tag/v5.4.0) and the [Scorecard v5.5.0 release notes](https://redirect.github.com/ossf/scorecard/releases/tag/v5.5.0). - log POST failures instead of failing entire action by [@&#8203;spencerschrock](https://redirect.github.com/spencerschrock) in [#&#8203;1625](https://redirect.github.com/ossf/scorecard-action/pull/1625) **Full Changelog**: <https://github.com/ossf/scorecard-action/compare/v2.4.3...v2.4.4> </details> <details> <summary>zizmorcore/zizmor-action (zizmorcore/zizmor-action)</summary> ### [`v0.6.2`](https://redirect.github.com/zizmorcore/zizmor-action/releases/tag/v0.6.2) [Compare Source](https://redirect.github.com/zizmorcore/zizmor-action/compare/v0.6.1...v0.6.2) zizmor 1.29.0 is now the default version. ### [`v0.6.1`](https://redirect.github.com/zizmorcore/zizmor-action/releases/tag/v0.6.1) [Compare Source](https://redirect.github.com/zizmorcore/zizmor-action/compare/v0.6.0...v0.6.1) zizmor 1.28.0 is now the default version used by the action. ### [`v0.6.0`](https://redirect.github.com/zizmorcore/zizmor-action/releases/tag/v0.6.0) [Compare Source](https://redirect.github.com/zizmorcore/zizmor-action/compare/v0.5.7...v0.6.0) zizmor 1.27.0 is now the default version used by the action. #### What's Changed - Fold Docker image pull output into a collapsed Actions log group by [@&#8203;woodruffw](https://redirect.github.com/woodruffw) with [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;132](https://redirect.github.com/zizmorcore/zizmor-action/pull/132) - Readme: document missing inputs by [@&#8203;staabm](https://redirect.github.com/staabm) in [#&#8203;130](https://redirect.github.com/zizmorcore/zizmor-action/pull/130) - ci: block version sync workflow on forks by [@&#8203;shaanmajid](https://redirect.github.com/shaanmajid) in [#&#8203;129](https://redirect.github.com/zizmorcore/zizmor-action/pull/129) - Sync zizmor versions by [@&#8203;github-actions](https://redirect.github.com/github-actions)\\[bot] in [#&#8203;137](https://redirect.github.com/zizmorcore/zizmor-action/pull/137) - Add `collect` input by [@&#8203;woodruffw](https://redirect.github.com/woodruffw) in [#&#8203;139](https://redirect.github.com/zizmorcore/zizmor-action/pull/139) #### New Contributors - [@&#8203;woodruffw](https://redirect.github.com/woodruffw) with [@&#8203;Copilot](https://redirect.github.com/Copilot) made their first contribution in [#&#8203;132](https://redirect.github.com/zizmorcore/zizmor-action/pull/132) - [@&#8203;staabm](https://redirect.github.com/staabm) made their first contribution in [#&#8203;130](https://redirect.github.com/zizmorcore/zizmor-action/pull/130) - [@&#8203;shaanmajid](https://redirect.github.com/shaanmajid) made their first contribution in [#&#8203;129](https://redirect.github.com/zizmorcore/zizmor-action/pull/129) **Full Changelog**: <https://github.com/zizmorcore/zizmor-action/compare/v0.5.7...v0.6.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - \"on tuesday\" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQ0LjI0LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19-->",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15576",
        "createdAt": "2026-07-14T01:01:50Z",
        "updatedAt": "2026-08-13T14:10:55Z",
        "timestamp": "2026-08-13T14:10:55Z",
        "metrics": {
          "reactions": 0,
          "comments": 1
        },
        "labels": [
          "dependencies",
          "renovatebot"
        ],
        "author": "renovate[bot]",
        "state": "open",
        "assignees": []
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:pull_request:15655",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "pull_request",
        "title": "Fix grammatical errors and remove duplicate code in logs_router",
        "text": "This commit addresses several minor issues across the codebase: - connector: Removed duplicate `Consumer` and `PipelineIDs` methods from `logsRouter` that shadowed the embedded `BaseRouter` methods. This also resolves a variable shadowing issue where `var errors error` shadowed the imported `errors` package. - service/internal/graph: Fixed grammatically incorrect error messages in the graph builders that produced strings like \"error creating exporter X is not supported\". - exporter/exporterhelper: Fixed grammar in queue comments (\"consumer don't\" to \"consumers don't\", and \"allow distinguish\" to \"allow distinguishing\"). - processor/batchprocessor: Fixed godoc grammar (\"batcher is describes\"). <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description <!-- Issue number if applicable --> #### Link to tracking issue Fixes # <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Authorship attestation. See AGENTS.md for details. AI agents must not check this box on behalf of the user; the human author must check it themselves before the PR is ready for review.--> #### Authorship - [ x] I, a human, wrote this pull request description myself. <!--Please delete paragraphs that you did not use before submitting.-->",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15655",
        "createdAt": "2026-07-24T17:14:49Z",
        "updatedAt": "2026-08-13T03:53:36Z",
        "timestamp": "2026-08-13T03:53:36Z",
        "metrics": {
          "reactions": 0,
          "comments": 2
        },
        "labels": [
          "Stale"
        ],
        "author": "farhan11166",
        "state": "open",
        "assignees": []
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:pull_request:15656",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "pull_request",
        "title": "feat: add support for identity compression algorithm in confighttp",
        "text": "#### Description Per RFC 7231 3.1.2.2, `Content-Encoding: identity` is a valid header value that signifies no encoding/compression was used. The `httpContentDecompressor` previously rejected payloads with `Content-Encoding: identity` with a `400 Bad Request` because `\"identity\"` was not registered in the available decoders. This PR fixes the issue by mapping `\"identity\"` to act as a pass-through (identical to `\"\"`) whenever uncompressed payloads are allowed. This also resolves a documented `// BUG:` in the `compression_test.go` suite. #### Link to tracking issue Fixes # #### Testing - Updated the `Mixed_Identity_ShouldAccept` test case in `compression_test.go` which previously expected a `400 Bad Request` (marked as a BUG) to correctly expect `200 OK`. - Ran `go test ./...` in `config/confighttp` and verified all tests pass. #### Documentation None needed. #### Authorship - [x] I, a human, wrote this pull request description myself.",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15656",
        "createdAt": "2026-07-24T17:33:27Z",
        "updatedAt": "2026-08-13T03:53:35Z",
        "timestamp": "2026-08-13T03:53:35Z",
        "metrics": {
          "reactions": 0,
          "comments": 3
        },
        "labels": [
          "Stale"
        ],
        "author": "farhan11166",
        "state": "open",
        "assignees": []
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:pull_request:15662",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "pull_request",
        "title": "[pdata/pprofile] MergeTo: reserve index 0 of empty destination dictionary tables",
        "text": "#### Description Profiles.MergeTo remaps entries from the source dictionary into the destination dictionary but never reserves index 0 of each destination table for that table's zero value. profiles.proto requires that \"the element at index 0 MUST be the zero value for the dictionary's element type\" (e.g. \"\" for string_table), since every unset reference (e.g. an unset Strindex) resolves to it. When the destination dictionary starts out empty, the first entry switched over lands at index 0 instead of the zero value, producing a non-conformant dictionary in which unset references silently resolve to real data. This is a data-correctness bug, not a crash: MergeTo itself does not panic or error. Concretely, if the first string merged into an empty destination is some real value (e.g. a semconv attribute key), any function/location that had an unset filename/name (Strindex == 0) will report that unrelated string as its filename/name after the merge, as described in the issue's pprofreceiver-based repro. Destinations that are already pre-populated with conformant zero values before calling MergeTo (the existing convention used throughout this package's own tests) are unaffected, since the fix only seeds tables that are still empty. The fix adds ensureDictionarySentinels (pdata/pprofile/dictionary_helpers.go), called at the top of MergeTo (after the self-merge no-op check, before switchDictionary runs). It seeds index 0 of each of the destination dictionary's 7 tables (string, attribute, function, link, location, mapping, stack) with that table's zero value, but only for tables that are still empty. A table that already holds entries is left untouched, since inserting at index 0 would shift every existing index and invalidate references already pointing into it. This matches the fix suggested in the issue. #### Link to tracking issue Fixes #15661 #### Testing Added TestProfilesMergeTo_ReservesDictionaryZeroValues, adapted from the issue's reproduction: it merges a conformant source (whose index 0 in every table is already the zero value, plus one real string at index 1) into a freshly empty destination, and asserts every destination table's index-0 entry is the zero value while index 1 still holds the real value. Confirmed the test fails (wrong value, then an index-out-of-range panic) when profiles_merge.go's fix is reverted, and passes with it applied. Ran `cd pdata/pprofile && go build ./... && go vet ./... && go test ./...`; all packages pass, including the existing MergeTo test suite in profiles_merge_test.go, which already covers destinations that are pre-populated with zero values by the caller and confirms no regression there. #### Documentation Added a `.chloggen` entry (`fix-pprofile-mergeto-dictionary-zero-value.yaml`) describing the bug fix for release notes. #### Authorship - [ ] I, a human, wrote this pull request description myself. --- AI assistance: this change was drafted with Claude Code.",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15662",
        "createdAt": "2026-07-26T16:10:54Z",
        "updatedAt": "2026-08-13T07:51:05Z",
        "timestamp": "2026-08-13T07:51:05Z",
        "metrics": {
          "reactions": 0,
          "comments": 7
        },
        "labels": [],
        "author": "pujitha24",
        "state": "open",
        "assignees": []
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:pull_request:15667",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "pull_request",
        "title": "feat(confignet): add Unix domain socket lifecycle management",
        "text": "#### Description AddrConfig.Listen() now automatically manages the full lifecycle of filesystem-based Unix domain sockets: - Removes stale socket files before binding (refuses to remove non-socket files for safety) - Sets socket permissions to 0722 so any local process can connect - Cleans up socket files on Close() - Abstract sockets (@ prefix) are unaffected — they live in kernel memory and need no filesystem handling - No configuration needed — the behavior is automatic for all Unix transport types #### Link to tracking issue Fixes #15189 #### Testing - Unit tests for removeStaleSocket (nonexistent path, regular file, stale socket) - Unit tests for isAbstractSocket helper - Unit tests for unixListener.Close removing socket file - Integration test: Listen succeeds despite pre-existing stale socket - Integration test: Listen refuses to remove a non-socket file - Integration test: socket gets 0722 permissions after Listen - Integration test: socket file removed after Close - All tests pass locally (go test ./... -count=1) #### Documentation #### Authorship - [x] I, a human, wrote this pull request description myself.",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15667",
        "createdAt": "2026-07-27T20:03:05Z",
        "updatedAt": "2026-08-13T03:53:31Z",
        "timestamp": "2026-08-13T03:53:31Z",
        "metrics": {
          "reactions": 0,
          "comments": 1
        },
        "labels": [
          "Stale"
        ],
        "author": "jsokol805",
        "state": "open",
        "assignees": []
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:pull_request:15684",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "pull_request",
        "title": "[pdata] move useProtoPooling to beta",
        "text": "<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description move useProtoPooling feature gate to beta <!-- Issue number if applicable --> #### Link to tracking issue Related to #13631 <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Authorship attestation. See AGENTS.md for details. AI agents must not check this box on behalf of the user; the human author must check it themselves before the PR is ready for review.--> #### Authorship - [x] I, a human, wrote this pull request description myself. <!--Please delete paragraphs that you did not use before submitting.-->",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15684",
        "createdAt": "2026-07-29T23:32:47Z",
        "updatedAt": "2026-08-13T03:53:40Z",
        "timestamp": "2026-08-13T03:53:40Z",
        "metrics": {
          "reactions": 0,
          "comments": 3
        },
        "labels": [
          "Stale"
        ],
        "author": "atoulme",
        "state": "open",
        "assignees": []
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:pull_request:15685",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "pull_request",
        "title": "Add Certificate Revocation List (CRL) support",
        "text": "<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Enables interfaces to validate certificates against configured CRLs, helping ensure that revoked certificates are identified and rejected during certificate validation. <!-- Issue number if applicable --> #### Link to tracking issue Feature Discussion# #12997 <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Authorship attestation. See AGENTS.md for details. AI agents must not check this box on behalf of the user; the human author must check it themselves before the PR is ready for review.--> #### Authorship - [✓ ] I, a human, wrote this pull request description myself. <!--Please delete paragraphs that you did not use before submitting.-->",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15685",
        "createdAt": "2026-07-30T07:42:16Z",
        "updatedAt": "2026-08-13T08:57:26Z",
        "timestamp": "2026-08-13T08:57:26Z",
        "metrics": {
          "reactions": 0,
          "comments": 2
        },
        "labels": [],
        "author": "charanck9",
        "state": "open",
        "assignees": []
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:pull_request:15734",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "pull_request",
        "title": "scraperhelper: clarify collection_interval documentation",
        "text": "#### Description Updates the `collection_interval` documentation to match the current implementation. While investigating #15718, I found that the controller uses `collection_interval` to schedule scrapes, while the optional `timeout` field controls the scrape context deadline. The existing timeout tests also verify this behavior. This PR updates the metadata description and regenerates the associated schema and documentation artifacts. No runtime behavior or tests are changed. #### Link to tracking issue Related to #15718 #### Testing - Regenerated the affected schema and documentation artifacts. - Verified the change is documentation-only. - No runtime code or tests were modified. #### Documentation Updated the `collection_interval` description to accurately describe its current behavior. The generated schemas, Go comments, and sample documentation were regenerated from the updated metadata. #### Authorship - [x] I, a human, wrote this pull request description myself.",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15734",
        "createdAt": "2026-08-05T14:51:21Z",
        "updatedAt": "2026-08-12T19:49:26Z",
        "timestamp": "2026-08-12T19:49:26Z",
        "metrics": {
          "reactions": 0,
          "comments": 1
        },
        "labels": [],
        "author": "SSOHEB",
        "state": "open",
        "assignees": []
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:pull_request:15735",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "pull_request",
        "title": "[chore][cmd/mdatagen] Handle subpackage metadata.yaml in config generator",
        "text": "<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This PR fixes issue with running config generator on subpackage (`metadata.yaml` with `parent` defined but without `status`), but properly building schema title. <!--Authorship attestation. See AGENTS.md for details. AI agents must not check this box on behalf of the user; the human author must check it themselves before the PR is ready for review.--> #### Authorship - [x] I, a human, wrote this pull request description myself. <!--Please delete paragraphs that you did not use before submitting.-->",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15735",
        "createdAt": "2026-08-05T17:26:28Z",
        "updatedAt": "2026-08-13T15:49:30Z",
        "timestamp": "2026-08-13T15:49:30Z",
        "metrics": {
          "reactions": 0,
          "comments": 1
        },
        "labels": [
          "cmd/mdatagen"
        ],
        "author": "jkoronaAtCisco",
        "state": "open",
        "assignees": []
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:pull_request:15738",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "pull_request",
        "title": "[extension/memorylimiterextension] Add otelcol_memorylimiter_refused_requests metric",
        "text": "#### Link to tracking issue Fixes #15561",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15738",
        "createdAt": "2026-08-06T08:33:50Z",
        "updatedAt": "2026-08-12T15:45:38Z",
        "timestamp": "2026-08-12T15:45:38Z",
        "metrics": {
          "reactions": 0,
          "comments": 1
        },
        "labels": [],
        "author": "chethanm99",
        "state": "open",
        "assignees": [],
        "change": "updated"
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:pull_request:15749",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "pull_request",
        "title": "Update module github.com/klauspost/compress to v1.19.2",
        "text": "This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/klauspost/compress](https://redirect.github.com/klauspost/compress) | `v1.19.1` → `v1.19.2` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fklauspost%2fcompress/v1.19.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fklauspost%2fcompress/v1.19.1/v1.19.2?slim=true) | --- ### Release Notes <details> <summary>klauspost/compress (github.com/klauspost/compress)</summary> ### [`v1.19.2`](https://redirect.github.com/klauspost/compress/releases/tag/v1.19.2) [Compare Source](https://redirect.github.com/klauspost/compress/compare/v1.19.1...v1.19.2) #### What's Changed - huff0: add arm64 assembly for Decompress4X/1X via avo lowering by [@&#8203;lizthegrey](https://redirect.github.com/lizthegrey) in [#&#8203;1172](https://redirect.github.com/klauspost/compress/pull/1172) - zstd: Re-enable unsafe decodeSync memory copies ([#&#8203;1168](https://redirect.github.com/klauspost/compress/issues/1168)) by [@&#8203;lizthegrey](https://redirect.github.com/lizthegrey) in [#&#8203;1171](https://redirect.github.com/klauspost/compress/pull/1171) - zstd: fix arm64 asm frame offsets placing locals on the saved LR slot by [@&#8203;lizthegrey](https://redirect.github.com/lizthegrey) in [#&#8203;1176](https://redirect.github.com/klauspost/compress/pull/1176) - zstd: avoid racing MaxDecodedSize write on shared dict litEnc by [@&#8203;zanarellidev](https://redirect.github.com/zanarellidev) in [#&#8203;1182](https://redirect.github.com/klauspost/compress/pull/1182) - zstd: keep BuildDict recent-offsets positive and loadable by [@&#8203;zanarellidev](https://redirect.github.com/zanarellidev) in [#&#8203;1184](https://redirect.github.com/klauspost/compress/pull/1184) - zstd: handle zero-literal BuildDict corpus by [@&#8203;cyphercodes](https://redirect.github.com/cyphercodes) in [#&#8203;1178](https://redirect.github.com/klauspost/compress/pull/1178) - zstd: don't clear the registered dictionary when decoding past the window by [@&#8203;sueun-dev](https://redirect.github.com/sueun-dev) in [#&#8203;1177](https://redirect.github.com/klauspost/compress/pull/1177) #### New Contributors - [@&#8203;zanarellidev](https://redirect.github.com/zanarellidev) made their first contribution in [#&#8203;1183](https://redirect.github.com/klauspost/compress/pull/1183) - [@&#8203;cyphercodes](https://redirect.github.com/cyphercodes) made their first contribution in [#&#8203;1178](https://redirect.github.com/klauspost/compress/pull/1178) - [@&#8203;sueun-dev](https://redirect.github.com/sueun-dev) made their first contribution in [#&#8203;1177](https://redirect.github.com/klauspost/compress/pull/1177) **Full Changelog**: <https://github.com/klauspost/compress/compare/v1.19.1...v1.19.2> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - \"on tuesday\" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xMi4wIiwidXBkYXRlZEluVmVyIjoiNDQuMTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15749",
        "createdAt": "2026-08-11T00:48:21Z",
        "updatedAt": "2026-08-13T17:52:04Z",
        "timestamp": "2026-08-13T17:52:04Z",
        "metrics": {
          "reactions": 0,
          "comments": 1
        },
        "labels": [
          "dependencies",
          "ready-to-merge",
          "renovatebot"
        ],
        "author": "renovate[bot]",
        "state": "open",
        "assignees": [],
        "change": "new"
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:pull_request:15750",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "pull_request",
        "title": "Update module github.com/knadh/koanf/maps to v0.1.3 - abandoned",
        "text": "This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/knadh/koanf/maps](https://redirect.github.com/knadh/koanf) | `v0.1.2` → `v0.1.3` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fknadh%2fkoanf%2fmaps/v0.1.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fknadh%2fkoanf%2fmaps/v0.1.2/v0.1.3?slim=true) | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - \"on tuesday\" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xMi4wIiwidXBkYXRlZEluVmVyIjoiNDQuMTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15750",
        "timestamp": "2026-08-12T13:41:43Z",
        "metrics": {
          "reactions": 0,
          "comments": 2
        },
        "labels": [
          "dependencies",
          "ready-to-merge",
          "renovatebot"
        ],
        "author": "renovate[bot]",
        "assignees": [],
        "change": "new"
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:pull_request:15752",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "pull_request",
        "title": "Update module github.com/pierrec/lz4/v4 to v4.1.28",
        "text": "This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/pierrec/lz4/v4](https://redirect.github.com/pierrec/lz4) | `v4.1.27` → `v4.1.28` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpierrec%2flz4%2fv4/v4.1.28?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpierrec%2flz4%2fv4/v4.1.27/v4.1.28?slim=true) | --- ### Release Notes <details> <summary>pierrec/lz4 (github.com/pierrec/lz4/v4)</summary> ### [`v4.1.28`](https://redirect.github.com/pierrec/lz4/compare/v4.1.27...v4.1.28) [Compare Source](https://redirect.github.com/pierrec/lz4/compare/v4.1.27...v4.1.28) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - \"on tuesday\" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xMi4wIiwidXBkYXRlZEluVmVyIjoiNDQuMTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15752",
        "createdAt": "2026-08-11T04:45:52Z",
        "updatedAt": "2026-08-13T16:59:26Z",
        "timestamp": "2026-08-13T16:59:26Z",
        "metrics": {
          "reactions": 0,
          "comments": 1
        },
        "labels": [
          "dependencies",
          "ready-to-merge",
          "renovatebot"
        ],
        "author": "renovate[bot]",
        "state": "closed",
        "assignees": []
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:pull_request:15753",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "pull_request",
        "title": "Update module github.com/santhosh-tekuri/jsonschema/v6 to v6.0.3",
        "text": "This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/santhosh-tekuri/jsonschema/v6](https://redirect.github.com/santhosh-tekuri/jsonschema) | `v6.0.2` → `v6.0.3` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsanthosh-tekuri%2fjsonschema%2fv6/v6.0.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsanthosh-tekuri%2fjsonschema%2fv6/v6.0.2/v6.0.3?slim=true) | --- ### Release Notes <details> <summary>santhosh-tekuri/jsonschema (github.com/santhosh-tekuri/jsonschema/v6)</summary> ### [`v6.0.3`](https://redirect.github.com/santhosh-tekuri/jsonschema/compare/v6.0.2...v6.0.3) [Compare Source](https://redirect.github.com/santhosh-tekuri/jsonschema/compare/v6.0.2...v6.0.3) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - \"on tuesday\" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xMi4wIiwidXBkYXRlZEluVmVyIjoiNDQuMTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15753",
        "createdAt": "2026-08-11T04:46:02Z",
        "updatedAt": "2026-08-12T15:05:08Z",
        "timestamp": "2026-08-12T15:05:08Z",
        "metrics": {
          "reactions": 0,
          "comments": 1
        },
        "labels": [
          "dependencies",
          "ready-to-merge",
          "renovatebot"
        ],
        "author": "renovate[bot]",
        "state": "closed",
        "assignees": [],
        "change": "updated"
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:pull_request:15754",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "pull_request",
        "title": "Update module google.golang.org/protobuf to v1.36.12",
        "text": "This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [google.golang.org/protobuf](https://go.googlesource.com/protobuf) | `v1.36.11` → `v1.36.12` | ![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fprotobuf/v1.36.12?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fprotobuf/v1.36.11/v1.36.12?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/8903) for more information. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - \"on tuesday\" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xMi4wIiwidXBkYXRlZEluVmVyIjoiNDQuMTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15754",
        "timestamp": "2026-08-12T13:19:08Z",
        "metrics": {
          "reactions": 0,
          "comments": 1
        },
        "labels": [
          "dependencies",
          "ready-to-merge",
          "renovatebot"
        ],
        "author": "renovate[bot]",
        "assignees": [],
        "change": "new"
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:pull_request:15755",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "pull_request",
        "title": "Update module golang.org/x/mod to v0.39.0",
        "text": "This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [golang.org/x/mod](https://pkg.go.dev/golang.org/x/mod) | [`v0.38.0` → `v0.39.0`](https://cs.opensource.google/go/x/mod/+/refs/tags/v0.38.0...refs/tags/v0.39.0) | ![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fmod/v0.39.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fmod/v0.38.0/v0.39.0?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/8903) for more information. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - \"on tuesday\" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xMi4wIiwidXBkYXRlZEluVmVyIjoiNDQuMTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15755",
        "createdAt": "2026-08-11T09:55:34Z",
        "updatedAt": "2026-08-13T15:00:25Z",
        "timestamp": "2026-08-13T15:00:25Z",
        "metrics": {
          "reactions": 0,
          "comments": 1
        },
        "labels": [
          "dependencies",
          "ready-to-merge",
          "renovatebot"
        ],
        "author": "renovate[bot]",
        "state": "closed",
        "assignees": []
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:pull_request:15756",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "pull_request",
        "title": "fix(memorylimiter): report health status only on state changes",
        "text": "#### Description The `memory_limiter` processor currently reports a `StatusOK` event on every memory check while memory usage remains below the soft limit. Since `CheckMemLimits()` runs periodically, this can generate repeated health status events even when the component remains in the same healthy state. This changes the recovery path so that: - `StatusRecoverableError` is reported when the memory limiter enters the refusing state. - `StatusOK` is reported when the memory limiter recovers from the refusing state - no status event is reported while the component remains in the same state. <!-- Issue number if applicable --> #### Link to tracking issue Fixes #15751 <!--Describe what testing was performed and which tests were added.--> #### Testing The above changes were tested with `go test ./internal/memorylimiter`. <!--Describe the documentation added.--> #### Documentation <!--Authorship attestation. See AGENTS.md for details. AI agents must not check this box on behalf of the user; the human author must check it themselves before the PR is ready for review.--> #### Authorship - [X] I, a human, wrote this pull request description myself. <!--Please delete paragraphs that you did not use before submitting.-->",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15756",
        "createdAt": "2026-08-11T10:43:20Z",
        "updatedAt": "2026-08-13T17:05:46Z",
        "timestamp": "2026-08-13T17:05:46Z",
        "metrics": {
          "reactions": 0,
          "comments": 2
        },
        "labels": [],
        "author": "chethanm99",
        "state": "open",
        "assignees": []
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:pull_request:15757",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "pull_request",
        "title": "[chore][component/componentstatus]: remove timestamp removal TODO",
        "text": "<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This change involves removing a TODO on timestamp removal, according to discussions in issue #10763. <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Authorship attestation. See AGENTS.md for details. AI agents must not check this box on behalf of the user; the human author must check it themselves before the PR is ready for review.--> #### Authorship - [X] I, a human, wrote this pull request description myself. <!--Please delete paragraphs that you did not use before submitting.-->",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15757",
        "createdAt": "2026-08-11T11:29:54Z",
        "updatedAt": "2026-08-13T17:48:58Z",
        "timestamp": "2026-08-13T17:48:58Z",
        "metrics": {
          "reactions": 0,
          "comments": 1
        },
        "labels": [
          "ready-to-merge"
        ],
        "author": "chethanm99",
        "state": "open",
        "assignees": [],
        "change": "updated"
      },
      {
        "id": "github:open-telemetry/opentelemetry-collector:pull_request:15759",
        "source": "github",
        "group": "observability",
        "project": "open-telemetry/opentelemetry-collector",
        "kind": "pull_request",
        "title": "[chore] update component status docs to describe current behavior",
        "text": "#### Description While reviewing #15756, I noticed that the behavior for component status was changed in #14638, but the documentation is out of date. This PR updates them to describe the current behavior. #### Link to tracking issue Fixes #15758 #### Authorship - [x] I, a human, wrote this pull request description myself.",
        "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15759",
        "createdAt": "2026-08-13T17:05:13Z",
        "updatedAt": "2026-08-13T17:46:59Z",
        "timestamp": "2026-08-13T17:46:59Z",
        "metrics": {
          "reactions": 0,
          "comments": 1
        },
        "labels": [],
        "author": "mwear",
        "state": "open",
        "assignees": []
      }
    ],
    "events": [
      {
        "id": "event:7237f85800e7766c3dea",
        "signalId": "github:open-telemetry/opentelemetry-collector:issue:8903",
        "event": "changed",
        "observedAt": "2026-08-13T13:48:00.446149Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:issue:8903",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "issue",
          "title": "Dependency Dashboard",
          "text": "> ℹ️ **Note** > > This PR body was truncated due to platform limits. This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.<br>[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). ## Repository Problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/open-telemetry/opentelemetry-collector). - ⚠️ WARN: Package lookup failures ## Abandoned Dependencies The following dependencies have not received updates for an extended period and may be unmaintained. <details> <summary>View abandoned dependencies (108)</summary> > [!NOTE] Packages are marked as abandoned when they exceed the [`abandonmentThreshold`](https://docs.renovatebot.com/configuration-options/#abandonmentthreshold) since their last release. Unlike deprecated packages with official notices, abandonment is detected by release inactivity. > | Datasource | Package | Last Updated | |------------|------|-------------| | github-actions | [actions-ecosystem/action-remove-labels](https://redirect.github.com/actions-ecosystem/action-remove-labels) | `2021-09-08` | | github-actions | [ludeeus/action-shellcheck](https://redirect.github.com/ludeeus/action-shellcheck) | `2023-01-29` | | gomod | [github.com/a8m/envsubst](https://redirect.github.com/a8m/envsubst) | `2025-02-24` | | gomod | [github.com/client9/misspell](https://redirect.github.com/client9/misspell) | `2018-03-09` | | gomod | [github.com/ettle/strcase](https://redirect.github.com/ettle/strcase) | `2023-01-14` | | gomod | [github.com/gobwas/glob](https://redirect.github.com/gobwas/glob) | `2018-02-08` | | gomod | [github.com/golang/snappy](https://redirect.github.com/golang/snappy) | `2023-12-25` | | gomod | [github.com/google/addlicense](https://redirect.github.com/google/addlicense) | `2025-07-16` | | gomod | [github.com/google/go-cmp](https://redirect.github.com/google/go-cmp) | `2025-01-14` | | gomod | [github.com/google/uuid](https://redirect.github.com/google/uuid) | `2024-01-23` | | gomod | [github.com/hashicorp/golang-lru/v2](https://redirect.github.com/hashicorp/golang-lru) | `2023-09-21` | | gomod | [github.com/iancoleman/strcase](https://redirect.github.com/iancoleman/strcase) | `2023-07-13` | | gomod | [github.com/iimos/ucum](https://redirect.github.com/iimos/ucum) | `2025-04-12` | | gomod | [github.com/jcchavezs/porto](https://redirect.github.com/jcchavezs/porto) | `2024-10-02` | | gomod | [github.com/json-iterator/go](https://redirect.github.com/json-iterator/go) | `2021-09-11` | | gomod | [github.com/pavius/impi](https://redirect.github.com/pavius/impi) | `2020-05-24` | | gomod | [github.com/prometheus/client_model](https://redirect.github.com/prometheus/client_model) | `2025-04-11` | | gomod | [github.com/rs/cors](https://redirect.github.com/rs/cors) | `2024-08-29` | | gomod | [go.uber.org/goleak](https://redirect.github.com/uber-go/goleak) | `2023-10-24` | | gomod | [go.uber.org/multierr](https://redirect.github.com/uber-go/multierr) | `2023-03-29` | </details> ## PR Edited (Blocked) The following updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox below. - [ ] <!-- rebase-branch=renovate/github.com-klauspost-compress-1.x -->[Update module github.com/klauspost/compress to v1.19.2](../pull/15749) - [ ] <!-- rebase-branch=renovate/all-github.comknadhkoanf-packages -->[Update module github.com/knadh/koanf/maps to v0.1.3](../pull/15750) - [ ] <!-- rebase-branch=renovate/github.com-pierrec-lz4-v4-4.x -->[Update module github.com/pierrec/lz4/v4 to v4.1.28](../pull/15752) - [ ] <!-- rebase-branch=renovate/all-golang.orgx-packages -->[Update All golang.org/x packages](../pull/15755) (`golang.org/x/mod`, `golang.org/x/net`, `golang.org/x/text`) --- > [!WARNING] > Renovate failed to look up the following dependencies: `Failed to look up go package go.opentelemetry.io/collector/component: no-result`, `Failed to look up go package go.opentelemetry.io/collector/extension/zpagesextension: no-result`, `Failed to look up go package go.opentelemetry.io/collector/extension/extensiontest: no-result`. > > Files affected: `cmd/mdatagen/go.mod`, `cmd/otelcorecol/go.mod`, `component/componentstatus/go.mod`, `component/componenttest/go.mod`, `config/configauth/go.mod`, `config/configgrpc/go.mod`, `config/confighttp/go.mod`, `config/configmiddleware/go.mod`, `config/configstorage/go.mod`, `connector/connectortest/go.mod`, `connector/forwardconnector/go.mod`, `connector/go.mod`, `connector/xconnector/go.mod`, `exporter/debugexporter/go.mod`, `exporter/exporterhelper/go.mod`, `exporter/exporterhelper/xexporterhelper/go.mod`, `exporter/exportertest/go.mod`, `exporter/go.mod`, `exporter/nopexporter/go.mod`, `exporter/otlpexporter/go.mod`, `exporter/otlphttpexporter/go.mod`, `exporter/xexporter/go.mod`, `extension/extensionauth/extensionauthtest/go.mod`, `extension/extensioncapabilities/go.mod`, `extension/extensionmiddleware/extensionmiddlewaretest/go.mod`, `extension/extensiontest/go.mod`, `extension/go.mod`, `extension/memorylimiterextension/go.mod`, `extension/xextension/go.mod`, `extension/zpagesextension/go.mod`, `internal/componentalias/go.mod`, `internal/e2e/go.mod`, `internal/memorylimiter/go.mod`, `internal/sharedcomponent/go.mod`, `internal/telemetry/go.mod`, `otelcol/go.mod`, `otelcol/otelcoltest/go.mod`, `processor/batchprocessor/go.mod`, `processor/go.mod`, `processor/memorylimiterprocessor/go.mod`, `processor/processorhelper/go.mod`, `processor/processorhelper/xprocessorhelper/go.mod`, `processor/processortest/go.mod`, `processor/queuebatchprocessor/go.mod`, `processor/xprocessor/go.mod`, `receiver/go.mod`, `receiver/nopreceiver/go.mod`, `receiver/otlpreceiver/go.mod`, `receiver/receiverhelper/go.mod`, `receiver/receivertest/go.mod`, `receiver/xreceiver/go.mod`, `scraper/go.mod`, `scraper/scraperhelper/go.mod`, `scraper/scraperhelper/xscraperhelper/go.mod`, `scraper/scrapertest/go.mod`, `scraper/xscraper/go.mod`, `service/go.mod`, `service/hostcapabilities/go.mod`, `service/telemetry/telemetrytest/go.mod` --- ## Open The following updates have all been created. To force a retry/rebase of any, click on a checkbox below. - [ ] <!-- rebase-branch=renovate/github-actions-deps -->[Update github-actions deps](../pull/15576) (`CodSpeedHQ/action`, `actions/checkout`, `actions/setup-go`, `actions/setup-node`, `actions/stale`, `github/codeql-action`, `lycheeverse/lychee-action`, `ossf/scorecard-action`, `zizmorcore/zizmor-action`) - [ ] <!-- rebase-branch=renovate/github.com-dkorunic-betteralign-0.x -->[Update module github.com/dkorunic/betteralign to v0.14.3](../pull/15113) - [ ] <!-- rebase-branch=renovate/github.com-golangci-golangci-lint-v2-2.x -->[Update module github.com/golangci/golangci-lint/v2 to v2.12.2](../pull/14677) - [ ] <!-- rebase-branch=renovate/major-github-actions-deps -->[Update github-actions deps (major)](../pull/15579) (`CodSpeedHQ/action`, `actions/setup-go`, `actions/setup-node`, `actions/stale`) - [ ] <!-- rebase-all-open-prs -->**Click on this checkbox to rebase all open PRs at once** ## Detected Dependencies > [!NOTE] > Detected dependencies section has been truncated <details><summary>github-actions (37)</summary> <blockquote> <details><summary>.github/workflows/add-labels-and-owners.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/add-labels-command.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/add-rfc-label.yml (1)</summary> - `ubuntu 24.04` </details> <details><summary>.github/workflows/api-compatibility.yml (4)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/approve-workflows.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` - `ubuntu 24.04` </details> <details><summary>.github/workflows/build-and-test-arm.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/build-and-test-windows.yaml (6)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/build-and-test.yml (27)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/setup-node v6.4.0@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e` → [Updates: `v6.5.0`, `v7.0.0`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/upload-artifact v7.0.1@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `codecov/codecov-action v7.0.0@fb8b3582c8e4def4969c97caa2f19720cb33a72f` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `node 24` </details> <details><summary>.github/workflows/builder-integration-test.yaml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/builder-snapshot.yaml (11)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `sigstore/cosign-installer v4.1.2@6f9f17788090df1f26f669e9d70d6ae9567deba6` - `anchore/sbom-action v0.24.0@e22c389904149dbc22b58101806040fa8d37a610` - `docker/setup-qemu-action v4.2.0@96fe6ef7f33517b61c61be40b68a1882f3264fb8` - `docker/setup-buildx-action v4.2.0@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c` - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `goreleaser/goreleaser-action v7.2.3@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94` - `goreleaser/goreleaser-action v7.2.3@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94` - `ubuntu 24.04` </details> <details><summary>.github/workflows/changelog.yml (4)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `lycheeverse/lychee-action v2.8.0@8646ba30535128ac92d33dfc9133794bfdd9b411` → [Updates: `v2.9.0`] </details> <details><summary>.github/workflows/check-codeowners.yaml (5)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v6.5.0`, `v7.0.0`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` - `ubuntu 24.04` </details> <details><summary>.github/workflows/check-links.yaml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `lycheeverse/lychee-action v2.8.0@8646ba30535128ac92d33dfc9133794bfdd9b411` → [Updates: `v2.9.0`] </details> <details><summary>.github/workflows/check-merge-freeze.yml (1)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] </details> <details><summary>.github/workflows/check-pr-issue-link.yml</summary> </details> <details><summary>.github/workflows/codeql-analysis.yml (6)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `github/codeql-action v4.36.3@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a` → [Updates: `v4.37.6`] - `github/codeql-action v4.36.3@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a` → [Updates: `v4.37.6`] - `github/codeql-action v4.36.3@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a` → [Updates: `v4.37.6`] </details> <details><summary>.github/workflows/contrib-tests.yml (6)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/upload-artifact v7.0.1@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/download-artifact v8.0.1@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c` - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/fossa.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `fossas/fossa-action v2.0.0@29693cc50323968e039056be419b32989fc5880c` </details> <details><summary>.github/workflows/go-benchmarks.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `CodSpeedHQ/action v4.18.2@4e969336ab9acd4f6f8d025fdd793292b0835df0` → [Updates: `v4.19.1`, `v5.0.3`] </details> <details><summary>.github/workflows/lint-workflow-files.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v6.5.0`, `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/milestone-add-to-pr.yml (1)</summary> - `actions/github-script v9.0.0@3a2844b7e9c422d3c10d287c895573f7108da1b3` </details> <details><summary>.github/workflows/perf.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/ping-codeowners-issues.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/ping-codeowners-on-new-issue.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/ping-codeowners-prs.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/prepare-release.yml (6)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` </details> <details><summary>.github/workflows/release-branch.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/rerun-workflows.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` - `ubuntu 24.04` </details> <details><summary>.github/workflows/scorecard.yml (4)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ossf/scorecard-action v2.4.3@4eaacf0543bb3f2c246792bd56e8cdeffafb205a` → [Updates: `v2.4.4`] - `actions/upload-artifact v7.0.1@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a` - `github/codeql-action v4.36.3@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a` → [Updates: `v4.37.6`] </details> <details><summary>.github/workflows/shellcheck.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ludeeus/action-shellcheck 2.0.0@00cae500b08a931fb5698e11e79bfbd38e612a38` </details> <details><summary>.github/workflows/sourcecode-release.yaml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/github-script v9.0.0@3a2844b7e9c422d3c10d287c895573f7108da1b3` </details> <details><summary>.github/workflows/spell-check.yaml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `streetsidesoftware/cspell-action v8.4.0@de2a73e963e7443969755b648a1008f77033c5b2` </details> <details><summary>.github/workflows/stale-pr.yaml (1)</summary> - `actions/stale v10.3.0@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899` → [Updates: `v10.4.0`, `v11.0.0`] </details> <details><summary>.github/workflows/survey-on-merged-pr.yml (1)</summary> - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` </details> <details><summary>.github/workflows/tidy-dependencies.yml (4)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions-ecosystem/action-remove-labels v1.3.0@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0` </details> <details><summary>.github/workflows/weekly-slack-report.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/zizmor.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `zizmorcore/zizmor-action v0.5.7@192e21d79ab29983730a13d1382995c2307fbcaa` → [Updates: `v0.6.2`] </details> </blockquote> </details> <details><summary>gomod (63)</summary> <blockquote> <details><summary>client/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>cmd/builder/go.mod (14)</summary> - `go 1.25.0` - `github.com/knadh/koanf/parsers/yaml v1.1.1` - `github.com/knadh/koanf/providers/env/v2 v2.0.1` - `github.com/knadh/koanf/providers/file v1.2.1` - `github.com/knadh/koanf/providers/fs v1.0.1` - `github.com/knadh/koanf/v2 v2.3.6` - `github.com/spf13/cobra v1.10.2` - `github.com/spf13/pflag v1.0.10` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` - `go.yaml.in/yaml/v3 v3.0.5` - `golang.org/x/mod v0.38.0` → [Updates: `v0.39.0`] </details> <details><summary>cmd/mdatagen/go.mod (45)</summary> - `go 1.25.0` - `github.com/google/go-cmp v0.7.0` - `github.com/iimos/ucum v0.0.3` - `github.com/spf13/cobra v1.10.2` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/fileprovider v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/connectortest v0.158.0` - `go.opentelemetry.io/collector/connector/xconnector v0.158.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/featuregate v1.64.0` - `go.opentelemetry.io/collector/filter v0.158.0` - `go.opentelemetry.io/collector/internal/schemagen v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/xpdata v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` - `go.opentelemetry.io/collector/processor v1.64.0` - `go.opentelemetry.io/collector/processor/processortest v0.158.0` - `go.opentelemetry.io/collector/processor/xprocessor v0.158.0` - `go.opentelemetry.io/collector/receiver v1.64.0` - `go.opentelemetry.io/collector/receiver/receivertest v0.158.0` - `go.opentelemetry.io/collector/receiver/xreceiver v0.158.0` - `go.opentelemetry.io/collector/scraper v0.158.0` - `go.opentelemetry.io/collector/scraper/scraperhelper v0.158.0` - `go.opentelemetry.io/collector/scraper/scrapertest v0.158.0` - `go.opentelemetry.io/collector/scraper/xscraper v0.158.0` - `go.opentelemetry.io/collector/service/hostcapabilities v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.opentelemetry.io/otel/metric v1.45.0` - `go.opentelemetry.io/otel/sdk/metric v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` - `go.yaml.in/yaml/v3 v3.0.5` - `golang.org/x/text v0.40.0` → [Updates: `v0.41.0`] </details> <details><summary>cmd/otelcorecol/go.mod (28)</summary> - `go 1.25.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/envprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/fileprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/httpprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/httpsprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/yamlprovider v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/forwardconnector v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/debugexporter v0.158.0` - `go.opentelemetry.io/collector/exporter/nopexporter v0.158.0` - `go.opentelemetry.io/collector/exporter/otlpexporter v0.158.0` - `go.opentelemetry.io/collector/exporter/otlphttpexporter v0.158.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/memorylimiterextension v0.158.0` - `go.opentelemetry.io/collector/extension/zpagesextension v0.158.0` - `go.opentelemetry.io/collector/otelcol v0.158.0` - `go.opentelemetry.io/collector/processor v1.64.0` - `go.opentelemetry.io/collector/processor/batchprocessor v0.158.0` - `go.opentelemetry.io/collector/processor/memorylimiterprocessor v0.158.0` - `go.opentelemetry.io/collector/processor/queuebatchprocessor v0.158.0` - `go.opentelemetry.io/collector/receiver v1.64.0` - `go.opentelemetry.io/collector/receiver/nopreceiver v0.158.0` - `go.opentelemetry.io/collector/receiver/otlpreceiver v0.158.0` - `go.opentelemetry.io/collector/service v0.158.0` - `golang.org/x/sys v0.47.0` </details> <details><summary>cmd/schemagen/go.mod (5)</summary> - `go 1.25.0` - `github.com/iancoleman/strcase v0.3.0` - `github.com/stretchr/testify v1.11.1` - `go.yaml.in/yaml/v3 v3.0.5` - `golang.org/x/tools v0.48.0` </details> <details><summary>component/componentstatus/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` </details> <details><summary>component/componenttest/go.mod (11)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/otel/metric v1.45.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/sdk/metric v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>component/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/otel/metric v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>config/configauth/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth/extensionauthtest v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configcompression/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configgrpc/go.mod (26)</summary> - `go 1.25.0` - `github.com/golang/snappy v1.0.0` - `github.com/klauspost/compress v1.19.1` → [Updates: `v1.19.2`] - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/client v1.64.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/configcompression v1.64.0` - `go.opentelemetry.io/collector/config/configmiddleware v1.64.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth/extensionauthtest v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware/extensionmiddlewaretest v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.70.0` - `go.opentelemetry.io/otel v1.45.0` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>config/confighttp/go.mod (28)</summary> - `go 1.25.0` - `github.com/golang/snappy v1.0.0` - `github.com/klauspost/compress v1.19.1` → [Updates: `v1.19.2`] - `github.com/pierrec/lz4/v4 v4.1.27` → [Updates: `v4.1.28`] - `github.com/rs/cors v1.11.1` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/client v1.64.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/configcompression v1.64.0` - `go.opentelemetry.io/collector/config/configmiddleware v1.64.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth/extensionauthtest v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware/extensionmiddlewaretest v0.158.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.70.0` - `go.opentelemetry.io/otel v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `golang.org/x/net v0.57.0` → [Updates: `v0.58.0`] - `go.opentelemetry.io/collector/confmap v1.64.0` </details> <details><summary>config/confighttp/xconfighttp/go.mod (8)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/confighttp v0.158.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.70.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` </details> <details><summary>config/configmiddleware/go.mod (8)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware/extensionmiddlewaretest v0.158.0` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>config/confignet/go.mod (4)</summary> - `go 1.25.0` - `github.com/Microsoft/go-winio v0.6.2` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configopaque/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` - `go.yaml.in/yaml/v3 v3.0.5` </details> <details><summary>config/configoptional/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configretry/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configstorage/go.mod (6)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension/xextension v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configtelemetry/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configtls/go.mod (8)</summary> - `go 1.25.0` - `github.com/foxboron/go-tpm-keyfiles v0.0.0-20250903184740-5d135037bd4d@5d135037bd4d` → [Updates: `v0.0.0-20260427185012-515ba073c4c1`] - `github.com/google/go-tpm v0.9.8` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/go.mod (13)</summary> - `go 1.25.0` - `github.com/go-viper/mapstructure/v2 v2.5.0` - `github.com/gobwas/glob v0.2.3` - `github.com/knadh/koanf/maps v0.1.2` → [Updates: `v0.1.3`] - `github.com/knadh/koanf/providers/confmap v1.0.1` - `github.com/knadh/koanf/v2 v2.3.6` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/featuregate v1.64.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` - `go.yaml.in/yaml/v3 v3.0.5` </details> <details><summary>confmap/internal/e2e/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/envprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/fileprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/xconfmap v0.158.0` </details> <details><summary>confmap/provider/envprovider/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>confmap/provider/fileprovider/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/provider/httpprovider/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/provider/httpsprovider/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/provider/yamlprovider/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/xconfmap/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` </details> <details><summary>connector/connectortest/go.mod (13)</summary> - `go 1.25.0` - `github.com/google/uuid v1.6.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/xconnector v0.158.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>connector/forwardconnector/go.mod (16)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/connectortest v0.158.0` - `go.opentelemetry.io/collector/connector/xconnector v0.158.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>connector/go.mod (12)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.opentelemetry.io/collector/internal/fanoutconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` </details> <details><summary>connector/xconnector/go.mod (13)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.opentelemetry.io/collector/internal/fanoutconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` </details> <details><summary>consumer/consumererror/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>consumer/consumererror/xconsumererror/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` </details> <details><summary>consumer/consumertest/go.mod (8)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>consumer/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>consumer/xconsumer/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` </details> <details><summary>exporter/debugexporter/go.mod (20)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configtelemetry v0.158.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pdata/xpdata v0.158.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `golang.org/x/sys v0.47.0` </details> <details><summary>exporter/exporterhelper/go.mod (35)</summary> - `go 1.25.0` - `github.com/cenkalti/backoff/v7 v7.0.0` - `github.com/hashicorp/golang-lru/v2 v2.0.7` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/client v1.64.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/extension/extensiontest v0.158.0` - `go.opentelemetry.io/collector/extension/xextension v0.158.0` - `go.opentelemetry.io/collector/featuregate v1.64.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pdata/xpdata v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.opentelemetry.io/otel/metric v1.45.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/sdk/metric v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` - `google.golang.org/grpc v1.83.0` - `google.golang.org/protobuf v1.36.12` </details> <details><summary>exporter/exporterhelper/xexporterhelper/go.mod (23)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/consumer/consumererror/xconsumererror v0.158.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pdata/xpdata v0.158.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>exporter/exportertest/go.mod (18)</summary> - `go 1.25.0` - `github.com/google/uuid v1.6.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/receiver v1.64.0` - `go.opentelemetry.io/collector/receiver/receivertest v0.158.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>exporter/go.mod (13)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>exporter/nopexporter/go.mod (12)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>exporter/otlpexporter/go.mod (30)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector v0.158.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/configcompression v1.64.0` - `go.opentelemetry.io/collector/config/configgrpc v1.64.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `google.golang.org/genproto/googleapis/rpc v0.0.0-20260803160001-6ac0973c030d@6ac0973c030d` → [Updates: `v0.0.0-20260810153831-ec0a7760b754`] - `google.golang.org/grpc v1.83.0` - `google.golang.org/protobuf v1.36.12` </details> <details><summary>exporter/otlphttpexporter/go.mod (28)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector v0.158.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configcompression v1.64.0` - `go.opentelemetry.io/collector/config/confighttp v0.158.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa@3dc84a4a5aaa` → [Updates: `v0.0.0-20260810153831-ec0a7760b754`] - `google.golang.org/grpc v1.83.0` - `google.golang.org/protobuf v1.36.12` </details> <details><summary>exporter/xexporter/go.mod (8)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` </details> <details><summary>extension/extensionauth/extensionauthtest/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth v1.64.0` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/extensionauth/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/extensioncapabilities/go.mod (4)</summary> - `go 1.25.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` </details> <details><summary>extension/extensionmiddleware/extensionmiddlewaretest/go.mod (6)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/extensionmiddleware/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/extensiontest/go.mod (6)</summary> - `go 1.25.0` - `github.com/google/uuid v1.6.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/extension v1.64.0` </details> <details><summary>extension/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>extension/memorylimiterextension/go.mod (12)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `go.opentelemetry.io/collector/extension/extensiontest v0.158.0` - `go.opentelemetry.io/collector/internal/memorylimiter v0.158.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/xextension/go.mod (6)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` </details> <details><summary>extension/zpagesextension/go.mod (18)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componentstatus v0.158.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/confighttp v0.158.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensiontest v0.158.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/contrib/zpages v0.70.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>featuregate/go.mod (5)</summary> - `go 1.25.0` - `github.com/hashicorp/go-version v1.9.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` </details> <details><summary>filter/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` </details> <details><summary>go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa@3dc84a4a5aaa` → [Updates: `v0.0.0-20260810153831-ec0a7760b754`] - `google.golang.org/grpc v1.83.0` - `google.golang.org/protobuf v1.36.12` </details> <details><summary>internal/cmd/pdatagen/go.mod (2)</summary> - `go 1.25.0` - `github.com/ettle/strcase v0.2.0` </details> <details><summary>internal/componentalias/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` </details> <details><summary>internal/e2e/go.mod (10)</summary> - `go 1.25.0` - `github.com/google/go-cmp v0.7.0` - `github.com/google/uuid v1.6.0` - `github.com/prometheus/client_model v0.6.2` - `github.com/prometheus/common v0.70.1` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componentstatus v0.158.0` - `go.opentele > ✂ **Note** > > PR body was truncated to here.",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/issues/8903",
          "createdAt": "2023-11-14T20:39:08Z",
          "updatedAt": "2026-08-13T13:06:16Z",
          "timestamp": "2026-08-13T13:06:16Z",
          "metrics": {
            "reactions": 0,
            "comments": 0
          },
          "labels": [],
          "author": "renovate[bot]",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:eba65ceeddb20fd16fce",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15756",
        "event": "changed",
        "observedAt": "2026-08-13T13:48:00.446149Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15756",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "fix(memorylimiter): report health status only on state changes",
          "text": "#### Description The `memory_limiter` processor currently reports a `StatusOK` event on every memory check while memory usage remains below the soft limit. Since `CheckMemLimits()` runs periodically, this can generate repeated health status events even when the component remains in the same healthy state. This changes the recovery path so that: - `StatusRecoverableError` is reported when the memory limiter enters the refusing state. - `StatusOK` is reported when the memory limiter recovers from the refusing state - no status event is reported while the component remains in the same state. <!-- Issue number if applicable --> #### Link to tracking issue Fixes #15751 <!--Describe what testing was performed and which tests were added.--> #### Testing The above changes were tested with `go test ./internal/memorylimiter`. <!--Describe the documentation added.--> #### Documentation <!--Authorship attestation. See AGENTS.md for details. AI agents must not check this box on behalf of the user; the human author must check it themselves before the PR is ready for review.--> #### Authorship - [X] I, a human, wrote this pull request description myself. <!--Please delete paragraphs that you did not use before submitting.-->",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15756",
          "createdAt": "2026-08-11T10:43:20Z",
          "updatedAt": "2026-08-13T10:52:52Z",
          "timestamp": "2026-08-13T10:52:52Z",
          "metrics": {
            "reactions": 0,
            "comments": 0
          },
          "labels": [],
          "author": "chethanm99",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:36b8870a014b090140d6",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15267",
        "event": "changed",
        "observedAt": "2026-08-13T13:48:00.446149Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15267",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "Drop only oversized items instead of the full batch",
          "text": "#### Description Currently, if one element from the batch is bigger than the allowed batch size, the full batch is dropped. After this PR, we only drop the \"offending\" element. <!-- Issue number if applicable --> #### Link to tracking issue Fixes #14264 #### Testing - Manual and unit testing - Added some benchmarking. No regressions found.",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15267",
          "createdAt": "2026-05-07T13:56:17Z",
          "updatedAt": "2026-08-13T10:25:27Z",
          "timestamp": "2026-08-13T10:25:27Z",
          "metrics": {
            "reactions": 0,
            "comments": 4
          },
          "labels": [
            "Stale"
          ],
          "author": "iblancasa",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:ec2911f18fb04405fef3",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15510",
        "event": "changed",
        "observedAt": "2026-08-13T13:48:00.446149Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15510",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "exporterhelper: record queue batch send size after batching",
          "text": "#### Description Record `otelcol_exporter_queue_batch_send_size` and `otelcol_exporter_queue_batch_send_size_bytes` after batching, in the obs report sender, so they reflect the size of the batch actually sent downstream rather than the size of each request at the time of enqueue. #### Link to tracking issue Fixes #14674 #### Testing Moved the existing per-signal batch-size tests from `internal/queue/obs_queue_test.go` to `internal/obs_report_sender_test.go`. #### Documentation None. The metric name and description in `metadata.yaml` are unchanged; The description (\"Number of bytes in batch that was sent.\") is now actually accurate. #### Authorship - [x] I, a human, wrote this pull request description myself.",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15510",
          "createdAt": "2026-06-29T06:42:44Z",
          "updatedAt": "2026-08-13T10:11:27Z",
          "timestamp": "2026-08-13T10:11:27Z",
          "metrics": {
            "reactions": 1,
            "comments": 8
          },
          "labels": [],
          "author": "karakayasemi",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:f0840411d1315234d559",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15685",
        "event": "changed",
        "observedAt": "2026-08-13T13:48:00.446149Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15685",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "Add Certificate Revocation List (CRL) support",
          "text": "<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Enables interfaces to validate certificates against configured CRLs, helping ensure that revoked certificates are identified and rejected during certificate validation. <!-- Issue number if applicable --> #### Link to tracking issue Feature Discussion# #12997 <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Authorship attestation. See AGENTS.md for details. AI agents must not check this box on behalf of the user; the human author must check it themselves before the PR is ready for review.--> #### Authorship - [✓ ] I, a human, wrote this pull request description myself. <!--Please delete paragraphs that you did not use before submitting.-->",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15685",
          "createdAt": "2026-07-30T07:42:16Z",
          "updatedAt": "2026-08-13T08:57:26Z",
          "timestamp": "2026-08-13T08:57:26Z",
          "metrics": {
            "reactions": 0,
            "comments": 2
          },
          "labels": [],
          "author": "charanck9",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:b6d6e01963779b50b705",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15662",
        "event": "changed",
        "observedAt": "2026-08-13T13:48:00.446149Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15662",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "[pdata/pprofile] MergeTo: reserve index 0 of empty destination dictionary tables",
          "text": "#### Description Profiles.MergeTo remaps entries from the source dictionary into the destination dictionary but never reserves index 0 of each destination table for that table's zero value. profiles.proto requires that \"the element at index 0 MUST be the zero value for the dictionary's element type\" (e.g. \"\" for string_table), since every unset reference (e.g. an unset Strindex) resolves to it. When the destination dictionary starts out empty, the first entry switched over lands at index 0 instead of the zero value, producing a non-conformant dictionary in which unset references silently resolve to real data. This is a data-correctness bug, not a crash: MergeTo itself does not panic or error. Concretely, if the first string merged into an empty destination is some real value (e.g. a semconv attribute key), any function/location that had an unset filename/name (Strindex == 0) will report that unrelated string as its filename/name after the merge, as described in the issue's pprofreceiver-based repro. Destinations that are already pre-populated with conformant zero values before calling MergeTo (the existing convention used throughout this package's own tests) are unaffected, since the fix only seeds tables that are still empty. The fix adds ensureDictionarySentinels (pdata/pprofile/dictionary_helpers.go), called at the top of MergeTo (after the self-merge no-op check, before switchDictionary runs). It seeds index 0 of each of the destination dictionary's 7 tables (string, attribute, function, link, location, mapping, stack) with that table's zero value, but only for tables that are still empty. A table that already holds entries is left untouched, since inserting at index 0 would shift every existing index and invalidate references already pointing into it. This matches the fix suggested in the issue. #### Link to tracking issue Fixes #15661 #### Testing Added TestProfilesMergeTo_ReservesDictionaryZeroValues, adapted from the issue's reproduction: it merges a conformant source (whose index 0 in every table is already the zero value, plus one real string at index 1) into a freshly empty destination, and asserts every destination table's index-0 entry is the zero value while index 1 still holds the real value. Confirmed the test fails (wrong value, then an index-out-of-range panic) when profiles_merge.go's fix is reverted, and passes with it applied. Ran `cd pdata/pprofile && go build ./... && go vet ./... && go test ./...`; all packages pass, including the existing MergeTo test suite in profiles_merge_test.go, which already covers destinations that are pre-populated with zero values by the caller and confirms no regression there. #### Documentation Added a `.chloggen` entry (`fix-pprofile-mergeto-dictionary-zero-value.yaml`) describing the bug fix for release notes. #### Authorship - [ ] I, a human, wrote this pull request description myself. --- AI assistance: this change was drafted with Claude Code.",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15662",
          "createdAt": "2026-07-26T16:10:54Z",
          "updatedAt": "2026-08-13T07:51:05Z",
          "timestamp": "2026-08-13T07:51:05Z",
          "metrics": {
            "reactions": 0,
            "comments": 7
          },
          "labels": [],
          "author": "pujitha24",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:41e7607ac29b3f97eccc",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15757",
        "event": "changed",
        "observedAt": "2026-08-13T13:48:00.446149Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15757",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "[chore][component/componentstatus]: remove timestamp removal TODO",
          "text": "<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This change involves removing a TODO on timestamp removal, according to discussions in issue #10763. <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Authorship attestation. See AGENTS.md for details. AI agents must not check this box on behalf of the user; the human author must check it themselves before the PR is ready for review.--> #### Authorship - [X] I, a human, wrote this pull request description myself. <!--Please delete paragraphs that you did not use before submitting.-->",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15757",
          "createdAt": "2026-08-11T11:29:54Z",
          "updatedAt": "2026-08-13T07:13:21Z",
          "timestamp": "2026-08-13T07:13:21Z",
          "metrics": {
            "reactions": 0,
            "comments": 0
          },
          "labels": [],
          "author": "chethanm99",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:5d416907ac6c1d737365",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15684",
        "event": "changed",
        "observedAt": "2026-08-13T13:48:00.446149Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15684",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "[pdata] move useProtoPooling to beta",
          "text": "<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description move useProtoPooling feature gate to beta <!-- Issue number if applicable --> #### Link to tracking issue Related to #13631 <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Authorship attestation. See AGENTS.md for details. AI agents must not check this box on behalf of the user; the human author must check it themselves before the PR is ready for review.--> #### Authorship - [x] I, a human, wrote this pull request description myself. <!--Please delete paragraphs that you did not use before submitting.-->",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15684",
          "createdAt": "2026-07-29T23:32:47Z",
          "updatedAt": "2026-08-13T03:53:40Z",
          "timestamp": "2026-08-13T03:53:40Z",
          "metrics": {
            "reactions": 0,
            "comments": 3
          },
          "labels": [
            "Stale"
          ],
          "author": "atoulme",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:a60f2d66a5d9446bfbdd",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15655",
        "event": "changed",
        "observedAt": "2026-08-13T13:48:00.446149Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15655",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "Fix grammatical errors and remove duplicate code in logs_router",
          "text": "This commit addresses several minor issues across the codebase: - connector: Removed duplicate `Consumer` and `PipelineIDs` methods from `logsRouter` that shadowed the embedded `BaseRouter` methods. This also resolves a variable shadowing issue where `var errors error` shadowed the imported `errors` package. - service/internal/graph: Fixed grammatically incorrect error messages in the graph builders that produced strings like \"error creating exporter X is not supported\". - exporter/exporterhelper: Fixed grammar in queue comments (\"consumer don't\" to \"consumers don't\", and \"allow distinguish\" to \"allow distinguishing\"). - processor/batchprocessor: Fixed godoc grammar (\"batcher is describes\"). <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description <!-- Issue number if applicable --> #### Link to tracking issue Fixes # <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Authorship attestation. See AGENTS.md for details. AI agents must not check this box on behalf of the user; the human author must check it themselves before the PR is ready for review.--> #### Authorship - [ x] I, a human, wrote this pull request description myself. <!--Please delete paragraphs that you did not use before submitting.-->",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15655",
          "createdAt": "2026-07-24T17:14:49Z",
          "updatedAt": "2026-08-13T03:53:36Z",
          "timestamp": "2026-08-13T03:53:36Z",
          "metrics": {
            "reactions": 0,
            "comments": 2
          },
          "labels": [
            "Stale"
          ],
          "author": "farhan11166",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:f201337484b3e03de87f",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15656",
        "event": "changed",
        "observedAt": "2026-08-13T13:48:00.446149Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15656",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "feat: add support for identity compression algorithm in confighttp",
          "text": "#### Description Per RFC 7231 3.1.2.2, `Content-Encoding: identity` is a valid header value that signifies no encoding/compression was used. The `httpContentDecompressor` previously rejected payloads with `Content-Encoding: identity` with a `400 Bad Request` because `\"identity\"` was not registered in the available decoders. This PR fixes the issue by mapping `\"identity\"` to act as a pass-through (identical to `\"\"`) whenever uncompressed payloads are allowed. This also resolves a documented `// BUG:` in the `compression_test.go` suite. #### Link to tracking issue Fixes # #### Testing - Updated the `Mixed_Identity_ShouldAccept` test case in `compression_test.go` which previously expected a `400 Bad Request` (marked as a BUG) to correctly expect `200 OK`. - Ran `go test ./...` in `config/confighttp` and verified all tests pass. #### Documentation None needed. #### Authorship - [x] I, a human, wrote this pull request description myself.",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15656",
          "createdAt": "2026-07-24T17:33:27Z",
          "updatedAt": "2026-08-13T03:53:35Z",
          "timestamp": "2026-08-13T03:53:35Z",
          "metrics": {
            "reactions": 0,
            "comments": 3
          },
          "labels": [
            "Stale"
          ],
          "author": "farhan11166",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:4443059fcc4295e703f4",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15667",
        "event": "changed",
        "observedAt": "2026-08-13T13:48:00.446149Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15667",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "feat(confignet): add Unix domain socket lifecycle management",
          "text": "#### Description AddrConfig.Listen() now automatically manages the full lifecycle of filesystem-based Unix domain sockets: - Removes stale socket files before binding (refuses to remove non-socket files for safety) - Sets socket permissions to 0722 so any local process can connect - Cleans up socket files on Close() - Abstract sockets (@ prefix) are unaffected — they live in kernel memory and need no filesystem handling - No configuration needed — the behavior is automatic for all Unix transport types #### Link to tracking issue Fixes #15189 #### Testing - Unit tests for removeStaleSocket (nonexistent path, regular file, stale socket) - Unit tests for isAbstractSocket helper - Unit tests for unixListener.Close removing socket file - Integration test: Listen succeeds despite pre-existing stale socket - Integration test: Listen refuses to remove a non-socket file - Integration test: socket gets 0722 permissions after Listen - Integration test: socket file removed after Close - All tests pass locally (go test ./... -count=1) #### Documentation #### Authorship - [x] I, a human, wrote this pull request description myself.",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15667",
          "createdAt": "2026-07-27T20:03:05Z",
          "updatedAt": "2026-08-13T03:53:31Z",
          "timestamp": "2026-08-13T03:53:31Z",
          "metrics": {
            "reactions": 0,
            "comments": 1
          },
          "labels": [
            "Stale"
          ],
          "author": "jsokol805",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:d42becefa87db21a4088",
        "signalId": "github:open-telemetry/opentelemetry-collector:issue:15704",
        "event": "changed",
        "observedAt": "2026-08-13T13:48:00.446149Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:issue:15704",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "issue",
          "title": "AIX support for tier 2",
          "text": "### Component(s) _No response_ ### Describe the issue you're reporting Following on #13380, now that we build AIX, this issue is to track moving to tier 2. ### Tip <sub>[React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. Learn more [here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/issues/15704",
          "createdAt": "2026-08-03T04:49:20Z",
          "updatedAt": "2026-08-13T00:30:29Z",
          "timestamp": "2026-08-13T00:30:29Z",
          "metrics": {
            "reactions": 0,
            "comments": 0
          },
          "labels": [],
          "author": "atoulme",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:89fd350cc61df3690bde",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15734",
        "event": "changed",
        "observedAt": "2026-08-13T13:48:00.446149Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15734",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "scraperhelper: clarify collection_interval documentation",
          "text": "#### Description Updates the `collection_interval` documentation to match the current implementation. While investigating #15718, I found that the controller uses `collection_interval` to schedule scrapes, while the optional `timeout` field controls the scrape context deadline. The existing timeout tests also verify this behavior. This PR updates the metadata description and regenerates the associated schema and documentation artifacts. No runtime behavior or tests are changed. #### Link to tracking issue Related to #15718 #### Testing - Regenerated the affected schema and documentation artifacts. - Verified the change is documentation-only. - No runtime code or tests were modified. #### Documentation Updated the `collection_interval` description to accurately describe its current behavior. The generated schemas, Go comments, and sample documentation were regenerated from the updated metadata. #### Authorship - [x] I, a human, wrote this pull request description myself.",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15734",
          "createdAt": "2026-08-05T14:51:21Z",
          "updatedAt": "2026-08-12T19:49:26Z",
          "timestamp": "2026-08-12T19:49:26Z",
          "metrics": {
            "reactions": 0,
            "comments": 1
          },
          "labels": [],
          "author": "SSOHEB",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:fbd14678e9a06e742faf",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15738",
        "event": "changed",
        "observedAt": "2026-08-13T13:48:00.446149Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15738",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "[extension/memorylimiterextension] Add otelcol_memorylimiter_refused_requests metric",
          "text": "#### Link to tracking issue Fixes #15561",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15738",
          "createdAt": "2026-08-06T08:33:50Z",
          "updatedAt": "2026-08-12T15:45:38Z",
          "timestamp": "2026-08-12T15:45:38Z",
          "metrics": {
            "reactions": 0,
            "comments": 1
          },
          "labels": [],
          "author": "chethanm99",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:624025f3ef571f8d126c",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:14677",
        "event": "changed",
        "observedAt": "2026-08-13T13:48:00.446149Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:14677",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "Update module github.com/golangci/golangci-lint/v2 to v2.12.2",
          "text": "This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/golangci/golangci-lint/v2](https://redirect.github.com/golangci/golangci-lint) | `v2.6.2` → `v2.12.2` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgolangci%2fgolangci-lint%2fv2/v2.12.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgolangci%2fgolangci-lint%2fv2/v2.6.2/v2.12.2?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/8903) for more information. --- ### Release Notes <details> <summary>golangci/golangci-lint (github.com/golangci/golangci-lint/v2)</summary> ### [`v2.12.2`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2122) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.12.1...v2.12.2) *Released on 2026-05-06* 1. Linters bug fixes - `gomodguard_v2`: fix blocked configuration - `gomodguard_v2`: from 2.1.0 to 2.1.3 - `iface`: from 1.4.1 to 1.4.2 ### [`v2.12.1`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2121) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.12.0...v2.12.1) *Released on 2026-05-01* 1. Linters bug fixes - `gomodguard_v2`: fix panic with migration suggestion 2. Misc. - fix `install.sh` script (if you are still using an URL based on the branch `master`, please update to use `https://golangci-lint.run/install.sh`) ### [`v2.12.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2120) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.11.4...v2.12.0) *Released on 2026-05-01* 1. New linters - Add `clickhouselint` linter <https://github.com/ClickHouse/clickhouse-go-linter> 2. Linters new features or changes - `dupl`: from [`f665c8d`](https://redirect.github.com/golangci/golangci-lint/commit/f665c8d69b32) to [`c99c5cf`](https://redirect.github.com/golangci/golangci-lint/commit/c99c5cf5c202) (extended detection) - `funcorder`: from 0.5.0 to 0.6.0 (new option: `function`) - `goconst`: add an option to ignore strings from tests - `goconst`: from 1.8.2 to 1.10.0 (extended detection) - `gomodguard_v2`: from 1.4.1 to 2.1.0 (major version with new configuration) - `gosec`: from [`619ce21`](https://redirect.github.com/golangci/golangci-lint/commit/619ce2117e08) to 2.26.1 (new checks: `G124`, `G708`, `G709`, `G710`) - `govet`: add `inline` analyzer - `makezero`: from 2.1.0 to 2.2.1 (support slice type aliases) - `paralleltest`: expose `checkcleanup` option - `sloglint`: from 0.11.1 to 0.12.0 (new options: `allowed-keys`, `custom-funcs`) - `wsl_v5`: from 5.6.0 to 5.8.0 (new option: `cuddle-max-statements`; new checks: `after-decl`, `after-defer`, `after-expr`, `after-go`, `cuddle-group`) 3. Linters bug fixes - `forbidigo`: from 2.3.0 to 2.3.1 - `godot`: from 1.5.4 to 1.5.6 - `govet-modernize`: from 0.43.0 to 0.44.0 - `ireturn`: from 0.4.0 to 0.4.1 - `rowserrcheck`: from 1.1.1 to [`c5f79b8`](https://redirect.github.com/golangci/golangci-lint/commit/c5f79b8) 4. Misc. - Decrease cache entropy - Embed the JSON schema in the binary - Filter env vars when cloning the repository with the `custom` command ### [`v2.11.4`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2114) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.11.3...v2.11.4) *Released on 2026-03-22* 1. Linters bug fixes - `govet-modernize`: from 0.42.0 to 0.43.0 - `noctx`: from 0.5.0 to 0.5.1 - `sqlclosecheck`: from 0.5.1 to 0.6.0 ### [`v2.11.3`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2113) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.11.2...v2.11.3) *Released on 2026-03-10* 1. Linters bug fixes - `gosec`: from v2.24.7 to [`619ce21`](https://redirect.github.com/golangci/golangci-lint/commit/619ce2117e08) ### [`v2.11.2`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2112) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.11.1...v2.11.2) *Released on 2026-03-07* 1. Fixes - `fmt`: fix error when using the `fmt` command with explicit paths. ### [`v2.11.1`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2111) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.11.0...v2.11.1) *Released on 2026-03-06* Due to an error related to AUR, some artifacts of the v2.11.0 release have not been published. This release contains the same things as v2.11.0. ### [`v2.11.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2110) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.10.1...v2.11.0) *Released on 2026-03-06* 1. Linters new features or changes - `errcheck`: from 1.9.0 to 1.10.0 (exclude `crypto/rand.Read` by default) - `gosec`: from 2.23.0 to 2.24.6 (new rules: `G113`, `G118`, `G119`, `G120`, `G121`, `G122`, `G123`, `G408`, `G707`) - `noctx`: from 0.4.0 to 0.5.0 (new detection: `httptest.NewRequestWithContext`) - `prealloc`: from 1.0.2 to 1.1.0 - `revive`: from 1.14.0 to 1.15.0 (⚠️ Breaking change: package-related checks moved from `var-naming` to a new rule `package-naming`) 2. Linters bug fixes - `gocognit`: from 1.2.0 to 1.2.1 - `gosec`: from 2.24.6 to 2.24.7 - `unqueryvet`: from 1.5.3 to 1.5.4 ### [`v2.10.1`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2101) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.10.0...v2.10.1) *Released on 2026-02-17* 1. Fixes - buildssa panic ### [`v2.10.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2100) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.9.0...v2.10.0) *Released on 2026-02-17* 1. Linters new features or changes - `ginkgolinter`: from 0.22.0 to 0.23.0 - `gosec`: from 2.22.11 to 2.23.0 (new rules: `G117`, `G602`, `G701`, `G702`, `G703`, `G704`, `G705`, `G706`) - `staticcheck`: from 0.6.1 to 0.7.0 2. Linters bug fixes - `godoclint`: from 0.11.1 to 0.11.2 ### [`v2.9.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v290) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.8.0...v2.9.0) *Released on 2026-02-10* 1. Enhancements - 🎉 go1.26 support 2. Linters new features or changes - `arangolint`: from 0.3.1 to 0.4.0 (new rule: detect potential query injections) - `ginkgolinter`: from 0.21.2 to 0.22.0 (support for wrappers) - `golines`: from 0.14.0 to 0.15.0 - `misspell`: from 0.7.0 to 0.8.0 - `unqueryvet`: from 1.4.0 to 1.5.3 (new options: `check-n1`, `check-sql-injection`, `check-tx-leaks`, `allow`, `custom-rules`) - `wsl`: from 5.3.0 to 5.6.0 (new rule: `after-block`) 3. Linters bug fixes - `modernize`: from 0.41.0 to 0.42.0 - `prealloc`: from 1.0.1 to 1.0.2 - `protogetter`: from 0.3.18 to 0.3.20 4. Misc. - Log information about files when configuration verification - Emit an error when no linters enabled - Do not collect VCS information when loading code ### [`v2.8.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v280) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.7.2...v2.8.0) *Released on 2026-01-07* 1. Linters new features or changes - `godoc-lint`: from 0.10.2 to 0.11.1 (new rule: `require-stdlib-doclink`) - `golines`: from [`442fd00`](https://redirect.github.com/golangci/golangci-lint/commit/442fd0091d95) to 0.14.0 - `gomoddirectives`: from 0.7.1 to 0.8.0 - `gosec`: from [`daccba6`](https://redirect.github.com/golangci/golangci-lint/commit/daccba6b93d7) to 2.22.11 (new rule: `G116`) - `modernize`: from 0.39.0 to 0.40.0 (new analyzers: `stringscut`, `unsafefuncs`) - `prealloc`: from 1.0.0 to 1.0.1 (message changes) - `unqueryvet`: from 1.3.0 to 1.4.0 (new options: `check-aliased-wildcard`, `check-string-concat`, `check-format-strings`, `check-string-builder`, `check-subqueries`, `ignored-functions`, `sql-builders`) 2. Linters bug fixes - `go-critic`: from 0.14.2 to 0.14.3 - `go-errorlint`: from 1.8.0 to 1.9.0 - `govet`: from 0.39.0 to 0.40.0 - `protogetter`: from 0.3.17 to 0.3.18 - `revive`: add missing enable-default-rules setting 3. Documentation - docs: split installation page ### [`v2.7.2`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v272) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.7.1...v2.7.2) *Released on 2025-12-07* 1. Linter bug fixes - `gosec`: from 2.22.10 to [`daccba6`](https://redirect.github.com/golangci/golangci-lint/commit/daccba6b93d7) ### [`v2.7.1`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v271) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.7.0...v2.7.1) *Released on 2025-12-04* 1. Linter bug fixes - `modernize`: disable `stringscut` analyzer ### [`v2.7.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v270) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.6.2...v2.7.0) 1. Bug fixes - fix: clone args used by `custom` command 2. Linters new features or changes - `no-sprintf-host-port`: from 0.2.0 to 0.3.1 (ignore string literals without a colon) - `unqueryvet`: from 1.2.1 to 1.3.0 (handles `const` and `var` declarations) - `revive`: from 1.12.0 to 1.13.0 (new option: `enable-default-rules`, new rules: `forbidden-call-in-wg-go`, `unnecessary-if`, `inefficient-map-lookup`) - `modernize`: from 0.38.0 to 0.39.0 (new analyzers: `plusbuild`, `stringscut`) 3. Linters bug fixes - `perfsprint`: from 0.10.0 to 0.10.1 - `wrapcheck`: from 2.11.0 to 2.12.0 - `godoc-lint`: from 0.10.1 to 0.10.2 4. Misc. - Add some flags to the `custom` command 5. Documentation - docs: split changelog v1 and v2 </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - \"on tuesday\" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40OC4xIiwidXBkYXRlZEluVmVyIjoiNDQuMjQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/14677",
          "createdAt": "2026-03-03T04:36:33Z",
          "updatedAt": "2026-08-13T13:06:12Z",
          "timestamp": "2026-08-13T13:06:12Z",
          "metrics": {
            "reactions": 0,
            "comments": 5
          },
          "labels": [
            "help wanted",
            "dependencies",
            "renovatebot"
          ],
          "author": "renovate[bot]",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:42866ac8c4355ed604f8",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15576",
        "event": "changed",
        "observedAt": "2026-08-13T13:48:00.446149Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15576",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "Update github-actions deps",
          "text": "This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [CodSpeedHQ/action](https://redirect.github.com/CodSpeedHQ/action) | action | minor | `v4.18.2` → `v4.19.1` | | [actions/checkout](https://redirect.github.com/actions/checkout) | action | patch | `v7.0.0` → `v7.0.1` | | [actions/setup-go](https://redirect.github.com/actions/setup-go) | action | minor | `v6` → `v6.5.0` | | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | minor | `v6.4.0` → `v6.5.0` | | [actions/stale](https://redirect.github.com/actions/stale) | action | minor | `v10.3.0` → `v10.4.0` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | minor | `v4.36.3` → `v4.37.6` | | [lycheeverse/lychee-action](https://redirect.github.com/lycheeverse/lychee-action) | action | minor | `v2.8.0` → `v2.9.0` | | [ossf/scorecard-action](https://redirect.github.com/ossf/scorecard-action) | action | patch | `v2.4.3` → `v2.4.4` | | [zizmorcore/zizmor-action](https://redirect.github.com/zizmorcore/zizmor-action) | action | minor | `v0.5.7` → `v0.6.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/8903) for more information. --- ### Release Notes <details> <summary>CodSpeedHQ/action (CodSpeedHQ/action)</summary> ### [`v4.19.1`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.19.1) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.19.0...v4.19.1) #### Release Notes This release ships improvements for the memory instrument. The memory instrument now lazily attaches to allocators, which lowers the startup time to a few seconds (down from minutes on certain systems). Additionally, we shipped a series of serialization improvements, removing in some large benchmarks 3+ minutes of extra CI time. ##### <!-- 1 -->🐛 Bug Fixes - Track successful posix\\_memalign allocations ([#&#8203;470](https://redirect.github.com/CodSpeedHQ/action/issues/470)) by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;470](https://redirect.github.com/CodSpeedHQ/runner/pull/470) - Prompt sudo on interactive stdin ([#&#8203;459](https://redirect.github.com/CodSpeedHQ/action/issues/459)) by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;459](https://redirect.github.com/CodSpeedHQ/runner/pull/459) - Reject empty command before executor setup ([#&#8203;467](https://redirect.github.com/CodSpeedHQ/action/issues/467)) by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;467](https://redirect.github.com/CodSpeedHQ/runner/pull/467) ##### <!-- 7 -->⚙️ Internals - chore: bump runner version to 4.19.1 by [@&#8203;github-actions](https://redirect.github.com/github-actions)\\[bot] in [#&#8203;225](https://redirect.github.com/CodSpeedHQ/action/pull/225) ##### <!-- 10 -->💼 Other - Bump the memtrack pin to 1.3.0 by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) in [#&#8203;474](https://redirect.github.com/CodSpeedHQ/runner/pull/474) #### Install codspeed-runner 4.19.1 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.19.1 | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256) | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> **Full Changelog**: <https://github.com/CodSpeedHQ/action/compare/v4.19.0...v4.19.1> ### [`v4.19.0`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.19.0) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.18.5...v4.19.0) #### Release Notes This release adds a new `--experimental-exclude-allocations` feature to remove allocator time from Simulation benchmarks. ##### <!-- 0 -->🚀 Features - Remove eager allocator discovery by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Attach allocator probes on demand via exec-mapping watcher by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Add exec-mapping watcher BPF prog and inode maps by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Add experimental --exclude-allocations setting by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 1 -->🐛 Bug Fixes - Join attach worker thread on drop, not only on finish() by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;445](https://redirect.github.com/CodSpeedHQ/runner/pull/445) - Fail loud when a watcher mapping is unresolved on a live process by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Canonicalize map\\_files dirent name for low-address mappings by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Classify unprefixed jemalloc builds as jemalloc by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Fail closed when tracking\\_enabled lookup fails by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Lower zstd compression level to -5 to reduce serialization overhead by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Wire MemtrackWriter serializer through BufWriter to fix per-event zstd compression bottleneck by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 10 -->💼 Other - Let the tracker own the poller and drain on shutdown by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Return the underlying sink from MemtrackWriter::finish by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 2 -->🏗️ Refactor - Split monolithic eBPF C and Rust into domain files by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Split memtrack into module by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Attach uprobes at resolved file offsets instead of func\\_name by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Align cycle-estimation flag with experimental naming scheme by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;425](https://redirect.github.com/CodSpeedHQ/runner/pull/425) ##### <!-- 3 -->📚 Documentation - Add crate AGENTS.md guide by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;455](https://redirect.github.com/CodSpeedHQ/runner/pull/455) - Stop hardcoding MCP tool schemas in the optimize skill by [@&#8203;fargito](https://redirect.github.com/fargito) in [#&#8203;451](https://redirect.github.com/CodSpeedHQ/runner/pull/451) ##### <!-- 4 -->⚡ Performance - Drain ringbuf bursts eagerly and reserve poller cores by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;436](https://redirect.github.com/CodSpeedHQ/runner/pull/436) - Grow the event ring buffer to 256 MiB by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Wake the ringbuf consumer only past a data watermark by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Pre-size and reuse the memtrack encode window buffer by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Replace drain/writer threads with the encode pipeline by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Add parallel zstd encode pipeline for artifact events by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Detach BPF links in parallel at teardown by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;440](https://redirect.github.com/CodSpeedHQ/runner/pull/440) - Resolve allocator symbol offsets in parallel by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 6 -->🧪 Testing - Add dlopen/on-demand allocator tests + CI matrix by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Benchmark encode\\_events with a realistic allocation trace by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 7 -->⚙️ Internals - chore: bump runner version to 4.19.0 by [@&#8203;github-actions](https://redirect.github.com/github-actions)\\[bot] in [#&#8203;224](https://redirect.github.com/CodSpeedHQ/action/pull/224) - Lower on-demand attach log to debug by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;462](https://redirect.github.com/CodSpeedHQ/runner/pull/462) - Install rust toolchain by explicit channel for older rustup by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Also run runner-shared benchmarks in walltime mode by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Dedup memtrack build deps into install-bpf-deps action by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) #### Install codspeed-runner 4.19.0 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.19.0 | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256) | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> **Full Changelog**: <https://github.com/CodSpeedHQ/action/compare/v4.18.5...v4.19.0> ### [`v4.18.5`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.18.5) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.18.4...v4.18.5) #### Release Notes ##### <!-- 10 -->💼 Other - Bump pinned valgrind-codspeed to [3.26.0-0codspeed6](https://redirect.github.com/CodSpeedHQ/valgrind-codspeed/releases/tag/3.26.0-0codspeed6) ([#&#8203;448](https://redirect.github.com/CodSpeedHQ/action/issues/448)) by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) in [#&#8203;448](https://redirect.github.com/CodSpeedHQ/runner/pull/448) - fix: hangs on ARM64 due to atomics by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [CodSpeedHQ/valgrind-codspeed#23](https://redirect.github.com/CodSpeedHQ/valgrind-codspeed/pull/23) - fix(aspacem): raise amd64 managed address ceiling to 1 TiB by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [CodSpeedHQ/valgrind-codspeed#22](https://redirect.github.com/CodSpeedHQ/valgrind-codspeed/pull/22) #### Install codspeed-runner 4.18.4 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.18.4 | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256) | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> **Full Changelog**: <https://github.com/CodSpeedHQ/action/compare/v4.18.4...v4.18.5> ### [`v4.18.4`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.18.4) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.18.2...v4.18.4) #### What's Changed - fix 4.18.3 runner hash – [`bf19f56`](https://redirect.github.com/CodSpeedHQ/action/commit/bf19f56fe8857e83e4343138c1a927e56f666e3b) by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) **Full Changelog**: <https://github.com/CodSpeedHQ/action/compare/v4.18.3...v4.18.4> </details> <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v7.0.1`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v701) [Compare Source](https://redirect.github.com/actions/checkout/compare/v7.0.0...v7.0.1) - Bump github/codeql-action from 3 to 4 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2475](https://redirect.github.com/actions/checkout/pull/2475) - Bump actions/setup-node from 4 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2477](https://redirect.github.com/actions/checkout/pull/2477) - Bump docker/build-push-action from 6.5.0 to 7.2.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2478](https://redirect.github.com/actions/checkout/pull/2478) - Bump docker/login-action from 3.3.0 to 4.2.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2479](https://redirect.github.com/actions/checkout/pull/2479) - Bump actions/checkout from 6 to 7 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2488](https://redirect.github.com/actions/checkout/pull/2488) - Bump actions/upload-artifact from 4 to 7 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2476](https://redirect.github.com/actions/checkout/pull/2476) - eslint 9 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2474](https://redirect.github.com/actions/checkout/pull/2474) - Bump the minor-actions-dependencies group with 2 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2499](https://redirect.github.com/actions/checkout/pull/2499) - skip running unsafe pr check if input is default by [@&#8203;aiqiaoy](https://redirect.github.com/aiqiaoy) in [#&#8203;2518](https://redirect.github.com/actions/checkout/pull/2518) - trim only ascii whitespace for branch by [@&#8203;aiqiaoy](https://redirect.github.com/aiqiaoy) in [#&#8203;2521](https://redirect.github.com/actions/checkout/pull/2521) - escape values passed to --unset by [@&#8203;aiqiaoy](https://redirect.github.com/aiqiaoy) in [#&#8203;2530](https://redirect.github.com/actions/checkout/pull/2530) </details> <details> <summary>actions/setup-go (actions/setup-go)</summary> ### [`v6.5.0`](https://redirect.github.com/actions/setup-go/compare/v6.4.0...v6.5.0) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v6.4.0...v6.5.0) ### [`v6.4.0`](https://redirect.github.com/actions/setup-go/releases/tag/v6.4.0) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v6.3.0...v6.4.0) ##### What's Changed ##### Enhancement - Add go-download-base-url input for custom Go distributions by [@&#8203;gdams](https://redirect.github.com/gdams) in [#&#8203;721](https://redirect.github.com/actions/setup-go/pull/721) ##### Dependency update - Upgrade minimatch from 3.1.2 to 3.1.5 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;727](https://redirect.github.com/actions/setup-go/pull/727) ##### Documentation update - Rearrange README.md, add advanced-usage.md by [@&#8203;priyagupta108](https://redirect.github.com/priyagupta108) in [#&#8203;724](https://redirect.github.com/actions/setup-go/pull/724) - Fix Microsoft build of Go link by [@&#8203;gdams](https://redirect.github.com/gdams) in [#&#8203;734](https://redirect.github.com/actions/setup-go/pull/734) ##### New Contributors - [@&#8203;gdams](https://redirect.github.com/gdams) made their first contribution in [#&#8203;721](https://redirect.github.com/actions/setup-go/pull/721) **Full Changelog**: <https://github.com/actions/setup-go/compare/v6...v6.4.0> ### [`v6.3.0`](https://redirect.github.com/actions/setup-go/releases/tag/v6.3.0) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v6.2.0...v6.3.0) ##### What's Changed - Update default Go module caching to use go.mod by [@&#8203;priyagupta108](https://redirect.github.com/priyagupta108) in [#&#8203;705](https://redirect.github.com/actions/setup-go/pull/705) - Fix golang download url to go.dev by [@&#8203;178inaba](https://redirect.github.com/178inaba) in [#&#8203;469](https://redirect.github.com/actions/setup-go/pull/469) **Full Changelog**: <https://github.com/actions/setup-go/compare/v6...v6.3.0> ### [`v6.2.0`](https://redirect.github.com/actions/setup-go/releases/tag/v6.2.0) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v6.1.0...v6.2.0) ##### What's Changed ##### Enhancements - Example for restore-only cache in documentation by [@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [#&#8203;696](https://redirect.github.com/actions/setup-go/pull/696) - Update Node.js version in action.yml by [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) in [#&#8203;691](https://redirect.github.com/actions/setup-go/pull/691) - Documentation update of actions/checkout by [@&#8203;deining](https://redirect.github.com/deining) in [#&#8203;683](https://redirect.github.com/actions/setup-go/pull/683) ##### Dependency updates - Upgrade js-yaml from 3.14.1 to 3.14.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;682](https://redirect.github.com/actions/setup-go/pull/682) - Upgrade [@&#8203;actions/cache](https://redirect.github.com/actions/cache) to v5 by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [#&#8203;695](https://redirect.github.com/actions/setup-go/pull/695) - Upgrade actions/checkout from 5 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;686](https://redirect.github.com/actions/setup-go/pull/686) - Upgrade qs from 6.14.0 to 6.14.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;703](https://redirect.github.com/actions/setup-go/pull/703) ##### New Contributors - [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) made their first contribution in [#&#8203;691](https://redirect.github.com/actions/setup-go/pull/691) - [@&#8203;deining](https://redirect.github.com/deining) made their first contribution in [#&#8203;683](https://redirect.github.com/actions/setup-go/pull/683) **Full Changelog**: <https://github.com/actions/setup-go/compare/v6...v6.2.0> ### [`v6.1.0`](https://redirect.github.com/actions/setup-go/releases/tag/v6.1.0) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v6...v6.1.0) ##### What's Changed ##### Enhancements - Fall back to downloading from go.dev/dl instead of storage.googleapis.com/golang by [@&#8203;nicholasngai](https://redirect.github.com/nicholasngai) in [#&#8203;665](https://redirect.github.com/actions/setup-go/pull/665) - Add support for .tool-versions file and update workflow by [@&#8203;priya-kinthali](https://redirect.github.com/priya-kinthali) in [#&#8203;673](https://redirect.github.com/actions/setup-go/pull/673) - Add comprehensive breaking changes documentation for v6 by [@&#8203;mahabaleshwars](https://redirect.github.com/mahabaleshwars) in [#&#8203;674](https://redirect.github.com/actions/setup-go/pull/674) ##### Dependency updates - Upgrade eslint-config-prettier from 10.0.1 to 10.1.8 and document breaking changes in v6 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;617](https://redirect.github.com/actions/setup-go/pull/617) - Upgrade actions/publish-action from 0.3.0 to 0.4.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;641](https://redirect.github.com/actions/setup-go/pull/641) - Upgrade semver and [@&#8203;types/semver](https://redirect.github.com/types/semver) by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;652](https://redirect.github.com/actions/setup-go/pull/652) ##### New Contributors - [@&#8203;nicholasngai](https://redirect.github.com/nicholasngai) made their first contribution in [#&#8203;665](https://redirect.github.com/actions/setup-go/pull/665) - [@&#8203;priya-kinthali](https://redirect.github.com/priya-kinthali) made their first contribution in [#&#8203;673](https://redirect.github.com/actions/setup-go/pull/673) - [@&#8203;mahabaleshwars](https://redirect.github.com/mahabaleshwars) made their first contribution in [#&#8203;674](https://redirect.github.com/actions/setup-go/pull/674) **Full Changelog**: <https://github.com/actions/setup-go/compare/v6...v6.1.0> </details> <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v6.5.0`](https://redirect.github.com/actions/setup-node/releases/tag/v6.5.0) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v6.4.0...v6.5.0) ##### What's Changed - Update [@&#8203;actions/cache](https://redirect.github.com/actions/cache) to 5.1.0 and add security overrides for undici and fast-xml-parser by [@&#8203;HarithaVattikuti](https://redirect.github.com/HarithaVattikuti) in [#&#8203;1579](https://redirect.github.com/actions/setup-node/pull/1579) **Full Changelog**: <https://github.com/actions/setup-node/compare/v6.4.0...v6.5.0> </details> <details> <summary>actions/stale (actions/stale)</summary> ### [`v10.4.0`](https://redirect.github.com/actions/stale/releases/tag/v10.4.0) [Compare Source](https://redirect.github.com/actions/stale/compare/v10.3.0...v10.4.0) #### What's Changed ##### Bug Fix - Fixed `only-issue-types` validation by [@&#8203;trueberryless](https://redirect.github.com/trueberryless) in [#&#8203;1338](https://redirect.github.com/actions/stale/pull/1338) ##### Dependency Updates - Bump undici to 6.27.0 via override, clean up stale license files, and version to 10.4.0. by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1342](https://redirect.github.com/actions/stale/pull/1342) #### New Contributors - [@&#8203;trueberryless](https://redirect.github.com/trueberryless) made their first contribution in [#&#8203;1338](https://redirect.github.com/actions/stale/pull/1338) **Full Changelog**: <https://github.com/actions/stale/compare/v10.3.0...v10.4.0> </details> <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v4.37.6`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.6) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.37.5...v4.37.6) - Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to `.github/codeql-config.yml` to align it with the suggested path that is used elsewhere. [#&#8203;4070](https://redirect.github.com/github/codeql-action/pull/4070) ### [`v4.37.5`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.5) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.37.4...v4.37.5) - Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the `init` Action instead of falling back to downloading the bundle before extracting it. [#&#8203;4061](https://redirect.github.com/github/codeql-action/pull/4061) ### [`v4.37.4`](https://redirect.github.com/github/codeql-action/compare/v4.37.3...v4.37.4) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.37.3...v4.37.4) ### [`v4.37.3`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.3) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.37.2...v4.37.3) No user facing changes. ### [`v4.37.2`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.2) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.37.1...v4.37.2) - The new address format for the `config-file` input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the `remote=` prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. [#&#8203;4023](https://redirect.github.com/github/codeql-action/pull/4023) - The CodeQL Action can now make use of [configured private registries](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries) in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. [#&#8203;4007](https://redirect.github.com/github/codeql-action/pull/4007) ### [`v4.37.1`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.1) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.37.0...v4.37.1) - *Upcoming breaking change*: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. [#&#8203;3956](https://redirect.github.com/github/codeql-action/pull/3956) - Update default CodeQL bundle version to [2.26.1](https://redirect.github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.1). [#&#8203;4019](https://redirect.github.com/github/codeql-action/pull/4019) ### [`v4.37.0`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.0) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.36.3...v4.37.0) - Update default CodeQL bundle version to [2.26.0](https://redirect.github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.0). [#&#8203;3995](https://redirect.github.com/github/codeql-action/pull/3995) - In addition to the existing input format, the `config-file` input for the `codeql-action/init` step will soon support a new `[owner/]repo[@ref][:path]` format. All components except the repository name are optional. If omitted, `owner` defaults to the same owner as the repository the analysis is running for, `ref` to `main`, and `path` to `.github/codeql-action.yaml`. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. [#&#8203;3973](https://redirect.github.com/github/codeql-action/pull/3973) </details> <details> <summary>lycheeverse/lychee-action (lycheeverse/lychee-action)</summary> ### [`v2.9.0`](https://redirect.github.com/lycheeverse/lychee-action/releases/tag/v2.9.0) [Compare Source](https://redirect.github.com/lycheeverse/lychee-action/compare/v2.8.0...v2.9.0) #### Summary This release updates the default lychee version from `v0.23.0` to `v0.24.2`. The main reason for this release is compatibility with the new lychee `0.24.x` release artifacts. Starting with lychee `v0.24.0`, the archive layout changed, and the `lychee` binary may now be packaged inside a subdirectory. `lychee-action` now detects that layout automatically, so users can upgrade without changing their workflows. If you use: ```yaml uses: lycheeverse/lychee-action@v2 ``` you will get the new version once the floating `v2` tag has been updated. If you pin exact versions, update to: ```yaml uses: lycheeverse/lychee-action@v2.9.0 ``` #### What’s new from lychee `v0.24.x` ##### Better diagnostics lychee now reports line and column numbers for detected links. This makes broken link reports easier to act on, especially in larger documentation sites or generated reports. ##### Text fragment checking lychee can now check URL text fragments, such as links containing `#:~:text=...`. This helps catch links that point to a valid page but no longer points to the intended highlighted text. ##### Sitemap support lychee can now read `sitemap.xml` inputs. This is useful for checking published websites or generated documentation sites where the sitemap is the easiest source of URLs to validate. ##### JUnit output lychee now supports JUnit output. This makes it easier to integrate link checking results with CI systems and test reporting tools that understand JUnit XML. ##### Redirect and remap visibility lychee can now show redirects and remaps more clearly. This helps explain why a URL was checked as a different final URL and makes debugging link-checking behavior easier. ##### Multiple config files lychee now supports multiple configuration files and expanded config handling. This is useful for repositories that split documentation, website, or package-specific link-checking settings. ##### Timeout handling lychee can now accept timeouts explicitly. This gives users more control over how strict their link checks should be for flaky or slow endpoints. #### Fixes and reliability improvements ##### Fixed lychee `0.24.x` archive compatibility `lychee-action` now handles the new lychee release archive layout by detecting whether the `lychee` binary is inside a subdirectory. This fixes compatibility with lychee `0.24.x`. ##### More stable installation path The action now installs lychee into `$RUNNER_TEMP/lychee/bin` instead of `$HOME`. This avoids failures on runners where `$HOME` differs between composite action steps. In those environments, the action could add one directory to `PATH` but install the binary somewhere else, causing `lychee: command not found`. ##### Safer automatic lychee version updates The workflow that checks for new lychee releases now guards against `null` release versions before creating update PRs. This prevents invalid automated PRs such as “Update lycheeVersion to null”. ##### Dependency updates - Updated `actions/checkout` from `v6` to `v7` - Updated `actions/cache` from `v5` to `v6` #### Upstream lychee changelog For the full lychee changelog, see: - <https://github.com/lycheeverse/lychee/releases/tag/lychee-v0.24.0> - <https://github.com/lycheeverse/lychee/releases/tag/lychee-v0.24.1> - <https://github.com/lycheeverse/lychee/releases/tag/lychee-v0.24.2> #### What’s Changed - bump default to 0.24.1 and auto-detect lychee bin in subfolder by [@&#8203;kaitlyndotmoe](https://redirect.github.com/kaitlyndotmoe) in [#&#8203;330](https://redirect.github.com/lycheeverse/lychee-action/pull/330) - fixes [#&#8203;322](https://redirect.github.com/lycheeverse/lychee-action/issues/322) check for null by [@&#8203;bgermann](https://redirect.github.com/bgermann) in [#&#8203;336](https://redirect.github.com/lycheeverse/lychee-action/pull/336) - Install into `$RUNNER_TEMP` instead of `$HOME` by [@&#8203;mre](https://redirect.github.com/mre) in [#&#8203;338](https://redirect.github.com/lycheeverse/lychee-action/pull/338) - Bump actions/checkout from 6 to 7 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;339](https://redirect.github.com/lycheeverse/lychee-action/pull/339) - Bump actions/cache from 5 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;340](https://redirect.github.com/lycheeverse/lychee-action/pull/340) **Full Changelog**: <https://github.com/lycheeverse/lychee-action/compare/v2.8.0...v2.9.0> </details> <details> <summary>ossf/scorecard-action (ossf/scorecard-action)</summary> ### [`v2.4.4`](https://redirect.github.com/ossf/scorecard-action/releases/tag/v2.4.4) [Compare Source](https://redirect.github.com/ossf/scorecard-action/compare/v2.4.3...v2.4.4) #### What's Changed This update bumps the Scorecard version to the v5.5.0 release. For a complete list of changes, please refer to the [Scorecard v5.4.0 release notes](https://redirect.github.com/ossf/scorecard/releases/tag/v5.4.0) and the [Scorecard v5.5.0 release notes](https://redirect.github.com/ossf/scorecard/releases/tag/v5.5.0). - log POST failures instead of failing entire action by [@&#8203;spencerschrock](https://redirect.github.com/spencerschrock) in [#&#8203;1625](https://redirect.github.com/ossf/scorecard-action/pull/1625) **Full Changelog**: <https://github.com/ossf/scorecard-action/compare/v2.4.3...v2.4.4> </details> <details> <summary>zizmorcore/zizmor-action (zizmorcore/zizmor-action)</summary> ### [`v0.6.2`](https://redirect.github.com/zizmorcore/zizmor-action/releases/tag/v0.6.2) [Compare Source](https://redirect.github.com/zizmorcore/zizmor-action/compare/v0.6.1...v0.6.2) zizmor 1.29.0 is now the default version. ### [`v0.6.1`](https://redirect.github.com/zizmorcore/zizmor-action/releases/tag/v0.6.1) [Compare Source](https://redirect.github.com/zizmorcore/zizmor-action/compare/v0.6.0...v0.6.1) zizmor 1.28.0 is now the default version used by the action. ### [`v0.6.0`](https://redirect.github.com/zizmorcore/zizmor-action/releases/tag/v0.6.0) [Compare Source](https://redirect.github.com/zizmorcore/zizmor-action/compare/v0.5.7...v0.6.0) zizmor 1.27.0 is now the default version used by the action. #### What's Changed - Fold Docker image pull output into a collapsed Actions log group by [@&#8203;woodruffw](https://redirect.github.com/woodruffw) with [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;132](https://redirect.github.com/zizmorcore/zizmor-action/pull/132) - Readme: document missing inputs by [@&#8203;staabm](https://redirect.github.com/staabm) in [#&#8203;130](https://redirect.github.com/zizmorcore/zizmor-action/pull/130) - ci: block version sync workflow on forks by [@&#8203;shaanmajid](https://redirect.github.com/shaanmajid) in [#&#8203;129](https://redirect.github.com/zizmorcore/zizmor-action/pull/129) - Sync zizmor versions by [@&#8203;github-actions](https://redirect.github.com/github-actions)\\[bot] in [#&#8203;137](https://redirect.github.com/zizmorcore/zizmor-action/pull/137) - Add `collect` input by [@&#8203;woodruffw](https://redirect.github.com/woodruffw) in [#&#8203;139](https://redirect.github.com/zizmorcore/zizmor-action/pull/139) #### New Contributors - [@&#8203;woodruffw](https://redirect.github.com/woodruffw) with [@&#8203;Copilot](https://redirect.github.com/Copilot) made their first contribution in [#&#8203;132](https://redirect.github.com/zizmorcore/zizmor-action/pull/132) - [@&#8203;staabm](https://redirect.github.com/staabm) made their first contribution in [#&#8203;130](https://redirect.github.com/zizmorcore/zizmor-action/pull/130) - [@&#8203;shaanmajid](https://redirect.github.com/shaanmajid) made their first contribution in [#&#8203;129](https://redirect.github.com/zizmorcore/zizmor-action/pull/129) **Full Changelog**: <https://github.com/zizmorcore/zizmor-action/compare/v0.5.7...v0.6.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - \"on tuesday\" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQ0LjI0LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19-->",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15576",
          "createdAt": "2026-07-14T01:01:50Z",
          "updatedAt": "2026-08-13T13:06:10Z",
          "timestamp": "2026-08-13T13:06:10Z",
          "metrics": {
            "reactions": 0,
            "comments": 1
          },
          "labels": [
            "dependencies",
            "renovatebot"
          ],
          "author": "renovate[bot]",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:3453fb37561bac5fc1c8",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15753",
        "event": "changed",
        "observedAt": "2026-08-13T13:48:00.446149Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15753",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "Update module github.com/santhosh-tekuri/jsonschema/v6 to v6.0.3",
          "text": "This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/santhosh-tekuri/jsonschema/v6](https://redirect.github.com/santhosh-tekuri/jsonschema) | `v6.0.2` → `v6.0.3` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsanthosh-tekuri%2fjsonschema%2fv6/v6.0.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsanthosh-tekuri%2fjsonschema%2fv6/v6.0.2/v6.0.3?slim=true) | --- ### Release Notes <details> <summary>santhosh-tekuri/jsonschema (github.com/santhosh-tekuri/jsonschema/v6)</summary> ### [`v6.0.3`](https://redirect.github.com/santhosh-tekuri/jsonschema/compare/v6.0.2...v6.0.3) [Compare Source](https://redirect.github.com/santhosh-tekuri/jsonschema/compare/v6.0.2...v6.0.3) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - \"on tuesday\" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xMi4wIiwidXBkYXRlZEluVmVyIjoiNDQuMTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15753",
          "createdAt": "2026-08-11T04:46:02Z",
          "updatedAt": "2026-08-12T15:05:08Z",
          "timestamp": "2026-08-12T15:05:08Z",
          "metrics": {
            "reactions": 0,
            "comments": 1
          },
          "labels": [
            "dependencies",
            "ready-to-merge",
            "renovatebot"
          ],
          "author": "renovate[bot]",
          "state": "closed",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:f6dc1fe45c2b8eff0ed2",
        "signalId": "github:open-telemetry/opentelemetry-collector:issue:15747",
        "event": "discovered",
        "observedAt": "2026-08-13T16:19:22.035158Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:issue:15747",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "issue",
          "title": "[exporterhelper] Unbounded memory growth in queuebatch split path when flush workers are starved by a slow-draining exporter (sizer: bytes)",
          "text": "### Component(s) exporter/exporterhelper ### What happened? **Describe the bug** With `sending_queue.sizer: bytes` on the Kafka exporter, a collector's memory grew to ~200GB RSS / ~368% CPU when Kafka was slow but alive (backpressure, not an outage — no errors, no rejections). We are seeing multiple collectors start to show this and consume more resources on hosts that allocated. **Steps to reproduce** 1. `filelog` receiver → `kafka` exporter, no `batch` processor in the pipeline (batching done via `sending_queue.batch`, config below). 2. Drive sustained log volume above what the broker can absorb. 3. Make Kafka slow but healthy — produce requests succeed, just much slower than ingest. Don't blackhole or reject; let all `num_consumers` workers end up occupied. 4. Watch RSS climb without bound. 5. Capture `/debug/pprof/heap` — retention sits under `queuebatch.(*defaultBatcher).Consume → MergeSplit → split → extractLogs`. **pprof call chain** (99.6% of a 36GB in-use heap): ``` queuebatch.(*defaultBatcher).Consume └─ (*logsRequest).MergeSplit logs_batch.go:39 └─ (*logsRequest).split └─ extractLogs └─ plog.ResourceLogsSlice.RemoveIf └─ plog.NewLogs ``` Goroutine dump: 304 goroutines, flat over time (not a goroutine leak) — the consumer goroutine is repeatedly inside `MergeSplit`, matching the CPU spike. **What did you expect to see?** **Expected ceiling:** `queue_size: 100000000` bytes + `num_consumers` × `max_size: 990000` ≈ 105MB. **Observed:** heap snapshot at 36GB, ~340x over the configured bound. `memory_limiter` (500MiB) could not reclaim any of it, because the memory is live, not garbage. RSS reached ~200GB on a 376GiB host (~53%) before intervention, trending toward an OOM kill, not yet there. **Suspected mechanism:** `split()` eagerly builds the *entire* chunk list before returning any of it. `flush()` blocks until a worker is free (the source comment says exactly this). When every `num_consumers` worker is occupied by a slow produce call, ` Consume`'s loop stalls on chunk 0 while every remaining chunk — each a freshly allocated `plog.Logs` stays live and reachable, uncounted by `queue_size` or any other bound. ### Collector version 0.127.0 ### Environment information ## Environment OS: RHEL 7 Arch: amd64 (x86_64) CPUs: 2 sockets x 16 cores Host memory: 385264 MiB (~376 GiB) Deployment: on-host binary (otelcol-contrib), bare metal/VM, not Kubernetes GOMEMLIMIT: unset (not set in the systemd unit or Puppet template, no override elsewhere — Go default, no soft memory cap) Downstream: Apache Kafka ### OpenTelemetry Collector configuration ```yaml receivers: filelog: # on-host application log tailing processors: memory_limiter: limit_mib: 500 # no batch processor here - batching is sending_queue.batch on the exporter # no k8sattributes processor exporters: kafka/filelogs: # brokers, topic, encoding elided # no partition_logs_by_resource_attributes, no include_metadata_keys sending_queue: block_on_overflow: true sizer: bytes queue_size: 100000000 batch: flush_timeout: 200ms min_size: 990000 max_size: 990000 service: pipelines: logs: receivers: [filelog] processors: [memory_limiter] exporters: [kafka/filelogs] ``` ### Log output ```shell No exporter errors, no broker rejections, no \"record exceeds max size\" warnings during the runaway. The only signal is `memory_limiter` refusing new data at the filelog receiver once its soft limit was breached, never recovers. Captured from example host: {\"level\":\"error\",\"ts\":\"2026-08-10T11:48:54.770+0100\",\"caller\":\"consumerretry/logs.go:87\",\"msg\":\"Max elapsed time expired. Dropping data.\",\"resource\":{},\"otelcol.component.id\":\"filelog/3\",\"otelcol.component.kind\":\"receiver\",\"otelcol.signal\":\"logs\",\"error\":\"data refused due to high memory usage\",\"dropped_items\":100} {\"level\":\"error\",\"ts\":\"2026-08-10T11:48:54.770+0100\",\"caller\":\"adapter/receiver.go:61\",\"msg\":\"ConsumeLogs() failed\",\"resource\":{},\"otelcol.component.id\":\"filelog/3\",\"otelcol.component.kind\":\"receiver\",\"otelcol.signal\":\"logs\",\"error\":\"data refused due to high memory usage\"} {\"level\":\"error\",\"ts\":\"2026-08-10T11:48:55.069+0100\",\"caller\":\"consumerretry/logs.go:87\",\"msg\":\"Max elapsed time expired. Dropping data.\",\"resource\":{},\"otelcol.component.id\":\"filelog/1\",\"otelcol.component.kind\":\"receiver\",\"otelcol.signal\":\"logs\",\"error\":\"data refused due to high memory usage\",\"dropped_items\":100} Both stacktraces bottom out in the same `stanza` fileconsumer/adapter chain (`internal/coreinternal/consumerretry` → `adapter.(*receiver).consumeEntries` → `stanza/operator/...` → `fileconsumer/internal/reader`) — i.e. `memory_l imiter` is refusing at the *receiver* ingestion path, downstream of where the exporter-side batcher has already retained the heap. This is consistent with the diagnosed sequence: the queuebatch split-path leak balloons memory first; `memory_limiter` only starts rejecting new reads afterward, once it's already too late to unwind what the batcher is holding. ``` ### Additional context Analysis and bug report generated via Claude from live heap and goroutine pprof captures from the affected host. While the version seen is a little behind current release, Claude agent verified latest release and code path was verified unchanged through main ### Tip <sub>[React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. Learn more [here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/issues/15747",
          "createdAt": "2026-08-10T13:41:26Z",
          "updatedAt": "2026-08-13T15:52:50Z",
          "timestamp": "2026-08-13T15:52:50Z",
          "metrics": {
            "reactions": 0,
            "comments": 2
          },
          "labels": [
            "bug",
            "needs triage"
          ],
          "author": "CaptainPickles89",
          "state": "open",
          "assignees": [],
          "change": "new"
        }
      },
      {
        "id": "event:aec43959e963ff118209",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15757",
        "event": "changed",
        "observedAt": "2026-08-13T16:19:22.035158Z",
        "changedFields": [
          "updatedAt",
          "labels"
        ],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15757",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "[chore][component/componentstatus]: remove timestamp removal TODO",
          "text": "<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This change involves removing a TODO on timestamp removal, according to discussions in issue #10763. <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Authorship attestation. See AGENTS.md for details. AI agents must not check this box on behalf of the user; the human author must check it themselves before the PR is ready for review.--> #### Authorship - [X] I, a human, wrote this pull request description myself. <!--Please delete paragraphs that you did not use before submitting.-->",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15757",
          "createdAt": "2026-08-11T11:29:54Z",
          "updatedAt": "2026-08-13T15:52:36Z",
          "timestamp": "2026-08-13T15:52:36Z",
          "metrics": {
            "reactions": 0,
            "comments": 0
          },
          "labels": [
            "ready-to-merge"
          ],
          "author": "chethanm99",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:780b7f9871e1ac7ab6b8",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15752",
        "event": "discovered",
        "observedAt": "2026-08-13T16:19:22.035158Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15752",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "Update module github.com/pierrec/lz4/v4 to v4.1.28",
          "text": "This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/pierrec/lz4/v4](https://redirect.github.com/pierrec/lz4) | `v4.1.27` → `v4.1.28` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpierrec%2flz4%2fv4/v4.1.28?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpierrec%2flz4%2fv4/v4.1.27/v4.1.28?slim=true) | --- ### Release Notes <details> <summary>pierrec/lz4 (github.com/pierrec/lz4/v4)</summary> ### [`v4.1.28`](https://redirect.github.com/pierrec/lz4/compare/v4.1.27...v4.1.28) [Compare Source](https://redirect.github.com/pierrec/lz4/compare/v4.1.27...v4.1.28) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - \"on tuesday\" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xMi4wIiwidXBkYXRlZEluVmVyIjoiNDQuMTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15752",
          "createdAt": "2026-08-11T04:45:52Z",
          "updatedAt": "2026-08-13T15:49:47Z",
          "timestamp": "2026-08-13T15:49:47Z",
          "metrics": {
            "reactions": 0,
            "comments": 1
          },
          "labels": [
            "dependencies",
            "ready-to-merge",
            "renovatebot"
          ],
          "author": "renovate[bot]",
          "state": "open",
          "assignees": [],
          "change": "new"
        }
      },
      {
        "id": "event:2e8592fa7f335bf4c4cb",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15735",
        "event": "discovered",
        "observedAt": "2026-08-13T16:19:22.035158Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15735",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "[chore][cmd/mdatagen] Handle subpackage metadata.yaml in config generator",
          "text": "<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This PR fixes issue with running config generator on subpackage (`metadata.yaml` with `parent` defined but without `status`), but properly building schema title. <!--Authorship attestation. See AGENTS.md for details. AI agents must not check this box on behalf of the user; the human author must check it themselves before the PR is ready for review.--> #### Authorship - [x] I, a human, wrote this pull request description myself. <!--Please delete paragraphs that you did not use before submitting.-->",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15735",
          "createdAt": "2026-08-05T17:26:28Z",
          "updatedAt": "2026-08-13T15:49:30Z",
          "timestamp": "2026-08-13T15:49:30Z",
          "metrics": {
            "reactions": 0,
            "comments": 1
          },
          "labels": [
            "cmd/mdatagen"
          ],
          "author": "jkoronaAtCisco",
          "state": "open",
          "assignees": [],
          "change": "new"
        }
      },
      {
        "id": "event:f60eebeb254fe070976f",
        "signalId": "github:open-telemetry/opentelemetry-collector:issue:8903",
        "event": "changed",
        "observedAt": "2026-08-13T16:19:22.035158Z",
        "changedFields": [
          "text",
          "updatedAt"
        ],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:issue:8903",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "issue",
          "title": "Dependency Dashboard",
          "text": "> ℹ️ **Note** > > This PR body was truncated due to platform limits. This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.<br>[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). ## Repository Problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/open-telemetry/opentelemetry-collector). - ⚠️ WARN: Package lookup failures ## Abandoned Dependencies The following dependencies have not received updates for an extended period and may be unmaintained. <details> <summary>View abandoned dependencies (108)</summary> > [!NOTE] Packages are marked as abandoned when they exceed the [`abandonmentThreshold`](https://docs.renovatebot.com/configuration-options/#abandonmentthreshold) since their last release. Unlike deprecated packages with official notices, abandonment is detected by release inactivity. > | Datasource | Package | Last Updated | |------------|------|-------------| | github-actions | [actions-ecosystem/action-remove-labels](https://redirect.github.com/actions-ecosystem/action-remove-labels) | `2021-09-08` | | github-actions | [ludeeus/action-shellcheck](https://redirect.github.com/ludeeus/action-shellcheck) | `2023-01-29` | | gomod | [github.com/a8m/envsubst](https://redirect.github.com/a8m/envsubst) | `2025-02-24` | | gomod | [github.com/client9/misspell](https://redirect.github.com/client9/misspell) | `2018-03-09` | | gomod | [github.com/ettle/strcase](https://redirect.github.com/ettle/strcase) | `2023-01-14` | | gomod | [github.com/gobwas/glob](https://redirect.github.com/gobwas/glob) | `2018-02-08` | | gomod | [github.com/golang/snappy](https://redirect.github.com/golang/snappy) | `2023-12-25` | | gomod | [github.com/google/addlicense](https://redirect.github.com/google/addlicense) | `2025-07-16` | | gomod | [github.com/google/go-cmp](https://redirect.github.com/google/go-cmp) | `2025-01-14` | | gomod | [github.com/google/uuid](https://redirect.github.com/google/uuid) | `2024-01-23` | | gomod | [github.com/hashicorp/golang-lru/v2](https://redirect.github.com/hashicorp/golang-lru) | `2023-09-21` | | gomod | [github.com/iancoleman/strcase](https://redirect.github.com/iancoleman/strcase) | `2023-07-13` | | gomod | [github.com/iimos/ucum](https://redirect.github.com/iimos/ucum) | `2025-04-12` | | gomod | [github.com/jcchavezs/porto](https://redirect.github.com/jcchavezs/porto) | `2024-10-02` | | gomod | [github.com/json-iterator/go](https://redirect.github.com/json-iterator/go) | `2021-09-11` | | gomod | [github.com/pavius/impi](https://redirect.github.com/pavius/impi) | `2020-05-24` | | gomod | [github.com/prometheus/client_model](https://redirect.github.com/prometheus/client_model) | `2025-04-11` | | gomod | [github.com/rs/cors](https://redirect.github.com/rs/cors) | `2024-08-29` | | gomod | [go.uber.org/goleak](https://redirect.github.com/uber-go/goleak) | `2023-10-24` | | gomod | [go.uber.org/multierr](https://redirect.github.com/uber-go/multierr) | `2023-03-29` | </details> ## Awaiting Schedule The following updates are awaiting their schedule. To get an update now, click on a checkbox below. - [ ] <!-- unschedule-branch=renovate/all-golang.orgx-packages -->Update All golang.org/x packages (`golang.org/x/net`, `golang.org/x/text`) ## PR Edited (Blocked) The following updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox below. - [ ] <!-- rebase-branch=renovate/github.com-klauspost-compress-1.x -->[Update module github.com/klauspost/compress to v1.19.2](../pull/15749) - [ ] <!-- rebase-branch=renovate/all-github.comknadhkoanf-packages -->[Update module github.com/knadh/koanf/maps to v0.1.3](../pull/15750) - [ ] <!-- rebase-branch=renovate/github.com-pierrec-lz4-v4-4.x -->[Update module github.com/pierrec/lz4/v4 to v4.1.28](../pull/15752) --- > [!WARNING] > Renovate failed to look up the following dependencies: `Failed to look up go package go.opentelemetry.io/collector/consumer: no-result`, `Failed to look up go package go.opentelemetry.io/collector/component: no-result`, `Failed to look up go package go.opentelemetry.io/collector/component/componenttest: no-result`, `Failed to look up go package go.opentelemetry.io/collector/confmap: no-result`, `Failed to look up go package go.opentelemetry.io/collector/connector: no-result`, `Failed to look up go package go.opentelemetry.io/collector/connector/connectortest: no-result`, `Failed to look up go package go.opentelemetry.io/collector/exporter: no-result`, `Failed to look up go package go.opentelemetry.io/collector/extension: no-result`, `Failed to look up go package go.opentelemetry.io/collector/exporter/exportertest: no-result`. > > Files affected: `client/go.mod`, `cmd/mdatagen/go.mod`, `cmd/otelcorecol/go.mod`, `component/componentstatus/go.mod`, `component/componenttest/go.mod`, `config/configauth/go.mod`, `config/configgrpc/go.mod`, `config/confighttp/go.mod`, `config/confighttp/xconfighttp/go.mod`, `config/configmiddleware/go.mod`, `config/configopaque/go.mod`, `config/configoptional/go.mod`, `config/configstorage/go.mod`, `config/configtls/go.mod`, `confmap/internal/e2e/go.mod`, `confmap/provider/envprovider/go.mod`, `confmap/provider/fileprovider/go.mod`, `confmap/provider/httpprovider/go.mod`, `confmap/provider/httpsprovider/go.mod`, `confmap/provider/yamlprovider/go.mod`, `confmap/xconfmap/go.mod`, `connector/connectortest/go.mod`, `connector/forwardconnector/go.mod`, `connector/go.mod`, `connector/xconnector/go.mod`, `consumer/consumertest/go.mod`, `consumer/xconsumer/go.mod`, `exporter/debugexporter/go.mod`, `exporter/exporterhelper/go.mod`, `exporter/exporterhelper/xexporterhelper/go.mod`, `exporter/exportertest/go.mod`, `exporter/go.mod`, `exporter/nopexporter/go.mod`, `exporter/otlpexporter/go.mod`, `exporter/otlphttpexporter/go.mod`, `exporter/xexporter/go.mod`, `extension/extensionauth/extensionauthtest/go.mod`, `extension/extensioncapabilities/go.mod`, `extension/extensionmiddleware/extensionmiddlewaretest/go.mod`, `extension/extensiontest/go.mod`, `extension/go.mod`, `extension/memorylimiterextension/go.mod`, `extension/xextension/go.mod`, `extension/zpagesextension/go.mod`, `filter/go.mod`, `internal/componentalias/go.mod`, `internal/e2e/go.mod`, `internal/fanoutconsumer/go.mod`, `internal/memorylimiter/go.mod`, `internal/schemagen/go.mod`, `internal/sharedcomponent/go.mod`, `internal/telemetry/go.mod`, `otelcol/go.mod`, `otelcol/otelcoltest/go.mod`, `processor/batchprocessor/go.mod`, `processor/go.mod`, `processor/memorylimiterprocessor/go.mod`, `processor/processorhelper/go.mod`, `processor/processorhelper/xprocessorhelper/go.mod`, `processor/processortest/go.mod`, `processor/queuebatchprocessor/go.mod`, `processor/xprocessor/go.mod`, `receiver/go.mod`, `receiver/nopreceiver/go.mod`, `receiver/otlpreceiver/go.mod`, `receiver/receiverhelper/go.mod`, `receiver/receivertest/go.mod`, `receiver/xreceiver/go.mod`, `scraper/go.mod`, `scraper/scraperhelper/go.mod`, `scraper/scraperhelper/xscraperhelper/go.mod`, `scraper/scrapertest/go.mod`, `scraper/xscraper/go.mod`, `service/go.mod`, `service/hostcapabilities/go.mod`, `service/telemetry/telemetrytest/go.mod` --- ## Open The following updates have all been created. To force a retry/rebase of any, click on a checkbox below. - [ ] <!-- rebase-branch=renovate/github-actions-deps -->[Update github-actions deps](../pull/15576) (`CodSpeedHQ/action`, `actions/checkout`, `actions/setup-go`, `actions/setup-node`, `actions/stale`, `github/codeql-action`, `lycheeverse/lychee-action`, `ossf/scorecard-action`, `zizmorcore/zizmor-action`) - [ ] <!-- rebase-branch=renovate/github.com-dkorunic-betteralign-0.x -->[Update module github.com/dkorunic/betteralign to v0.14.3](../pull/15113) - [ ] <!-- rebase-branch=renovate/github.com-golangci-golangci-lint-v2-2.x -->[Update module github.com/golangci/golangci-lint/v2 to v2.12.2](../pull/14677) - [ ] <!-- rebase-branch=renovate/major-github-actions-deps -->[Update github-actions deps (major)](../pull/15579) (`CodSpeedHQ/action`, `actions/setup-go`, `actions/setup-node`, `actions/stale`) - [ ] <!-- rebase-all-open-prs -->**Click on this checkbox to rebase all open PRs at once** ## Detected Dependencies > [!NOTE] > Detected dependencies section has been truncated <details><summary>github-actions (37)</summary> <blockquote> <details><summary>.github/workflows/add-labels-and-owners.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/add-labels-command.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/add-rfc-label.yml (1)</summary> - `ubuntu 24.04` </details> <details><summary>.github/workflows/api-compatibility.yml (4)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/approve-workflows.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` - `ubuntu 24.04` </details> <details><summary>.github/workflows/build-and-test-arm.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/build-and-test-windows.yaml (6)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/build-and-test.yml (27)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/setup-node v6.4.0@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e` → [Updates: `v6.5.0`, `v7.0.0`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/upload-artifact v7.0.1@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `codecov/codecov-action v7.0.0@fb8b3582c8e4def4969c97caa2f19720cb33a72f` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `node 24` </details> <details><summary>.github/workflows/builder-integration-test.yaml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/builder-snapshot.yaml (11)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `sigstore/cosign-installer v4.1.2@6f9f17788090df1f26f669e9d70d6ae9567deba6` - `anchore/sbom-action v0.24.0@e22c389904149dbc22b58101806040fa8d37a610` - `docker/setup-qemu-action v4.2.0@96fe6ef7f33517b61c61be40b68a1882f3264fb8` - `docker/setup-buildx-action v4.2.0@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c` - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `goreleaser/goreleaser-action v7.2.3@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94` - `goreleaser/goreleaser-action v7.2.3@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94` - `ubuntu 24.04` </details> <details><summary>.github/workflows/changelog.yml (4)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `lycheeverse/lychee-action v2.8.0@8646ba30535128ac92d33dfc9133794bfdd9b411` → [Updates: `v2.9.0`] </details> <details><summary>.github/workflows/check-codeowners.yaml (5)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v6.5.0`, `v7.0.0`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` - `ubuntu 24.04` </details> <details><summary>.github/workflows/check-links.yaml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `lycheeverse/lychee-action v2.8.0@8646ba30535128ac92d33dfc9133794bfdd9b411` → [Updates: `v2.9.0`] </details> <details><summary>.github/workflows/check-merge-freeze.yml (1)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] </details> <details><summary>.github/workflows/check-pr-issue-link.yml</summary> </details> <details><summary>.github/workflows/codeql-analysis.yml (6)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `github/codeql-action v4.36.3@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a` → [Updates: `v4.37.7`] - `github/codeql-action v4.36.3@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a` → [Updates: `v4.37.7`] - `github/codeql-action v4.36.3@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a` → [Updates: `v4.37.7`] </details> <details><summary>.github/workflows/contrib-tests.yml (6)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/upload-artifact v7.0.1@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/download-artifact v8.0.1@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c` - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/fossa.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `fossas/fossa-action v2.0.0@29693cc50323968e039056be419b32989fc5880c` </details> <details><summary>.github/workflows/go-benchmarks.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `CodSpeedHQ/action v4.18.2@4e969336ab9acd4f6f8d025fdd793292b0835df0` → [Updates: `v4.19.1`, `v5.0.3`] </details> <details><summary>.github/workflows/lint-workflow-files.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v6.5.0`, `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/milestone-add-to-pr.yml (1)</summary> - `actions/github-script v9.0.0@3a2844b7e9c422d3c10d287c895573f7108da1b3` </details> <details><summary>.github/workflows/perf.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/ping-codeowners-issues.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/ping-codeowners-on-new-issue.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/ping-codeowners-prs.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/prepare-release.yml (6)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` </details> <details><summary>.github/workflows/release-branch.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/rerun-workflows.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` - `ubuntu 24.04` </details> <details><summary>.github/workflows/scorecard.yml (4)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ossf/scorecard-action v2.4.3@4eaacf0543bb3f2c246792bd56e8cdeffafb205a` → [Updates: `v2.4.4`] - `actions/upload-artifact v7.0.1@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a` - `github/codeql-action v4.36.3@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a` → [Updates: `v4.37.7`] </details> <details><summary>.github/workflows/shellcheck.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ludeeus/action-shellcheck 2.0.0@00cae500b08a931fb5698e11e79bfbd38e612a38` </details> <details><summary>.github/workflows/sourcecode-release.yaml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/github-script v9.0.0@3a2844b7e9c422d3c10d287c895573f7108da1b3` </details> <details><summary>.github/workflows/spell-check.yaml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `streetsidesoftware/cspell-action v8.4.0@de2a73e963e7443969755b648a1008f77033c5b2` </details> <details><summary>.github/workflows/stale-pr.yaml (1)</summary> - `actions/stale v10.3.0@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899` → [Updates: `v10.4.0`, `v11.0.0`] </details> <details><summary>.github/workflows/survey-on-merged-pr.yml (1)</summary> - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` </details> <details><summary>.github/workflows/tidy-dependencies.yml (4)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions-ecosystem/action-remove-labels v1.3.0@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0` </details> <details><summary>.github/workflows/weekly-slack-report.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/zizmor.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `zizmorcore/zizmor-action v0.5.7@192e21d79ab29983730a13d1382995c2307fbcaa` → [Updates: `v0.6.2`] </details> </blockquote> </details> <details><summary>gomod (60)</summary> <blockquote> <details><summary>client/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>cmd/builder/go.mod (14)</summary> - `go 1.25.0` - `github.com/knadh/koanf/parsers/yaml v1.1.1` - `github.com/knadh/koanf/providers/env/v2 v2.0.1` - `github.com/knadh/koanf/providers/file v1.2.1` - `github.com/knadh/koanf/providers/fs v1.0.1` - `github.com/knadh/koanf/v2 v2.3.6` - `github.com/spf13/cobra v1.10.2` - `github.com/spf13/pflag v1.0.10` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` - `go.yaml.in/yaml/v3 v3.0.5` - `golang.org/x/mod v0.39.0` </details> <details><summary>cmd/mdatagen/go.mod (45)</summary> - `go 1.25.0` - `github.com/google/go-cmp v0.7.0` - `github.com/iimos/ucum v0.0.3` - `github.com/spf13/cobra v1.10.2` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/fileprovider v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/connectortest v0.158.0` - `go.opentelemetry.io/collector/connector/xconnector v0.158.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/featuregate v1.64.0` - `go.opentelemetry.io/collector/filter v0.158.0` - `go.opentelemetry.io/collector/internal/schemagen v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/xpdata v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` - `go.opentelemetry.io/collector/processor v1.64.0` - `go.opentelemetry.io/collector/processor/processortest v0.158.0` - `go.opentelemetry.io/collector/processor/xprocessor v0.158.0` - `go.opentelemetry.io/collector/receiver v1.64.0` - `go.opentelemetry.io/collector/receiver/receivertest v0.158.0` - `go.opentelemetry.io/collector/receiver/xreceiver v0.158.0` - `go.opentelemetry.io/collector/scraper v0.158.0` - `go.opentelemetry.io/collector/scraper/scraperhelper v0.158.0` - `go.opentelemetry.io/collector/scraper/scrapertest v0.158.0` - `go.opentelemetry.io/collector/scraper/xscraper v0.158.0` - `go.opentelemetry.io/collector/service/hostcapabilities v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.opentelemetry.io/otel/metric v1.45.0` - `go.opentelemetry.io/otel/sdk/metric v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` - `go.yaml.in/yaml/v3 v3.0.5` - `golang.org/x/text v0.40.0` → [Updates: `v0.41.0`] </details> <details><summary>cmd/otelcorecol/go.mod (28)</summary> - `go 1.25.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/envprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/fileprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/httpprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/httpsprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/yamlprovider v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/forwardconnector v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/debugexporter v0.158.0` - `go.opentelemetry.io/collector/exporter/nopexporter v0.158.0` - `go.opentelemetry.io/collector/exporter/otlpexporter v0.158.0` - `go.opentelemetry.io/collector/exporter/otlphttpexporter v0.158.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/memorylimiterextension v0.158.0` - `go.opentelemetry.io/collector/extension/zpagesextension v0.158.0` - `go.opentelemetry.io/collector/otelcol v0.158.0` - `go.opentelemetry.io/collector/processor v1.64.0` - `go.opentelemetry.io/collector/processor/batchprocessor v0.158.0` - `go.opentelemetry.io/collector/processor/memorylimiterprocessor v0.158.0` - `go.opentelemetry.io/collector/processor/queuebatchprocessor v0.158.0` - `go.opentelemetry.io/collector/receiver v1.64.0` - `go.opentelemetry.io/collector/receiver/nopreceiver v0.158.0` - `go.opentelemetry.io/collector/receiver/otlpreceiver v0.158.0` - `go.opentelemetry.io/collector/service v0.158.0` - `golang.org/x/sys v0.47.0` </details> <details><summary>cmd/schemagen/go.mod (5)</summary> - `go 1.25.0` - `github.com/iancoleman/strcase v0.3.0` - `github.com/stretchr/testify v1.11.1` - `go.yaml.in/yaml/v3 v3.0.5` - `golang.org/x/tools v0.48.0` </details> <details><summary>component/componentstatus/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` </details> <details><summary>component/componenttest/go.mod (11)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/otel/metric v1.45.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/sdk/metric v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>component/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/otel/metric v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>config/configauth/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth/extensionauthtest v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configcompression/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configgrpc/go.mod (26)</summary> - `go 1.25.0` - `github.com/golang/snappy v1.0.0` - `github.com/klauspost/compress v1.19.1` → [Updates: `v1.19.2`] - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/client v1.64.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/configcompression v1.64.0` - `go.opentelemetry.io/collector/config/configmiddleware v1.64.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth/extensionauthtest v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware/extensionmiddlewaretest v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.70.0` - `go.opentelemetry.io/otel v1.45.0` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>config/confighttp/go.mod (28)</summary> - `go 1.25.0` - `github.com/golang/snappy v1.0.0` - `github.com/klauspost/compress v1.19.1` → [Updates: `v1.19.2`] - `github.com/pierrec/lz4/v4 v4.1.27` → [Updates: `v4.1.28`] - `github.com/rs/cors v1.11.1` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/client v1.64.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/configcompression v1.64.0` - `go.opentelemetry.io/collector/config/configmiddleware v1.64.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth/extensionauthtest v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware/extensionmiddlewaretest v0.158.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.70.0` - `go.opentelemetry.io/otel v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `golang.org/x/net v0.57.0` → [Updates: `v0.58.0`] - `go.opentelemetry.io/collector/confmap v1.64.0` </details> <details><summary>config/confighttp/xconfighttp/go.mod (8)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/confighttp v0.158.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.70.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` </details> <details><summary>config/configmiddleware/go.mod (8)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware/extensionmiddlewaretest v0.158.0` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>config/confignet/go.mod (4)</summary> - `go 1.25.0` - `github.com/Microsoft/go-winio v0.6.2` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configopaque/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` - `go.yaml.in/yaml/v3 v3.0.5` </details> <details><summary>config/configoptional/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configretry/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configstorage/go.mod (6)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension/xextension v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configtelemetry/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configtls/go.mod (8)</summary> - `go 1.25.0` - `github.com/foxboron/go-tpm-keyfiles v0.0.0-20250903184740-5d135037bd4d@5d135037bd4d` → [Updates: `v0.0.0-20260427185012-515ba073c4c1`] - `github.com/google/go-tpm v0.9.8` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/go.mod (13)</summary> - `go 1.25.0` - `github.com/go-viper/mapstructure/v2 v2.5.0` - `github.com/gobwas/glob v0.2.3` - `github.com/knadh/koanf/maps v0.1.2` → [Updates: `v0.1.3`] - `github.com/knadh/koanf/providers/confmap v1.0.1` - `github.com/knadh/koanf/v2 v2.3.6` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/featuregate v1.64.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` - `go.yaml.in/yaml/v3 v3.0.5` </details> <details><summary>confmap/internal/e2e/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/envprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/fileprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/xconfmap v0.158.0` </details> <details><summary>confmap/provider/envprovider/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>confmap/provider/fileprovider/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/provider/httpprovider/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/provider/httpsprovider/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/provider/yamlprovider/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/xconfmap/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` </details> <details><summary>connector/connectortest/go.mod (13)</summary> - `go 1.25.0` - `github.com/google/uuid v1.6.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/xconnector v0.158.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>connector/forwardconnector/go.mod (16)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/connectortest v0.158.0` - `go.opentelemetry.io/collector/connector/xconnector v0.158.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>connector/go.mod (12)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.opentelemetry.io/collector/internal/fanoutconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` </details> <details><summary>connector/xconnector/go.mod (13)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.opentelemetry.io/collector/internal/fanoutconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` </details> <details><summary>consumer/consumererror/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>consumer/consumererror/xconsumererror/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` </details> <details><summary>consumer/consumertest/go.mod (8)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>consumer/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>consumer/xconsumer/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` </details> <details><summary>exporter/debugexporter/go.mod (20)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configtelemetry v0.158.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pdata/xpdata v0.158.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `golang.org/x/sys v0.47.0` </details> <details><summary>exporter/exporterhelper/go.mod (35)</summary> - `go 1.25.0` - `github.com/cenkalti/backoff/v7 v7.0.0` - `github.com/hashicorp/golang-lru/v2 v2.0.7` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/client v1.64.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/extension/extensiontest v0.158.0` - `go.opentelemetry.io/collector/extension/xextension v0.158.0` - `go.opentelemetry.io/collector/featuregate v1.64.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pdata/xpdata v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.opentelemetry.io/otel/metric v1.45.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/sdk/metric v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` - `google.golang.org/grpc v1.83.0` - `google.golang.org/protobuf v1.36.12` </details> <details><summary>exporter/exporterhelper/xexporterhelper/go.mod (23)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/consumer/consumererror/xconsumererror v0.158.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pdata/xpdata v0.158.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>exporter/exportertest/go.mod (18)</summary> - `go 1.25.0` - `github.com/google/uuid v1.6.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/receiver v1.64.0` - `go.opentelemetry.io/collector/receiver/receivertest v0.158.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>exporter/go.mod (13)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>exporter/nopexporter/go.mod (12)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>exporter/otlpexporter/go.mod (30)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector v0.158.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/configcompression v1.64.0` - `go.opentelemetry.io/collector/config/configgrpc v1.64.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `google.golang.org/genproto/googleapis/rpc v0.0.0-20260803160001-6ac0973c030d@6ac0973c030d` → [Updates: `v0.0.0-20260810153831-ec0a7760b754`] - `google.golang.org/grpc v1.83.0` - `google.golang.org/protobuf v1.36.12` </details> <details><summary>exporter/otlphttpexporter/go.mod (28)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector v0.158.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configcompression v1.64.0` - `go.opentelemetry.io/collector/config/confighttp v0.158.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa@3dc84a4a5aaa` → [Updates: `v0.0.0-20260810153831-ec0a7760b754`] - `google.golang.org/grpc v1.83.0` - `google.golang.org/protobuf v1.36.12` </details> <details><summary>exporter/xexporter/go.mod (8)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` </details> <details><summary>extension/extensionauth/extensionauthtest/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth v1.64.0` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/extensionauth/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/extensioncapabilities/go.mod (4)</summary> - `go 1.25.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` </details> <details><summary>extension/extensionmiddleware/extensionmiddlewaretest/go.mod (6)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/extensionmiddleware/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/extensiontest/go.mod (6)</summary> - `go 1.25.0` - `github.com/google/uuid v1.6.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/extension v1.64.0` </details> <details><summary>extension/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>extension/memorylimiterextension/go.mod (12)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `go.opentelemetry.io/collector/extension/extensiontest v0.158.0` - `go.opentelemetry.io/collector/internal/memorylimiter v0.158.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/xextension/go.mod (6)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` </details> <details><summary>extension/zpagesextension/go.mod (18)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componentstatus v0.158.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/confighttp v0.158.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensiontest v0.158.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/contrib/zpages v0.70.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>featuregate/go.mod (5)</summary> - `go 1.25.0` - `github.com/hashicorp/go-version v1.9.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` </details> <details><summary>filter/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` > ✂ **Note** > > PR body was truncated to here.",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/issues/8903",
          "createdAt": "2023-11-14T20:39:08Z",
          "updatedAt": "2026-08-13T15:05:06Z",
          "timestamp": "2026-08-13T15:05:06Z",
          "metrics": {
            "reactions": 0,
            "comments": 0
          },
          "labels": [],
          "author": "renovate[bot]",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:a4b3404b2ab8f62d8448",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15755",
        "event": "discovered",
        "observedAt": "2026-08-13T16:19:22.035158Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15755",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "Update module golang.org/x/mod to v0.39.0",
          "text": "This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [golang.org/x/mod](https://pkg.go.dev/golang.org/x/mod) | [`v0.38.0` → `v0.39.0`](https://cs.opensource.google/go/x/mod/+/refs/tags/v0.38.0...refs/tags/v0.39.0) | ![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fmod/v0.39.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fmod/v0.38.0/v0.39.0?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/8903) for more information. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - \"on tuesday\" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xMi4wIiwidXBkYXRlZEluVmVyIjoiNDQuMTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15755",
          "createdAt": "2026-08-11T09:55:34Z",
          "updatedAt": "2026-08-13T15:00:25Z",
          "timestamp": "2026-08-13T15:00:25Z",
          "metrics": {
            "reactions": 0,
            "comments": 1
          },
          "labels": [
            "dependencies",
            "ready-to-merge",
            "renovatebot"
          ],
          "author": "renovate[bot]",
          "state": "closed",
          "assignees": [],
          "change": "new"
        }
      },
      {
        "id": "event:f0cf9300b9aa96274d24",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15756",
        "event": "changed",
        "observedAt": "2026-08-13T16:19:22.035158Z",
        "changedFields": [
          "updatedAt",
          "metrics"
        ],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15756",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "fix(memorylimiter): report health status only on state changes",
          "text": "#### Description The `memory_limiter` processor currently reports a `StatusOK` event on every memory check while memory usage remains below the soft limit. Since `CheckMemLimits()` runs periodically, this can generate repeated health status events even when the component remains in the same healthy state. This changes the recovery path so that: - `StatusRecoverableError` is reported when the memory limiter enters the refusing state. - `StatusOK` is reported when the memory limiter recovers from the refusing state - no status event is reported while the component remains in the same state. <!-- Issue number if applicable --> #### Link to tracking issue Fixes #15751 <!--Describe what testing was performed and which tests were added.--> #### Testing The above changes were tested with `go test ./internal/memorylimiter`. <!--Describe the documentation added.--> #### Documentation <!--Authorship attestation. See AGENTS.md for details. AI agents must not check this box on behalf of the user; the human author must check it themselves before the PR is ready for review.--> #### Authorship - [X] I, a human, wrote this pull request description myself. <!--Please delete paragraphs that you did not use before submitting.-->",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15756",
          "createdAt": "2026-08-11T10:43:20Z",
          "updatedAt": "2026-08-13T14:56:54Z",
          "timestamp": "2026-08-13T14:56:54Z",
          "metrics": {
            "reactions": 0,
            "comments": 2
          },
          "labels": [],
          "author": "chethanm99",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:4c94fbfa02354aa5e5b1",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15510",
        "event": "changed",
        "observedAt": "2026-08-13T16:19:22.035158Z",
        "changedFields": [
          "updatedAt",
          "metrics",
          "state"
        ],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15510",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "exporterhelper: record queue batch send size after batching",
          "text": "#### Description Record `otelcol_exporter_queue_batch_send_size` and `otelcol_exporter_queue_batch_send_size_bytes` after batching, in the obs report sender, so they reflect the size of the batch actually sent downstream rather than the size of each request at the time of enqueue. #### Link to tracking issue Fixes #14674 #### Testing Moved the existing per-signal batch-size tests from `internal/queue/obs_queue_test.go` to `internal/obs_report_sender_test.go`. #### Documentation None. The metric name and description in `metadata.yaml` are unchanged; The description (\"Number of bytes in batch that was sent.\") is now actually accurate. #### Authorship - [x] I, a human, wrote this pull request description myself.",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15510",
          "createdAt": "2026-06-29T06:42:44Z",
          "updatedAt": "2026-08-13T14:28:56Z",
          "timestamp": "2026-08-13T14:28:56Z",
          "metrics": {
            "reactions": 1,
            "comments": 9
          },
          "labels": [],
          "author": "karakayasemi",
          "state": "closed",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:5a2461ab2d1625fa7497",
        "signalId": "github:open-telemetry/opentelemetry-collector:issue:14674",
        "event": "discovered",
        "observedAt": "2026-08-13T16:19:22.035158Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:issue:14674",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "issue",
          "title": "`otelcol_exporter_queue_batch_send_size_bytes` records size for batches coming to the queue",
          "text": "### Component(s) _No response_ ### What happened? **Describe the bug** <!-- A clear and concise description of what the bug is. --> Metric `otelcol_exporter_queue_batch_send_size_bytes` is described as: https://github.com/open-telemetry/opentelemetry-collector/blob/91ba72118c1e38f5bd171c6f3bffcc8aa88582b9/exporter/exporterhelper/internal/metadata/generated_telemetry.go#L149-L154 This leads me to believe it is the size of the batch after batching has been performed, however, the metric is recorded before the batch is added to the queue: https://github.com/open-telemetry/opentelemetry-collector/blob/91ba72118c1e38f5bd171c6f3bffcc8aa88582b9/exporter/exporterhelper/internal/queue/obs_queue.go#L99 **Steps to reproduce** <!-- If possible, provide a recipe for reproducing the error. --> N/A **What did you expect to see?** <!-- A clear and concise description of what you expected to see. --> Based on the description, I was under the impression I will observe the batch size after batching is performed. **What did you see instead?** <!-- A clear and concise description of what you saw instead. --> The metric plots the batch size when it is added to the queue. ### Collector version main ### Environment information ## Environment OS: (e.g., \"Ubuntu 20.04\") Compiler(if manually compiled): (e.g., \"go 14.2\") ### OpenTelemetry Collector configuration ```yaml ``` ### Log output ```shell ``` ### Additional context I think we should either update the documentation to correctly mention what the metric represents or update the metric to record the batch size post-batching. If the later is preferred, I wonder if we should have another metric to record the data post batching. ### Tip <sub>[React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. Learn more [here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/issues/14674",
          "createdAt": "2026-03-02T23:31:34Z",
          "updatedAt": "2026-08-13T14:26:54Z",
          "timestamp": "2026-08-13T14:26:54Z",
          "metrics": {
            "reactions": 1,
            "comments": 10
          },
          "labels": [
            "bug"
          ],
          "author": "lahsivjar",
          "state": "closed",
          "assignees": [],
          "change": "new"
        }
      },
      {
        "id": "event:4a674302c6034b2d5ba9",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15576",
        "event": "changed",
        "observedAt": "2026-08-13T16:19:22.035158Z",
        "changedFields": [
          "text",
          "updatedAt"
        ],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15576",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "Update github-actions deps",
          "text": "This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [CodSpeedHQ/action](https://redirect.github.com/CodSpeedHQ/action) | action | minor | `v4.18.2` → `v4.19.1` | | [actions/checkout](https://redirect.github.com/actions/checkout) | action | patch | `v7.0.0` → `v7.0.1` | | [actions/setup-go](https://redirect.github.com/actions/setup-go) | action | minor | `v6` → `v6.5.0` | | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | minor | `v6.4.0` → `v6.5.0` | | [actions/stale](https://redirect.github.com/actions/stale) | action | minor | `v10.3.0` → `v10.4.0` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | minor | `v4.36.3` → `v4.37.7` | | [lycheeverse/lychee-action](https://redirect.github.com/lycheeverse/lychee-action) | action | minor | `v2.8.0` → `v2.9.0` | | [ossf/scorecard-action](https://redirect.github.com/ossf/scorecard-action) | action | patch | `v2.4.3` → `v2.4.4` | | [zizmorcore/zizmor-action](https://redirect.github.com/zizmorcore/zizmor-action) | action | minor | `v0.5.7` → `v0.6.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/8903) for more information. --- ### Release Notes <details> <summary>CodSpeedHQ/action (CodSpeedHQ/action)</summary> ### [`v4.19.1`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.19.1) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.19.0...v4.19.1) #### Release Notes This release ships improvements for the memory instrument. The memory instrument now lazily attaches to allocators, which lowers the startup time to a few seconds (down from minutes on certain systems). Additionally, we shipped a series of serialization improvements, removing in some large benchmarks 3+ minutes of extra CI time. ##### <!-- 1 -->🐛 Bug Fixes - Track successful posix\\_memalign allocations ([#&#8203;470](https://redirect.github.com/CodSpeedHQ/action/issues/470)) by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;470](https://redirect.github.com/CodSpeedHQ/runner/pull/470) - Prompt sudo on interactive stdin ([#&#8203;459](https://redirect.github.com/CodSpeedHQ/action/issues/459)) by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;459](https://redirect.github.com/CodSpeedHQ/runner/pull/459) - Reject empty command before executor setup ([#&#8203;467](https://redirect.github.com/CodSpeedHQ/action/issues/467)) by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;467](https://redirect.github.com/CodSpeedHQ/runner/pull/467) ##### <!-- 7 -->⚙️ Internals - chore: bump runner version to 4.19.1 by [@&#8203;github-actions](https://redirect.github.com/github-actions)\\[bot] in [#&#8203;225](https://redirect.github.com/CodSpeedHQ/action/pull/225) ##### <!-- 10 -->💼 Other - Bump the memtrack pin to 1.3.0 by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) in [#&#8203;474](https://redirect.github.com/CodSpeedHQ/runner/pull/474) #### Install codspeed-runner 4.19.1 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.19.1 | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256) | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> **Full Changelog**: <https://github.com/CodSpeedHQ/action/compare/v4.19.0...v4.19.1> ### [`v4.19.0`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.19.0) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.18.5...v4.19.0) #### Release Notes This release adds a new `--experimental-exclude-allocations` feature to remove allocator time from Simulation benchmarks. ##### <!-- 0 -->🚀 Features - Remove eager allocator discovery by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Attach allocator probes on demand via exec-mapping watcher by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Add exec-mapping watcher BPF prog and inode maps by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Add experimental --exclude-allocations setting by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 1 -->🐛 Bug Fixes - Join attach worker thread on drop, not only on finish() by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;445](https://redirect.github.com/CodSpeedHQ/runner/pull/445) - Fail loud when a watcher mapping is unresolved on a live process by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Canonicalize map\\_files dirent name for low-address mappings by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Classify unprefixed jemalloc builds as jemalloc by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Fail closed when tracking\\_enabled lookup fails by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Lower zstd compression level to -5 to reduce serialization overhead by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Wire MemtrackWriter serializer through BufWriter to fix per-event zstd compression bottleneck by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 10 -->💼 Other - Let the tracker own the poller and drain on shutdown by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Return the underlying sink from MemtrackWriter::finish by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 2 -->🏗️ Refactor - Split monolithic eBPF C and Rust into domain files by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Split memtrack into module by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Attach uprobes at resolved file offsets instead of func\\_name by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Align cycle-estimation flag with experimental naming scheme by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;425](https://redirect.github.com/CodSpeedHQ/runner/pull/425) ##### <!-- 3 -->📚 Documentation - Add crate AGENTS.md guide by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;455](https://redirect.github.com/CodSpeedHQ/runner/pull/455) - Stop hardcoding MCP tool schemas in the optimize skill by [@&#8203;fargito](https://redirect.github.com/fargito) in [#&#8203;451](https://redirect.github.com/CodSpeedHQ/runner/pull/451) ##### <!-- 4 -->⚡ Performance - Drain ringbuf bursts eagerly and reserve poller cores by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;436](https://redirect.github.com/CodSpeedHQ/runner/pull/436) - Grow the event ring buffer to 256 MiB by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Wake the ringbuf consumer only past a data watermark by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Pre-size and reuse the memtrack encode window buffer by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Replace drain/writer threads with the encode pipeline by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Add parallel zstd encode pipeline for artifact events by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Detach BPF links in parallel at teardown by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;440](https://redirect.github.com/CodSpeedHQ/runner/pull/440) - Resolve allocator symbol offsets in parallel by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 6 -->🧪 Testing - Add dlopen/on-demand allocator tests + CI matrix by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Benchmark encode\\_events with a realistic allocation trace by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 7 -->⚙️ Internals - chore: bump runner version to 4.19.0 by [@&#8203;github-actions](https://redirect.github.com/github-actions)\\[bot] in [#&#8203;224](https://redirect.github.com/CodSpeedHQ/action/pull/224) - Lower on-demand attach log to debug by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;462](https://redirect.github.com/CodSpeedHQ/runner/pull/462) - Install rust toolchain by explicit channel for older rustup by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Also run runner-shared benchmarks in walltime mode by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Dedup memtrack build deps into install-bpf-deps action by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) #### Install codspeed-runner 4.19.0 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.19.0 | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256) | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> **Full Changelog**: <https://github.com/CodSpeedHQ/action/compare/v4.18.5...v4.19.0> ### [`v4.18.5`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.18.5) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.18.4...v4.18.5) #### Release Notes ##### <!-- 10 -->💼 Other - Bump pinned valgrind-codspeed to [3.26.0-0codspeed6](https://redirect.github.com/CodSpeedHQ/valgrind-codspeed/releases/tag/3.26.0-0codspeed6) ([#&#8203;448](https://redirect.github.com/CodSpeedHQ/action/issues/448)) by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) in [#&#8203;448](https://redirect.github.com/CodSpeedHQ/runner/pull/448) - fix: hangs on ARM64 due to atomics by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [CodSpeedHQ/valgrind-codspeed#23](https://redirect.github.com/CodSpeedHQ/valgrind-codspeed/pull/23) - fix(aspacem): raise amd64 managed address ceiling to 1 TiB by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [CodSpeedHQ/valgrind-codspeed#22](https://redirect.github.com/CodSpeedHQ/valgrind-codspeed/pull/22) #### Install codspeed-runner 4.18.4 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.18.4 | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256) | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> **Full Changelog**: <https://github.com/CodSpeedHQ/action/compare/v4.18.4...v4.18.5> ### [`v4.18.4`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.18.4) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.18.2...v4.18.4) #### What's Changed - fix 4.18.3 runner hash – [`bf19f56`](https://redirect.github.com/CodSpeedHQ/action/commit/bf19f56fe8857e83e4343138c1a927e56f666e3b) by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) **Full Changelog**: <https://github.com/CodSpeedHQ/action/compare/v4.18.3...v4.18.4> </details> <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v7.0.1`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v701) [Compare Source](https://redirect.github.com/actions/checkout/compare/v7.0.0...v7.0.1) - Bump github/codeql-action from 3 to 4 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2475](https://redirect.github.com/actions/checkout/pull/2475) - Bump actions/setup-node from 4 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2477](https://redirect.github.com/actions/checkout/pull/2477) - Bump docker/build-push-action from 6.5.0 to 7.2.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2478](https://redirect.github.com/actions/checkout/pull/2478) - Bump docker/login-action from 3.3.0 to 4.2.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2479](https://redirect.github.com/actions/checkout/pull/2479) - Bump actions/checkout from 6 to 7 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2488](https://redirect.github.com/actions/checkout/pull/2488) - Bump actions/upload-artifact from 4 to 7 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2476](https://redirect.github.com/actions/checkout/pull/2476) - eslint 9 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2474](https://redirect.github.com/actions/checkout/pull/2474) - Bump the minor-actions-dependencies group with 2 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\\[bot] in [#&#8203;2499](https://redirect.github.com/actions/checkout/pull/2499) - skip running unsafe pr check if input is default by [@&#8203;aiqiaoy](https://redirect.github.com/aiqiaoy) in [#&#8203;2518](https://redirect.github.com/actions/checkout/pull/2518) - trim only ascii whitespace for branch by [@&#8203;aiqiaoy](https://redirect.github.com/aiqiaoy) in [#&#8203;2521](https://redirect.github.com/actions/checkout/pull/2521) - escape values passed to --unset by [@&#8203;aiqiaoy](https://redirect.github.com/aiqiaoy) in [#&#8203;2530](https://redirect.github.com/actions/checkout/pull/2530) </details> <details> <summary>actions/setup-go (actions/setup-go)</summary> ### [`v6.5.0`](https://redirect.github.com/actions/setup-go/compare/v6.4.0...v6.5.0) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v6.4.0...v6.5.0) ### [`v6.4.0`](https://redirect.github.com/actions/setup-go/releases/tag/v6.4.0) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v6.3.0...v6.4.0) ##### What's Changed ##### Enhancement - Add go-download-base-url input for custom Go distributions by [@&#8203;gdams](https://redirect.github.com/gdams) in [#&#8203;721](https://redirect.github.com/actions/setup-go/pull/721) ##### Dependency update - Upgrade minimatch from 3.1.2 to 3.1.5 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;727](https://redirect.github.com/actions/setup-go/pull/727) ##### Documentation update - Rearrange README.md, add advanced-usage.md by [@&#8203;priyagupta108](https://redirect.github.com/priyagupta108) in [#&#8203;724](https://redirect.github.com/actions/setup-go/pull/724) - Fix Microsoft build of Go link by [@&#8203;gdams](https://redirect.github.com/gdams) in [#&#8203;734](https://redirect.github.com/actions/setup-go/pull/734) ##### New Contributors - [@&#8203;gdams](https://redirect.github.com/gdams) made their first contribution in [#&#8203;721](https://redirect.github.com/actions/setup-go/pull/721) **Full Changelog**: <https://github.com/actions/setup-go/compare/v6...v6.4.0> ### [`v6.3.0`](https://redirect.github.com/actions/setup-go/releases/tag/v6.3.0) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v6.2.0...v6.3.0) ##### What's Changed - Update default Go module caching to use go.mod by [@&#8203;priyagupta108](https://redirect.github.com/priyagupta108) in [#&#8203;705](https://redirect.github.com/actions/setup-go/pull/705) - Fix golang download url to go.dev by [@&#8203;178inaba](https://redirect.github.com/178inaba) in [#&#8203;469](https://redirect.github.com/actions/setup-go/pull/469) **Full Changelog**: <https://github.com/actions/setup-go/compare/v6...v6.3.0> ### [`v6.2.0`](https://redirect.github.com/actions/setup-go/releases/tag/v6.2.0) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v6.1.0...v6.2.0) ##### What's Changed ##### Enhancements - Example for restore-only cache in documentation by [@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [#&#8203;696](https://redirect.github.com/actions/setup-go/pull/696) - Update Node.js version in action.yml by [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) in [#&#8203;691](https://redirect.github.com/actions/setup-go/pull/691) - Documentation update of actions/checkout by [@&#8203;deining](https://redirect.github.com/deining) in [#&#8203;683](https://redirect.github.com/actions/setup-go/pull/683) ##### Dependency updates - Upgrade js-yaml from 3.14.1 to 3.14.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;682](https://redirect.github.com/actions/setup-go/pull/682) - Upgrade [@&#8203;actions/cache](https://redirect.github.com/actions/cache) to v5 by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [#&#8203;695](https://redirect.github.com/actions/setup-go/pull/695) - Upgrade actions/checkout from 5 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;686](https://redirect.github.com/actions/setup-go/pull/686) - Upgrade qs from 6.14.0 to 6.14.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;703](https://redirect.github.com/actions/setup-go/pull/703) ##### New Contributors - [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) made their first contribution in [#&#8203;691](https://redirect.github.com/actions/setup-go/pull/691) - [@&#8203;deining](https://redirect.github.com/deining) made their first contribution in [#&#8203;683](https://redirect.github.com/actions/setup-go/pull/683) **Full Changelog**: <https://github.com/actions/setup-go/compare/v6...v6.2.0> ### [`v6.1.0`](https://redirect.github.com/actions/setup-go/releases/tag/v6.1.0) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v6...v6.1.0) ##### What's Changed ##### Enhancements - Fall back to downloading from go.dev/dl instead of storage.googleapis.com/golang by [@&#8203;nicholasngai](https://redirect.github.com/nicholasngai) in [#&#8203;665](https://redirect.github.com/actions/setup-go/pull/665) - Add support for .tool-versions file and update workflow by [@&#8203;priya-kinthali](https://redirect.github.com/priya-kinthali) in [#&#8203;673](https://redirect.github.com/actions/setup-go/pull/673) - Add comprehensive breaking changes documentation for v6 by [@&#8203;mahabaleshwars](https://redirect.github.com/mahabaleshwars) in [#&#8203;674](https://redirect.github.com/actions/setup-go/pull/674) ##### Dependency updates - Upgrade eslint-config-prettier from 10.0.1 to 10.1.8 and document breaking changes in v6 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;617](https://redirect.github.com/actions/setup-go/pull/617) - Upgrade actions/publish-action from 0.3.0 to 0.4.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;641](https://redirect.github.com/actions/setup-go/pull/641) - Upgrade semver and [@&#8203;types/semver](https://redirect.github.com/types/semver) by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;652](https://redirect.github.com/actions/setup-go/pull/652) ##### New Contributors - [@&#8203;nicholasngai](https://redirect.github.com/nicholasngai) made their first contribution in [#&#8203;665](https://redirect.github.com/actions/setup-go/pull/665) - [@&#8203;priya-kinthali](https://redirect.github.com/priya-kinthali) made their first contribution in [#&#8203;673](https://redirect.github.com/actions/setup-go/pull/673) - [@&#8203;mahabaleshwars](https://redirect.github.com/mahabaleshwars) made their first contribution in [#&#8203;674](https://redirect.github.com/actions/setup-go/pull/674) **Full Changelog**: <https://github.com/actions/setup-go/compare/v6...v6.1.0> </details> <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v6.5.0`](https://redirect.github.com/actions/setup-node/releases/tag/v6.5.0) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v6.4.0...v6.5.0) ##### What's Changed - Update [@&#8203;actions/cache](https://redirect.github.com/actions/cache) to 5.1.0 and add security overrides for undici and fast-xml-parser by [@&#8203;HarithaVattikuti](https://redirect.github.com/HarithaVattikuti) in [#&#8203;1579](https://redirect.github.com/actions/setup-node/pull/1579) **Full Changelog**: <https://github.com/actions/setup-node/compare/v6.4.0...v6.5.0> </details> <details> <summary>actions/stale (actions/stale)</summary> ### [`v10.4.0`](https://redirect.github.com/actions/stale/releases/tag/v10.4.0) [Compare Source](https://redirect.github.com/actions/stale/compare/v10.3.0...v10.4.0) #### What's Changed ##### Bug Fix - Fixed `only-issue-types` validation by [@&#8203;trueberryless](https://redirect.github.com/trueberryless) in [#&#8203;1338](https://redirect.github.com/actions/stale/pull/1338) ##### Dependency Updates - Bump undici to 6.27.0 via override, clean up stale license files, and version to 10.4.0. by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1342](https://redirect.github.com/actions/stale/pull/1342) #### New Contributors - [@&#8203;trueberryless](https://redirect.github.com/trueberryless) made their first contribution in [#&#8203;1338](https://redirect.github.com/actions/stale/pull/1338) **Full Changelog**: <https://github.com/actions/stale/compare/v10.3.0...v10.4.0> </details> <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v4.37.7`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.7) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.37.6...v4.37.7) - Update default CodeQL bundle version to [2.26.3](https://redirect.github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.3). [#&#8203;4085](https://redirect.github.com/github/codeql-action/pull/4085) ### [`v4.37.6`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.6) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.37.5...v4.37.6) - Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to `.github/codeql-config.yml` to align it with the suggested path that is used elsewhere. [#&#8203;4070](https://redirect.github.com/github/codeql-action/pull/4070) ### [`v4.37.5`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.5) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.37.4...v4.37.5) - Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the `init` Action instead of falling back to downloading the bundle before extracting it. [#&#8203;4061](https://redirect.github.com/github/codeql-action/pull/4061) ### [`v4.37.4`](https://redirect.github.com/github/codeql-action/compare/v4.37.3...v4.37.4) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.37.3...v4.37.4) ### [`v4.37.3`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.3) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.37.2...v4.37.3) No user facing changes. ### [`v4.37.2`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.2) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.37.1...v4.37.2) - The new address format for the `config-file` input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the `remote=` prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. [#&#8203;4023](https://redirect.github.com/github/codeql-action/pull/4023) - The CodeQL Action can now make use of [configured private registries](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries) in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. [#&#8203;4007](https://redirect.github.com/github/codeql-action/pull/4007) ### [`v4.37.1`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.1) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.37.0...v4.37.1) - *Upcoming breaking change*: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. [#&#8203;3956](https://redirect.github.com/github/codeql-action/pull/3956) - Update default CodeQL bundle version to [2.26.1](https://redirect.github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.1). [#&#8203;4019](https://redirect.github.com/github/codeql-action/pull/4019) ### [`v4.37.0`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.0) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.36.3...v4.37.0) - Update default CodeQL bundle version to [2.26.0](https://redirect.github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.0). [#&#8203;3995](https://redirect.github.com/github/codeql-action/pull/3995) - In addition to the existing input format, the `config-file` input for the `codeql-action/init` step will soon support a new `[owner/]repo[@ref][:path]` format. All components except the repository name are optional. If omitted, `owner` defaults to the same owner as the repository the analysis is running for, `ref` to `main`, and `path` to `.github/codeql-action.yaml`. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. [#&#8203;3973](https://redirect.github.com/github/codeql-action/pull/3973) </details> <details> <summary>lycheeverse/lychee-action (lycheeverse/lychee-action)</summary> ### [`v2.9.0`](https://redirect.github.com/lycheeverse/lychee-action/releases/tag/v2.9.0) [Compare Source](https://redirect.github.com/lycheeverse/lychee-action/compare/v2.8.0...v2.9.0) #### Summary This release updates the default lychee version from `v0.23.0` to `v0.24.2`. The main reason for this release is compatibility with the new lychee `0.24.x` release artifacts. Starting with lychee `v0.24.0`, the archive layout changed, and the `lychee` binary may now be packaged inside a subdirectory. `lychee-action` now detects that layout automatically, so users can upgrade without changing their workflows. If you use: ```yaml uses: lycheeverse/lychee-action@v2 ``` you will get the new version once the floating `v2` tag has been updated. If you pin exact versions, update to: ```yaml uses: lycheeverse/lychee-action@v2.9.0 ``` #### What’s new from lychee `v0.24.x` ##### Better diagnostics lychee now reports line and column numbers for detected links. This makes broken link reports easier to act on, especially in larger documentation sites or generated reports. ##### Text fragment checking lychee can now check URL text fragments, such as links containing `#:~:text=...`. This helps catch links that point to a valid page but no longer points to the intended highlighted text. ##### Sitemap support lychee can now read `sitemap.xml` inputs. This is useful for checking published websites or generated documentation sites where the sitemap is the easiest source of URLs to validate. ##### JUnit output lychee now supports JUnit output. This makes it easier to integrate link checking results with CI systems and test reporting tools that understand JUnit XML. ##### Redirect and remap visibility lychee can now show redirects and remaps more clearly. This helps explain why a URL was checked as a different final URL and makes debugging link-checking behavior easier. ##### Multiple config files lychee now supports multiple configuration files and expanded config handling. This is useful for repositories that split documentation, website, or package-specific link-checking settings. ##### Timeout handling lychee can now accept timeouts explicitly. This gives users more control over how strict their link checks should be for flaky or slow endpoints. #### Fixes and reliability improvements ##### Fixed lychee `0.24.x` archive compatibility `lychee-action` now handles the new lychee release archive layout by detecting whether the `lychee` binary is inside a subdirectory. This fixes compatibility with lychee `0.24.x`. ##### More stable installation path The action now installs lychee into `$RUNNER_TEMP/lychee/bin` instead of `$HOME`. This avoids failures on runners where `$HOME` differs between composite action steps. In those environments, the action could add one directory to `PATH` but install the binary somewhere else, causing `lychee: command not found`. ##### Safer automatic lychee version updates The workflow that checks for new lychee releases now guards against `null` release versions before creating update PRs. This prevents invalid automated PRs such as “Update lycheeVersion to null”. ##### Dependency updates - Updated `actions/checkout` from `v6` to `v7` - Updated `actions/cache` from `v5` to `v6` #### Upstream lychee changelog For the full lychee changelog, see: - <https://github.com/lycheeverse/lychee/releases/tag/lychee-v0.24.0> - <https://github.com/lycheeverse/lychee/releases/tag/lychee-v0.24.1> - <https://github.com/lycheeverse/lychee/releases/tag/lychee-v0.24.2> #### What’s Changed - bump default to 0.24.1 and auto-detect lychee bin in subfolder by [@&#8203;kaitlyndotmoe](https://redirect.github.com/kaitlyndotmoe) in [#&#8203;330](https://redirect.github.com/lycheeverse/lychee-action/pull/330) - fixes [#&#8203;322](https://redirect.github.com/lycheeverse/lychee-action/issues/322) check for null by [@&#8203;bgermann](https://redirect.github.com/bgermann) in [#&#8203;336](https://redirect.github.com/lycheeverse/lychee-action/pull/336) - Install into `$RUNNER_TEMP` instead of `$HOME` by [@&#8203;mre](https://redirect.github.com/mre) in [#&#8203;338](https://redirect.github.com/lycheeverse/lychee-action/pull/338) - Bump actions/checkout from 6 to 7 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;339](https://redirect.github.com/lycheeverse/lychee-action/pull/339) - Bump actions/cache from 5 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;340](https://redirect.github.com/lycheeverse/lychee-action/pull/340) **Full Changelog**: <https://github.com/lycheeverse/lychee-action/compare/v2.8.0...v2.9.0> </details> <details> <summary>ossf/scorecard-action (ossf/scorecard-action)</summary> ### [`v2.4.4`](https://redirect.github.com/ossf/scorecard-action/releases/tag/v2.4.4) [Compare Source](https://redirect.github.com/ossf/scorecard-action/compare/v2.4.3...v2.4.4) #### What's Changed This update bumps the Scorecard version to the v5.5.0 release. For a complete list of changes, please refer to the [Scorecard v5.4.0 release notes](https://redirect.github.com/ossf/scorecard/releases/tag/v5.4.0) and the [Scorecard v5.5.0 release notes](https://redirect.github.com/ossf/scorecard/releases/tag/v5.5.0). - log POST failures instead of failing entire action by [@&#8203;spencerschrock](https://redirect.github.com/spencerschrock) in [#&#8203;1625](https://redirect.github.com/ossf/scorecard-action/pull/1625) **Full Changelog**: <https://github.com/ossf/scorecard-action/compare/v2.4.3...v2.4.4> </details> <details> <summary>zizmorcore/zizmor-action (zizmorcore/zizmor-action)</summary> ### [`v0.6.2`](https://redirect.github.com/zizmorcore/zizmor-action/releases/tag/v0.6.2) [Compare Source](https://redirect.github.com/zizmorcore/zizmor-action/compare/v0.6.1...v0.6.2) zizmor 1.29.0 is now the default version. ### [`v0.6.1`](https://redirect.github.com/zizmorcore/zizmor-action/releases/tag/v0.6.1) [Compare Source](https://redirect.github.com/zizmorcore/zizmor-action/compare/v0.6.0...v0.6.1) zizmor 1.28.0 is now the default version used by the action. ### [`v0.6.0`](https://redirect.github.com/zizmorcore/zizmor-action/releases/tag/v0.6.0) [Compare Source](https://redirect.github.com/zizmorcore/zizmor-action/compare/v0.5.7...v0.6.0) zizmor 1.27.0 is now the default version used by the action. #### What's Changed - Fold Docker image pull output into a collapsed Actions log group by [@&#8203;woodruffw](https://redirect.github.com/woodruffw) with [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;132](https://redirect.github.com/zizmorcore/zizmor-action/pull/132) - Readme: document missing inputs by [@&#8203;staabm](https://redirect.github.com/staabm) in [#&#8203;130](https://redirect.github.com/zizmorcore/zizmor-action/pull/130) - ci: block version sync workflow on forks by [@&#8203;shaanmajid](https://redirect.github.com/shaanmajid) in [#&#8203;129](https://redirect.github.com/zizmorcore/zizmor-action/pull/129) - Sync zizmor versions by [@&#8203;github-actions](https://redirect.github.com/github-actions)\\[bot] in [#&#8203;137](https://redirect.github.com/zizmorcore/zizmor-action/pull/137) - Add `collect` input by [@&#8203;woodruffw](https://redirect.github.com/woodruffw) in [#&#8203;139](https://redirect.github.com/zizmorcore/zizmor-action/pull/139) #### New Contributors - [@&#8203;woodruffw](https://redirect.github.com/woodruffw) with [@&#8203;Copilot](https://redirect.github.com/Copilot) made their first contribution in [#&#8203;132](https://redirect.github.com/zizmorcore/zizmor-action/pull/132) - [@&#8203;staabm](https://redirect.github.com/staabm) made their first contribution in [#&#8203;130](https://redirect.github.com/zizmorcore/zizmor-action/pull/130) - [@&#8203;shaanmajid](https://redirect.github.com/shaanmajid) made their first contribution in [#&#8203;129](https://redirect.github.com/zizmorcore/zizmor-action/pull/129) **Full Changelog**: <https://github.com/zizmorcore/zizmor-action/compare/v0.5.7...v0.6.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - \"on tuesday\" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQ0LjI0LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19-->",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15576",
          "createdAt": "2026-07-14T01:01:50Z",
          "updatedAt": "2026-08-13T14:10:55Z",
          "timestamp": "2026-08-13T14:10:55Z",
          "metrics": {
            "reactions": 0,
            "comments": 1
          },
          "labels": [
            "dependencies",
            "renovatebot"
          ],
          "author": "renovate[bot]",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:0e9aadd4f33354b9deb2",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15757",
        "event": "changed",
        "observedAt": "2026-08-13T17:43:20.785491Z",
        "changedFields": [
          "updatedAt"
        ],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15757",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "[chore][component/componentstatus]: remove timestamp removal TODO",
          "text": "<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This change involves removing a TODO on timestamp removal, according to discussions in issue #10763. <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Authorship attestation. See AGENTS.md for details. AI agents must not check this box on behalf of the user; the human author must check it themselves before the PR is ready for review.--> #### Authorship - [X] I, a human, wrote this pull request description myself. <!--Please delete paragraphs that you did not use before submitting.-->",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15757",
          "createdAt": "2026-08-11T11:29:54Z",
          "updatedAt": "2026-08-13T17:07:08Z",
          "timestamp": "2026-08-13T17:07:08Z",
          "metrics": {
            "reactions": 0,
            "comments": 0
          },
          "labels": [
            "ready-to-merge"
          ],
          "author": "chethanm99",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:38d83e4c9f39bf3a8051",
        "signalId": "github:open-telemetry/opentelemetry-collector:issue:15758",
        "event": "discovered",
        "observedAt": "2026-08-13T17:43:20.785491Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:issue:15758",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "issue",
          "title": "[docs] component status docs are out of date",
          "text": "While reviewing #15756, I noticed that the behavior for component status was changed in #14638, but the documentation is out of date. They should be updated to describe the current behavior.",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/issues/15758",
          "createdAt": "2026-08-13T17:03:41Z",
          "updatedAt": "2026-08-13T17:05:53Z",
          "timestamp": "2026-08-13T17:05:53Z",
          "metrics": {
            "reactions": 0,
            "comments": 0
          },
          "labels": [],
          "author": "mwear",
          "state": "open",
          "assignees": [],
          "change": "new"
        }
      },
      {
        "id": "event:72df8a98afb0aaafebb4",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15756",
        "event": "changed",
        "observedAt": "2026-08-13T17:43:20.785491Z",
        "changedFields": [
          "updatedAt"
        ],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15756",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "fix(memorylimiter): report health status only on state changes",
          "text": "#### Description The `memory_limiter` processor currently reports a `StatusOK` event on every memory check while memory usage remains below the soft limit. Since `CheckMemLimits()` runs periodically, this can generate repeated health status events even when the component remains in the same healthy state. This changes the recovery path so that: - `StatusRecoverableError` is reported when the memory limiter enters the refusing state. - `StatusOK` is reported when the memory limiter recovers from the refusing state - no status event is reported while the component remains in the same state. <!-- Issue number if applicable --> #### Link to tracking issue Fixes #15751 <!--Describe what testing was performed and which tests were added.--> #### Testing The above changes were tested with `go test ./internal/memorylimiter`. <!--Describe the documentation added.--> #### Documentation <!--Authorship attestation. See AGENTS.md for details. AI agents must not check this box on behalf of the user; the human author must check it themselves before the PR is ready for review.--> #### Authorship - [X] I, a human, wrote this pull request description myself. <!--Please delete paragraphs that you did not use before submitting.-->",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15756",
          "createdAt": "2026-08-11T10:43:20Z",
          "updatedAt": "2026-08-13T17:05:46Z",
          "timestamp": "2026-08-13T17:05:46Z",
          "metrics": {
            "reactions": 0,
            "comments": 2
          },
          "labels": [],
          "author": "chethanm99",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:06bb106a2fd53f711bcc",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15759",
        "event": "discovered",
        "observedAt": "2026-08-13T17:43:20.785491Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15759",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "[chore] update component status docs to describe current behavior",
          "text": "#### Description While reviewing #15756, I noticed that the behavior for component status was changed in #14638, but the documentation is out of date. This PR updates them to describe the current behavior. #### Link to tracking issue Fixes #15758 #### Authorship - [x] I, a human, wrote this pull request description myself.",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15759",
          "createdAt": "2026-08-13T17:05:13Z",
          "updatedAt": "2026-08-13T17:05:37Z",
          "timestamp": "2026-08-13T17:05:37Z",
          "metrics": {
            "reactions": 0,
            "comments": 0
          },
          "labels": [],
          "author": "mwear",
          "state": "open",
          "assignees": [],
          "change": "new"
        }
      },
      {
        "id": "event:66586feb8e83bfb11f33",
        "signalId": "github:open-telemetry/opentelemetry-collector:issue:8903",
        "event": "changed",
        "observedAt": "2026-08-13T17:43:20.785491Z",
        "changedFields": [
          "text",
          "updatedAt"
        ],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:issue:8903",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "issue",
          "title": "Dependency Dashboard",
          "text": "> ℹ️ **Note** > > This PR body was truncated due to platform limits. This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.<br>[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). ## Repository Problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/open-telemetry/opentelemetry-collector). - ⚠️ WARN: Package lookup failures ## Abandoned Dependencies The following dependencies have not received updates for an extended period and may be unmaintained. <details> <summary>View abandoned dependencies (108)</summary> > [!NOTE] Packages are marked as abandoned when they exceed the [`abandonmentThreshold`](https://docs.renovatebot.com/configuration-options/#abandonmentthreshold) since their last release. Unlike deprecated packages with official notices, abandonment is detected by release inactivity. > | Datasource | Package | Last Updated | |------------|------|-------------| | github-actions | [actions-ecosystem/action-remove-labels](https://redirect.github.com/actions-ecosystem/action-remove-labels) | `2021-09-08` | | github-actions | [ludeeus/action-shellcheck](https://redirect.github.com/ludeeus/action-shellcheck) | `2023-01-29` | | gomod | [github.com/a8m/envsubst](https://redirect.github.com/a8m/envsubst) | `2025-02-24` | | gomod | [github.com/client9/misspell](https://redirect.github.com/client9/misspell) | `2018-03-09` | | gomod | [github.com/ettle/strcase](https://redirect.github.com/ettle/strcase) | `2023-01-14` | | gomod | [github.com/gobwas/glob](https://redirect.github.com/gobwas/glob) | `2018-02-08` | | gomod | [github.com/golang/snappy](https://redirect.github.com/golang/snappy) | `2023-12-25` | | gomod | [github.com/google/addlicense](https://redirect.github.com/google/addlicense) | `2025-07-16` | | gomod | [github.com/google/go-cmp](https://redirect.github.com/google/go-cmp) | `2025-01-14` | | gomod | [github.com/google/uuid](https://redirect.github.com/google/uuid) | `2024-01-23` | | gomod | [github.com/hashicorp/golang-lru/v2](https://redirect.github.com/hashicorp/golang-lru) | `2023-09-21` | | gomod | [github.com/iancoleman/strcase](https://redirect.github.com/iancoleman/strcase) | `2023-07-13` | | gomod | [github.com/iimos/ucum](https://redirect.github.com/iimos/ucum) | `2025-04-12` | | gomod | [github.com/jcchavezs/porto](https://redirect.github.com/jcchavezs/porto) | `2024-10-02` | | gomod | [github.com/json-iterator/go](https://redirect.github.com/json-iterator/go) | `2021-09-11` | | gomod | [github.com/pavius/impi](https://redirect.github.com/pavius/impi) | `2020-05-24` | | gomod | [github.com/prometheus/client_model](https://redirect.github.com/prometheus/client_model) | `2025-04-11` | | gomod | [github.com/rs/cors](https://redirect.github.com/rs/cors) | `2024-08-29` | | gomod | [go.uber.org/goleak](https://redirect.github.com/uber-go/goleak) | `2023-10-24` | | gomod | [go.uber.org/multierr](https://redirect.github.com/uber-go/multierr) | `2023-03-29` | </details> ## Awaiting Schedule The following updates are awaiting their schedule. To get an update now, click on a checkbox below. - [ ] <!-- unschedule-branch=renovate/all-golang.orgx-packages -->Update All golang.org/x packages (`golang.org/x/net`, `golang.org/x/text`, `golang.org/x/tools`) ## PR Edited (Blocked) The following updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox below. - [ ] <!-- rebase-branch=renovate/github.com-klauspost-compress-1.x -->[Update module github.com/klauspost/compress to v1.19.2](../pull/15749) - [ ] <!-- rebase-branch=renovate/all-github.comknadhkoanf-packages -->[Update module github.com/knadh/koanf/maps to v0.1.3](../pull/15750) --- > [!WARNING] > Renovate failed to look up the following dependencies: `Failed to look up go package go.opentelemetry.io/collector/connector/connectortest: no-result`, `Failed to look up go package go.opentelemetry.io/collector/processor: no-result`, `Failed to look up go package go.opentelemetry.io/collector/scraper/xscraper: no-result`. > > Files affected: `cmd/mdatagen/go.mod`, `cmd/otelcorecol/go.mod`, `connector/forwardconnector/go.mod`, `internal/e2e/go.mod`, `otelcol/go.mod`, `otelcol/otelcoltest/go.mod`, `processor/batchprocessor/go.mod`, `processor/memorylimiterprocessor/go.mod`, `processor/processorhelper/go.mod`, `processor/processorhelper/xprocessorhelper/go.mod`, `processor/processortest/go.mod`, `processor/queuebatchprocessor/go.mod`, `processor/xprocessor/go.mod`, `scraper/scraperhelper/xscraperhelper/go.mod`, `service/go.mod` --- ## Open The following updates have all been created. To force a retry/rebase of any, click on a checkbox below. - [ ] <!-- rebase-branch=renovate/github-actions-deps -->[Update github-actions deps](../pull/15576) (`CodSpeedHQ/action`, `actions/checkout`, `actions/setup-go`, `actions/setup-node`, `actions/stale`, `github/codeql-action`, `lycheeverse/lychee-action`, `ossf/scorecard-action`, `zizmorcore/zizmor-action`) - [ ] <!-- rebase-branch=renovate/github.com-dkorunic-betteralign-0.x -->[Update module github.com/dkorunic/betteralign to v0.14.3](../pull/15113) - [ ] <!-- rebase-branch=renovate/github.com-golangci-golangci-lint-v2-2.x -->[Update module github.com/golangci/golangci-lint/v2 to v2.12.2](../pull/14677) - [ ] <!-- rebase-branch=renovate/major-github-actions-deps -->[Update github-actions deps (major)](../pull/15579) (`CodSpeedHQ/action`, `actions/setup-go`, `actions/setup-node`, `actions/stale`) - [ ] <!-- rebase-all-open-prs -->**Click on this checkbox to rebase all open PRs at once** ## Detected Dependencies > [!NOTE] > Detected dependencies section has been truncated <details><summary>github-actions (37)</summary> <blockquote> <details><summary>.github/workflows/add-labels-and-owners.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/add-labels-command.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/add-rfc-label.yml (1)</summary> - `ubuntu 24.04` </details> <details><summary>.github/workflows/api-compatibility.yml (4)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/approve-workflows.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` - `ubuntu 24.04` </details> <details><summary>.github/workflows/build-and-test-arm.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/build-and-test-windows.yaml (6)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/build-and-test.yml (27)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/setup-node v6.4.0@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e` → [Updates: `v6.5.0`, `v7.0.0`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/upload-artifact v7.0.1@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `codecov/codecov-action v7.0.0@fb8b3582c8e4def4969c97caa2f19720cb33a72f` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `node 24` </details> <details><summary>.github/workflows/builder-integration-test.yaml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/builder-snapshot.yaml (11)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `sigstore/cosign-installer v4.1.2@6f9f17788090df1f26f669e9d70d6ae9567deba6` - `anchore/sbom-action v0.24.0@e22c389904149dbc22b58101806040fa8d37a610` - `docker/setup-qemu-action v4.2.0@96fe6ef7f33517b61c61be40b68a1882f3264fb8` - `docker/setup-buildx-action v4.2.0@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c` - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `goreleaser/goreleaser-action v7.2.3@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94` - `goreleaser/goreleaser-action v7.2.3@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94` - `ubuntu 24.04` </details> <details><summary>.github/workflows/changelog.yml (4)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `lycheeverse/lychee-action v2.8.0@8646ba30535128ac92d33dfc9133794bfdd9b411` → [Updates: `v2.9.0`] </details> <details><summary>.github/workflows/check-codeowners.yaml (5)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v6.5.0`, `v7.0.0`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` - `ubuntu 24.04` </details> <details><summary>.github/workflows/check-links.yaml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `lycheeverse/lychee-action v2.8.0@8646ba30535128ac92d33dfc9133794bfdd9b411` → [Updates: `v2.9.0`] </details> <details><summary>.github/workflows/check-merge-freeze.yml (1)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] </details> <details><summary>.github/workflows/check-pr-issue-link.yml</summary> </details> <details><summary>.github/workflows/codeql-analysis.yml (6)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `github/codeql-action v4.36.3@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a` → [Updates: `v4.37.7`] - `github/codeql-action v4.36.3@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a` → [Updates: `v4.37.7`] - `github/codeql-action v4.36.3@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a` → [Updates: `v4.37.7`] </details> <details><summary>.github/workflows/contrib-tests.yml (6)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/upload-artifact v7.0.1@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/download-artifact v8.0.1@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c` - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/fossa.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `fossas/fossa-action v2.0.0@29693cc50323968e039056be419b32989fc5880c` </details> <details><summary>.github/workflows/go-benchmarks.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `CodSpeedHQ/action v4.18.2@4e969336ab9acd4f6f8d025fdd793292b0835df0` → [Updates: `v4.19.1`, `v5.0.3`] </details> <details><summary>.github/workflows/lint-workflow-files.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v6.5.0`, `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/milestone-add-to-pr.yml (1)</summary> - `actions/github-script v9.0.0@3a2844b7e9c422d3c10d287c895573f7108da1b3` </details> <details><summary>.github/workflows/perf.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/ping-codeowners-issues.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/ping-codeowners-on-new-issue.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/ping-codeowners-prs.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/prepare-release.yml (6)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` </details> <details><summary>.github/workflows/release-branch.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/rerun-workflows.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` - `ubuntu 24.04` </details> <details><summary>.github/workflows/scorecard.yml (4)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ossf/scorecard-action v2.4.3@4eaacf0543bb3f2c246792bd56e8cdeffafb205a` → [Updates: `v2.4.4`] - `actions/upload-artifact v7.0.1@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a` - `github/codeql-action v4.36.3@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a` → [Updates: `v4.37.7`] </details> <details><summary>.github/workflows/shellcheck.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ludeeus/action-shellcheck 2.0.0@00cae500b08a931fb5698e11e79bfbd38e612a38` </details> <details><summary>.github/workflows/sourcecode-release.yaml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/github-script v9.0.0@3a2844b7e9c422d3c10d287c895573f7108da1b3` </details> <details><summary>.github/workflows/spell-check.yaml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `streetsidesoftware/cspell-action v8.4.0@de2a73e963e7443969755b648a1008f77033c5b2` </details> <details><summary>.github/workflows/stale-pr.yaml (1)</summary> - `actions/stale v10.3.0@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899` → [Updates: `v10.4.0`, `v11.0.0`] </details> <details><summary>.github/workflows/survey-on-merged-pr.yml (1)</summary> - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` </details> <details><summary>.github/workflows/tidy-dependencies.yml (4)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions-ecosystem/action-remove-labels v1.3.0@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0` </details> <details><summary>.github/workflows/weekly-slack-report.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/zizmor.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `zizmorcore/zizmor-action v0.5.7@192e21d79ab29983730a13d1382995c2307fbcaa` → [Updates: `v0.6.2`] </details> </blockquote> </details> <details><summary>gomod (63)</summary> <blockquote> <details><summary>client/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>cmd/builder/go.mod (14)</summary> - `go 1.25.0` - `github.com/knadh/koanf/parsers/yaml v1.1.1` - `github.com/knadh/koanf/providers/env/v2 v2.0.1` - `github.com/knadh/koanf/providers/file v1.2.1` - `github.com/knadh/koanf/providers/fs v1.0.1` - `github.com/knadh/koanf/v2 v2.3.6` - `github.com/spf13/cobra v1.10.2` - `github.com/spf13/pflag v1.0.10` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` - `go.yaml.in/yaml/v3 v3.0.5` - `golang.org/x/mod v0.39.0` </details> <details><summary>cmd/mdatagen/go.mod (45)</summary> - `go 1.25.0` - `github.com/google/go-cmp v0.7.0` - `github.com/iimos/ucum v0.0.3` - `github.com/spf13/cobra v1.10.2` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/fileprovider v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/connectortest v0.158.0` - `go.opentelemetry.io/collector/connector/xconnector v0.158.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/featuregate v1.64.0` - `go.opentelemetry.io/collector/filter v0.158.0` - `go.opentelemetry.io/collector/internal/schemagen v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/xpdata v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` - `go.opentelemetry.io/collector/processor v1.64.0` - `go.opentelemetry.io/collector/processor/processortest v0.158.0` - `go.opentelemetry.io/collector/processor/xprocessor v0.158.0` - `go.opentelemetry.io/collector/receiver v1.64.0` - `go.opentelemetry.io/collector/receiver/receivertest v0.158.0` - `go.opentelemetry.io/collector/receiver/xreceiver v0.158.0` - `go.opentelemetry.io/collector/scraper v0.158.0` - `go.opentelemetry.io/collector/scraper/scraperhelper v0.158.0` - `go.opentelemetry.io/collector/scraper/scrapertest v0.158.0` - `go.opentelemetry.io/collector/scraper/xscraper v0.158.0` - `go.opentelemetry.io/collector/service/hostcapabilities v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.opentelemetry.io/otel/metric v1.45.0` - `go.opentelemetry.io/otel/sdk/metric v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` - `go.yaml.in/yaml/v3 v3.0.5` - `golang.org/x/text v0.40.0` → [Updates: `v0.41.0`] </details> <details><summary>cmd/otelcorecol/go.mod (28)</summary> - `go 1.25.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/envprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/fileprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/httpprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/httpsprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/yamlprovider v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/forwardconnector v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/debugexporter v0.158.0` - `go.opentelemetry.io/collector/exporter/nopexporter v0.158.0` - `go.opentelemetry.io/collector/exporter/otlpexporter v0.158.0` - `go.opentelemetry.io/collector/exporter/otlphttpexporter v0.158.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/memorylimiterextension v0.158.0` - `go.opentelemetry.io/collector/extension/zpagesextension v0.158.0` - `go.opentelemetry.io/collector/otelcol v0.158.0` - `go.opentelemetry.io/collector/processor v1.64.0` - `go.opentelemetry.io/collector/processor/batchprocessor v0.158.0` - `go.opentelemetry.io/collector/processor/memorylimiterprocessor v0.158.0` - `go.opentelemetry.io/collector/processor/queuebatchprocessor v0.158.0` - `go.opentelemetry.io/collector/receiver v1.64.0` - `go.opentelemetry.io/collector/receiver/nopreceiver v0.158.0` - `go.opentelemetry.io/collector/receiver/otlpreceiver v0.158.0` - `go.opentelemetry.io/collector/service v0.158.0` - `golang.org/x/sys v0.47.0` </details> <details><summary>cmd/schemagen/go.mod (5)</summary> - `go 1.25.0` - `github.com/iancoleman/strcase v0.3.0` - `github.com/stretchr/testify v1.11.1` - `go.yaml.in/yaml/v3 v3.0.5` - `golang.org/x/tools v0.48.0` → [Updates: `v0.49.0`] </details> <details><summary>component/componentstatus/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` </details> <details><summary>component/componenttest/go.mod (11)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/otel/metric v1.45.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/sdk/metric v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>component/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/otel/metric v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>config/configauth/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth/extensionauthtest v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configcompression/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configgrpc/go.mod (26)</summary> - `go 1.25.0` - `github.com/golang/snappy v1.0.0` - `github.com/klauspost/compress v1.19.1` → [Updates: `v1.19.2`] - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/client v1.64.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/configcompression v1.64.0` - `go.opentelemetry.io/collector/config/configmiddleware v1.64.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth/extensionauthtest v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware/extensionmiddlewaretest v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.70.0` - `go.opentelemetry.io/otel v1.45.0` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>config/confighttp/go.mod (28)</summary> - `go 1.25.0` - `github.com/golang/snappy v1.0.0` - `github.com/klauspost/compress v1.19.1` → [Updates: `v1.19.2`] - `github.com/pierrec/lz4/v4 v4.1.28` - `github.com/rs/cors v1.11.1` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/client v1.64.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/configcompression v1.64.0` - `go.opentelemetry.io/collector/config/configmiddleware v1.64.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth/extensionauthtest v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware/extensionmiddlewaretest v0.158.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.70.0` - `go.opentelemetry.io/otel v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `golang.org/x/net v0.57.0` → [Updates: `v0.58.0`] - `go.opentelemetry.io/collector/confmap v1.64.0` </details> <details><summary>config/confighttp/xconfighttp/go.mod (8)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/confighttp v0.158.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.70.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` </details> <details><summary>config/configmiddleware/go.mod (8)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware/extensionmiddlewaretest v0.158.0` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>config/confignet/go.mod (4)</summary> - `go 1.25.0` - `github.com/Microsoft/go-winio v0.6.2` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configopaque/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` - `go.yaml.in/yaml/v3 v3.0.5` </details> <details><summary>config/configoptional/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configretry/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configstorage/go.mod (6)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension/xextension v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configtelemetry/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configtls/go.mod (8)</summary> - `go 1.25.0` - `github.com/foxboron/go-tpm-keyfiles v0.0.0-20250903184740-5d135037bd4d@5d135037bd4d` → [Updates: `v0.0.0-20260427185012-515ba073c4c1`] - `github.com/google/go-tpm v0.9.8` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/go.mod (13)</summary> - `go 1.25.0` - `github.com/go-viper/mapstructure/v2 v2.5.0` - `github.com/gobwas/glob v0.2.3` - `github.com/knadh/koanf/maps v0.1.2` → [Updates: `v0.1.3`] - `github.com/knadh/koanf/providers/confmap v1.0.1` - `github.com/knadh/koanf/v2 v2.3.6` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/featuregate v1.64.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` - `go.yaml.in/yaml/v3 v3.0.5` </details> <details><summary>confmap/internal/e2e/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/envprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/fileprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/xconfmap v0.158.0` </details> <details><summary>confmap/provider/envprovider/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>confmap/provider/fileprovider/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/provider/httpprovider/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/provider/httpsprovider/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/provider/yamlprovider/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/xconfmap/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` </details> <details><summary>connector/connectortest/go.mod (13)</summary> - `go 1.25.0` - `github.com/google/uuid v1.6.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/xconnector v0.158.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>connector/forwardconnector/go.mod (16)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/connectortest v0.158.0` - `go.opentelemetry.io/collector/connector/xconnector v0.158.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>connector/go.mod (12)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.opentelemetry.io/collector/internal/fanoutconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` </details> <details><summary>connector/xconnector/go.mod (13)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.opentelemetry.io/collector/internal/fanoutconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` </details> <details><summary>consumer/consumererror/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>consumer/consumererror/xconsumererror/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` </details> <details><summary>consumer/consumertest/go.mod (8)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>consumer/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>consumer/xconsumer/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` </details> <details><summary>exporter/debugexporter/go.mod (20)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configtelemetry v0.158.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pdata/xpdata v0.158.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `golang.org/x/sys v0.47.0` </details> <details><summary>exporter/exporterhelper/go.mod (35)</summary> - `go 1.25.0` - `github.com/cenkalti/backoff/v7 v7.0.0` - `github.com/hashicorp/golang-lru/v2 v2.0.7` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/client v1.64.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/extension/extensiontest v0.158.0` - `go.opentelemetry.io/collector/extension/xextension v0.158.0` - `go.opentelemetry.io/collector/featuregate v1.64.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pdata/xpdata v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.opentelemetry.io/otel/metric v1.45.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/sdk/metric v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` - `google.golang.org/grpc v1.83.0` - `google.golang.org/protobuf v1.36.12` </details> <details><summary>exporter/exporterhelper/xexporterhelper/go.mod (23)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/consumer/consumererror/xconsumererror v0.158.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pdata/xpdata v0.158.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>exporter/exportertest/go.mod (18)</summary> - `go 1.25.0` - `github.com/google/uuid v1.6.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/receiver v1.64.0` - `go.opentelemetry.io/collector/receiver/receivertest v0.158.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>exporter/go.mod (13)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>exporter/nopexporter/go.mod (12)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>exporter/otlpexporter/go.mod (30)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector v0.158.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/configcompression v1.64.0` - `go.opentelemetry.io/collector/config/configgrpc v1.64.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `google.golang.org/genproto/googleapis/rpc v0.0.0-20260803160001-6ac0973c030d@6ac0973c030d` → [Updates: `v0.0.0-20260810153831-ec0a7760b754`] - `google.golang.org/grpc v1.83.0` - `google.golang.org/protobuf v1.36.12` </details> <details><summary>exporter/otlphttpexporter/go.mod (28)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector v0.158.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configcompression v1.64.0` - `go.opentelemetry.io/collector/config/confighttp v0.158.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa@3dc84a4a5aaa` → [Updates: `v0.0.0-20260810153831-ec0a7760b754`] - `google.golang.org/grpc v1.83.0` - `google.golang.org/protobuf v1.36.12` </details> <details><summary>exporter/xexporter/go.mod (8)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` </details> <details><summary>extension/extensionauth/extensionauthtest/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth v1.64.0` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/extensionauth/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/extensioncapabilities/go.mod (4)</summary> - `go 1.25.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` </details> <details><summary>extension/extensionmiddleware/extensionmiddlewaretest/go.mod (6)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/extensionmiddleware/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/extensiontest/go.mod (6)</summary> - `go 1.25.0` - `github.com/google/uuid v1.6.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/extension v1.64.0` </details> <details><summary>extension/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>extension/memorylimiterextension/go.mod (12)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `go.opentelemetry.io/collector/extension/extensiontest v0.158.0` - `go.opentelemetry.io/collector/internal/memorylimiter v0.158.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/xextension/go.mod (6)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` </details> <details><summary>extension/zpagesextension/go.mod (18)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componentstatus v0.158.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/confighttp v0.158.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensiontest v0.158.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/contrib/zpages v0.70.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>featuregate/go.mod (5)</summary> - `go 1.25.0` - `github.com/hashicorp/go-version v1.9.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` </details> <details><summary>filter/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` </details> <details><summary>go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa@3dc84a4a5aaa` → [Updates: `v0.0.0-20260810153831-ec0a7760b754`] - `google.golang.org/grpc v1.83.0` - `google.golang.org/protobuf v1.36.12` </details> <details><summary>internal/cmd/pdatagen/go.mod (2)</summary> - `go 1.25.0` - `github.com/ettle/strcase v0.2.0` </details> <details><summary>internal/componentalias/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` </details> <details><summary>internal/e2e/go.mod (33)</summary> - `go 1.25.0` - `github.com/google/go-cmp v0.7.0` - `github.com/google/uuid v1.6.0` - `github.com/prometheus/client_model v0.6.2` - `github.com/prometheus/common v0.70.1` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componentstatus v0.158.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/configgrpc v1.64.0` - `go.opentelemetry.io/collector/config/confighttp v0.158.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/config/configtelemetry v0.158.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/envprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/fileprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/yamlprovider v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/connectortest v0.158.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/debugexporter v0.158.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/otlpexporter v0.158.0` - `go.opentelemetry.io/collector/exporter/otlp > ✂ **Note** > > PR body was truncated to here.",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/issues/8903",
          "createdAt": "2023-11-14T20:39:08Z",
          "updatedAt": "2026-08-13T17:03:21Z",
          "timestamp": "2026-08-13T17:03:21Z",
          "metrics": {
            "reactions": 0,
            "comments": 0
          },
          "labels": [],
          "author": "renovate[bot]",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:c32ddd2aa59f29a8c545",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15752",
        "event": "changed",
        "observedAt": "2026-08-13T17:43:20.785491Z",
        "changedFields": [
          "updatedAt",
          "state"
        ],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15752",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "Update module github.com/pierrec/lz4/v4 to v4.1.28",
          "text": "This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/pierrec/lz4/v4](https://redirect.github.com/pierrec/lz4) | `v4.1.27` → `v4.1.28` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpierrec%2flz4%2fv4/v4.1.28?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpierrec%2flz4%2fv4/v4.1.27/v4.1.28?slim=true) | --- ### Release Notes <details> <summary>pierrec/lz4 (github.com/pierrec/lz4/v4)</summary> ### [`v4.1.28`](https://redirect.github.com/pierrec/lz4/compare/v4.1.27...v4.1.28) [Compare Source](https://redirect.github.com/pierrec/lz4/compare/v4.1.27...v4.1.28) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - \"on tuesday\" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xMi4wIiwidXBkYXRlZEluVmVyIjoiNDQuMTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15752",
          "createdAt": "2026-08-11T04:45:52Z",
          "updatedAt": "2026-08-13T16:59:26Z",
          "timestamp": "2026-08-13T16:59:26Z",
          "metrics": {
            "reactions": 0,
            "comments": 1
          },
          "labels": [
            "dependencies",
            "ready-to-merge",
            "renovatebot"
          ],
          "author": "renovate[bot]",
          "state": "closed",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:bdf0b8e576eff8666c8d",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15759",
        "event": "changed",
        "observedAt": "2026-08-13T17:47:07.884300Z",
        "changedFields": [
          "updatedAt",
          "metrics"
        ],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15759",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "[chore] update component status docs to describe current behavior",
          "text": "#### Description While reviewing #15756, I noticed that the behavior for component status was changed in #14638, but the documentation is out of date. This PR updates them to describe the current behavior. #### Link to tracking issue Fixes #15758 #### Authorship - [x] I, a human, wrote this pull request description myself.",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15759",
          "createdAt": "2026-08-13T17:05:13Z",
          "updatedAt": "2026-08-13T17:46:59Z",
          "timestamp": "2026-08-13T17:46:59Z",
          "metrics": {
            "reactions": 0,
            "comments": 1
          },
          "labels": [],
          "author": "mwear",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:1c0f8fe0e03ee019b0c2",
        "signalId": "github:open-telemetry/opentelemetry-collector:issue:8903",
        "event": "changed",
        "observedAt": "2026-08-13T18:01:55.420671Z",
        "changedFields": [
          "text",
          "updatedAt"
        ],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:issue:8903",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "issue",
          "title": "Dependency Dashboard",
          "text": "> ℹ️ **Note** > > This PR body was truncated due to platform limits. This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.<br>[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). ## Repository Problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/open-telemetry/opentelemetry-collector). - ⚠️ WARN: Package lookup failures ## Abandoned Dependencies The following dependencies have not received updates for an extended period and may be unmaintained. <details> <summary>View abandoned dependencies (108)</summary> > [!NOTE] Packages are marked as abandoned when they exceed the [`abandonmentThreshold`](https://docs.renovatebot.com/configuration-options/#abandonmentthreshold) since their last release. Unlike deprecated packages with official notices, abandonment is detected by release inactivity. > | Datasource | Package | Last Updated | |------------|------|-------------| | github-actions | [actions-ecosystem/action-remove-labels](https://redirect.github.com/actions-ecosystem/action-remove-labels) | `2021-09-08` | | github-actions | [ludeeus/action-shellcheck](https://redirect.github.com/ludeeus/action-shellcheck) | `2023-01-29` | | gomod | [github.com/a8m/envsubst](https://redirect.github.com/a8m/envsubst) | `2025-02-24` | | gomod | [github.com/client9/misspell](https://redirect.github.com/client9/misspell) | `2018-03-09` | | gomod | [github.com/ettle/strcase](https://redirect.github.com/ettle/strcase) | `2023-01-14` | | gomod | [github.com/gobwas/glob](https://redirect.github.com/gobwas/glob) | `2018-02-08` | | gomod | [github.com/golang/snappy](https://redirect.github.com/golang/snappy) | `2023-12-25` | | gomod | [github.com/google/addlicense](https://redirect.github.com/google/addlicense) | `2025-07-16` | | gomod | [github.com/google/go-cmp](https://redirect.github.com/google/go-cmp) | `2025-01-14` | | gomod | [github.com/google/uuid](https://redirect.github.com/google/uuid) | `2024-01-23` | | gomod | [github.com/hashicorp/golang-lru/v2](https://redirect.github.com/hashicorp/golang-lru) | `2023-09-21` | | gomod | [github.com/iancoleman/strcase](https://redirect.github.com/iancoleman/strcase) | `2023-07-13` | | gomod | [github.com/iimos/ucum](https://redirect.github.com/iimos/ucum) | `2025-04-12` | | gomod | [github.com/jcchavezs/porto](https://redirect.github.com/jcchavezs/porto) | `2024-10-02` | | gomod | [github.com/json-iterator/go](https://redirect.github.com/json-iterator/go) | `2021-09-11` | | gomod | [github.com/pavius/impi](https://redirect.github.com/pavius/impi) | `2020-05-24` | | gomod | [github.com/prometheus/client_model](https://redirect.github.com/prometheus/client_model) | `2025-04-11` | | gomod | [github.com/rs/cors](https://redirect.github.com/rs/cors) | `2024-08-29` | | gomod | [go.uber.org/goleak](https://redirect.github.com/uber-go/goleak) | `2023-10-24` | | gomod | [go.uber.org/multierr](https://redirect.github.com/uber-go/multierr) | `2023-03-29` | </details> ## Awaiting Schedule The following updates are awaiting their schedule. To get an update now, click on a checkbox below. - [ ] <!-- unschedule-branch=renovate/all-golang.orgx-packages -->Update All golang.org/x packages (`golang.org/x/net`, `golang.org/x/text`, `golang.org/x/tools`) ## PR Edited (Blocked) The following updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox below. - [ ] <!-- rebase-branch=renovate/github.com-klauspost-compress-1.x -->[Update module github.com/klauspost/compress to v1.19.2](../pull/15749) - [ ] <!-- rebase-branch=renovate/all-github.comknadhkoanf-packages -->[Update module github.com/knadh/koanf/maps to v0.1.3](../pull/15750) --- > [!WARNING] > Renovate failed to look up the following dependencies: `Failed to look up go package go.opentelemetry.io/collector/connector: no-result`, `Failed to look up go package go.opentelemetry.io/collector/pipeline: no-result`, `Failed to look up go package go.opentelemetry.io/collector/extension/extensiontest: no-result`. > > Files affected: `cmd/mdatagen/go.mod`, `cmd/otelcorecol/go.mod`, `component/componentstatus/go.mod`, `config/configstorage/go.mod`, `connector/connectortest/go.mod`, `connector/forwardconnector/go.mod`, `connector/go.mod`, `connector/xconnector/go.mod`, `exporter/exporterhelper/go.mod`, `exporter/exportertest/go.mod`, `exporter/go.mod`, `exporter/xexporter/go.mod`, `extension/memorylimiterextension/go.mod`, `extension/zpagesextension/go.mod`, `internal/e2e/go.mod`, `otelcol/go.mod`, `otelcol/otelcoltest/go.mod`, `pipeline/xpipeline/go.mod`, `processor/go.mod`, `processor/memorylimiterprocessor/go.mod`, `processor/processorhelper/go.mod`, `processor/processortest/go.mod`, `processor/xprocessor/go.mod`, `receiver/go.mod`, `receiver/receiverhelper/go.mod`, `receiver/receivertest/go.mod`, `receiver/xreceiver/go.mod`, `scraper/go.mod`, `scraper/scraperhelper/go.mod`, `scraper/xscraper/go.mod`, `service/go.mod`, `service/hostcapabilities/go.mod` --- ## Open The following updates have all been created. To force a retry/rebase of any, click on a checkbox below. - [ ] <!-- rebase-branch=renovate/github-actions-deps -->[Update github-actions deps](../pull/15576) (`CodSpeedHQ/action`, `actions/checkout`, `actions/setup-go`, `actions/setup-node`, `actions/stale`, `github/codeql-action`, `lycheeverse/lychee-action`, `ossf/scorecard-action`, `zizmorcore/zizmor-action`) - [ ] <!-- rebase-branch=renovate/github.com-dkorunic-betteralign-0.x -->[Update module github.com/dkorunic/betteralign to v0.14.3](../pull/15113) - [ ] <!-- rebase-branch=renovate/github.com-golangci-golangci-lint-v2-2.x -->[Update module github.com/golangci/golangci-lint/v2 to v2.12.2](../pull/14677) - [ ] <!-- rebase-branch=renovate/major-github-actions-deps -->[Update github-actions deps (major)](../pull/15579) (`CodSpeedHQ/action`, `actions/setup-go`, `actions/setup-node`, `actions/stale`) - [ ] <!-- rebase-all-open-prs -->**Click on this checkbox to rebase all open PRs at once** ## Detected Dependencies > [!NOTE] > Detected dependencies section has been truncated <details><summary>github-actions (37)</summary> <blockquote> <details><summary>.github/workflows/add-labels-and-owners.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/add-labels-command.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/add-rfc-label.yml (1)</summary> - `ubuntu 24.04` </details> <details><summary>.github/workflows/api-compatibility.yml (4)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/approve-workflows.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` - `ubuntu 24.04` </details> <details><summary>.github/workflows/build-and-test-arm.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/build-and-test-windows.yaml (6)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/build-and-test.yml (27)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/setup-node v6.4.0@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e` → [Updates: `v6.5.0`, `v7.0.0`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/upload-artifact v7.0.1@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `codecov/codecov-action v7.0.0@fb8b3582c8e4def4969c97caa2f19720cb33a72f` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `node 24` </details> <details><summary>.github/workflows/builder-integration-test.yaml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/builder-snapshot.yaml (11)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `sigstore/cosign-installer v4.1.2@6f9f17788090df1f26f669e9d70d6ae9567deba6` - `anchore/sbom-action v0.24.0@e22c389904149dbc22b58101806040fa8d37a610` - `docker/setup-qemu-action v4.2.0@96fe6ef7f33517b61c61be40b68a1882f3264fb8` - `docker/setup-buildx-action v4.2.0@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c` - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `goreleaser/goreleaser-action v7.2.3@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94` - `goreleaser/goreleaser-action v7.2.3@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94` - `ubuntu 24.04` </details> <details><summary>.github/workflows/changelog.yml (4)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `lycheeverse/lychee-action v2.8.0@8646ba30535128ac92d33dfc9133794bfdd9b411` → [Updates: `v2.9.0`] </details> <details><summary>.github/workflows/check-codeowners.yaml (5)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v6.5.0`, `v7.0.0`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` - `ubuntu 24.04` </details> <details><summary>.github/workflows/check-links.yaml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `lycheeverse/lychee-action v2.8.0@8646ba30535128ac92d33dfc9133794bfdd9b411` → [Updates: `v2.9.0`] </details> <details><summary>.github/workflows/check-merge-freeze.yml (1)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] </details> <details><summary>.github/workflows/check-pr-issue-link.yml</summary> </details> <details><summary>.github/workflows/codeql-analysis.yml (6)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `github/codeql-action v4.36.3@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a` → [Updates: `v4.37.7`] - `github/codeql-action v4.36.3@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a` → [Updates: `v4.37.7`] - `github/codeql-action v4.36.3@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a` → [Updates: `v4.37.7`] </details> <details><summary>.github/workflows/contrib-tests.yml (6)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/upload-artifact v7.0.1@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a` - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/download-artifact v8.0.1@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c` - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/fossa.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `fossas/fossa-action v2.0.0@29693cc50323968e039056be419b32989fc5880c` </details> <details><summary>.github/workflows/go-benchmarks.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `CodSpeedHQ/action v4.18.2@4e969336ab9acd4f6f8d025fdd793292b0835df0` → [Updates: `v4.19.1`, `v5.0.3`] </details> <details><summary>.github/workflows/lint-workflow-files.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v6.5.0`, `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/milestone-add-to-pr.yml (1)</summary> - `actions/github-script v9.0.0@3a2844b7e9c422d3c10d287c895573f7108da1b3` </details> <details><summary>.github/workflows/perf.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/ping-codeowners-issues.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/ping-codeowners-on-new-issue.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/ping-codeowners-prs.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/prepare-release.yml (6)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` </details> <details><summary>.github/workflows/release-branch.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` </details> <details><summary>.github/workflows/rerun-workflows.yml (3)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` - `ubuntu 24.04` </details> <details><summary>.github/workflows/scorecard.yml (4)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ossf/scorecard-action v2.4.3@4eaacf0543bb3f2c246792bd56e8cdeffafb205a` → [Updates: `v2.4.4`] - `actions/upload-artifact v7.0.1@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a` - `github/codeql-action v4.36.3@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a` → [Updates: `v4.37.7`] </details> <details><summary>.github/workflows/shellcheck.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ludeeus/action-shellcheck 2.0.0@00cae500b08a931fb5698e11e79bfbd38e612a38` </details> <details><summary>.github/workflows/sourcecode-release.yaml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/github-script v9.0.0@3a2844b7e9c422d3c10d287c895573f7108da1b3` </details> <details><summary>.github/workflows/spell-check.yaml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `streetsidesoftware/cspell-action v8.4.0@de2a73e963e7443969755b648a1008f77033c5b2` </details> <details><summary>.github/workflows/stale-pr.yaml (1)</summary> - `actions/stale v10.3.0@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899` → [Updates: `v10.4.0`, `v11.0.0`] </details> <details><summary>.github/workflows/survey-on-merged-pr.yml (1)</summary> - `actions/create-github-app-token v3.2.0@bcd2ba49218906704ab6c1aa796996da409d3eb1` </details> <details><summary>.github/workflows/tidy-dependencies.yml (4)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `actions/setup-go v6.5.0@924ae3a1cded613372ab5595356fb5720e22ba16` → [Updates: `v7.0.0`] - `actions/cache v6.1.0@55cc8345863c7cc4c66a329aec7e433d2d1c52a9` - `actions-ecosystem/action-remove-labels v1.3.0@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0` </details> <details><summary>.github/workflows/weekly-slack-report.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `ubuntu 24.04` </details> <details><summary>.github/workflows/zizmor.yml (2)</summary> - `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`] - `zizmorcore/zizmor-action v0.5.7@192e21d79ab29983730a13d1382995c2307fbcaa` → [Updates: `v0.6.2`] </details> </blockquote> </details> <details><summary>gomod (63)</summary> <blockquote> <details><summary>client/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>cmd/builder/go.mod (14)</summary> - `go 1.25.0` - `github.com/knadh/koanf/parsers/yaml v1.1.1` - `github.com/knadh/koanf/providers/env/v2 v2.0.1` - `github.com/knadh/koanf/providers/file v1.2.1` - `github.com/knadh/koanf/providers/fs v1.0.1` - `github.com/knadh/koanf/v2 v2.3.6` - `github.com/spf13/cobra v1.10.2` - `github.com/spf13/pflag v1.0.10` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` - `go.yaml.in/yaml/v3 v3.0.5` - `golang.org/x/mod v0.39.0` </details> <details><summary>cmd/mdatagen/go.mod (45)</summary> - `go 1.25.0` - `github.com/google/go-cmp v0.7.0` - `github.com/iimos/ucum v0.0.3` - `github.com/spf13/cobra v1.10.2` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/fileprovider v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/connectortest v0.158.0` - `go.opentelemetry.io/collector/connector/xconnector v0.158.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/featuregate v1.64.0` - `go.opentelemetry.io/collector/filter v0.158.0` - `go.opentelemetry.io/collector/internal/schemagen v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/xpdata v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` - `go.opentelemetry.io/collector/processor v1.64.0` - `go.opentelemetry.io/collector/processor/processortest v0.158.0` - `go.opentelemetry.io/collector/processor/xprocessor v0.158.0` - `go.opentelemetry.io/collector/receiver v1.64.0` - `go.opentelemetry.io/collector/receiver/receivertest v0.158.0` - `go.opentelemetry.io/collector/receiver/xreceiver v0.158.0` - `go.opentelemetry.io/collector/scraper v0.158.0` - `go.opentelemetry.io/collector/scraper/scraperhelper v0.158.0` - `go.opentelemetry.io/collector/scraper/scrapertest v0.158.0` - `go.opentelemetry.io/collector/scraper/xscraper v0.158.0` - `go.opentelemetry.io/collector/service/hostcapabilities v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.opentelemetry.io/otel/metric v1.45.0` - `go.opentelemetry.io/otel/sdk/metric v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` - `go.yaml.in/yaml/v3 v3.0.5` - `golang.org/x/text v0.40.0` → [Updates: `v0.41.0`] </details> <details><summary>cmd/otelcorecol/go.mod (28)</summary> - `go 1.25.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/envprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/fileprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/httpprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/httpsprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/yamlprovider v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/forwardconnector v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/debugexporter v0.158.0` - `go.opentelemetry.io/collector/exporter/nopexporter v0.158.0` - `go.opentelemetry.io/collector/exporter/otlpexporter v0.158.0` - `go.opentelemetry.io/collector/exporter/otlphttpexporter v0.158.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/memorylimiterextension v0.158.0` - `go.opentelemetry.io/collector/extension/zpagesextension v0.158.0` - `go.opentelemetry.io/collector/otelcol v0.158.0` - `go.opentelemetry.io/collector/processor v1.64.0` - `go.opentelemetry.io/collector/processor/batchprocessor v0.158.0` - `go.opentelemetry.io/collector/processor/memorylimiterprocessor v0.158.0` - `go.opentelemetry.io/collector/processor/queuebatchprocessor v0.158.0` - `go.opentelemetry.io/collector/receiver v1.64.0` - `go.opentelemetry.io/collector/receiver/nopreceiver v0.158.0` - `go.opentelemetry.io/collector/receiver/otlpreceiver v0.158.0` - `go.opentelemetry.io/collector/service v0.158.0` - `golang.org/x/sys v0.47.0` </details> <details><summary>cmd/schemagen/go.mod (5)</summary> - `go 1.25.0` - `github.com/iancoleman/strcase v0.3.0` - `github.com/stretchr/testify v1.11.1` - `go.yaml.in/yaml/v3 v3.0.5` - `golang.org/x/tools v0.48.0` → [Updates: `v0.49.0`] </details> <details><summary>component/componentstatus/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` </details> <details><summary>component/componenttest/go.mod (11)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/otel/metric v1.45.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/sdk/metric v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>component/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/otel/metric v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>config/configauth/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth/extensionauthtest v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configcompression/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configgrpc/go.mod (26)</summary> - `go 1.25.0` - `github.com/golang/snappy v1.0.0` - `github.com/klauspost/compress v1.19.1` → [Updates: `v1.19.2`] - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/client v1.64.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/configcompression v1.64.0` - `go.opentelemetry.io/collector/config/configmiddleware v1.64.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth/extensionauthtest v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware/extensionmiddlewaretest v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.70.0` - `go.opentelemetry.io/otel v1.45.0` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>config/confighttp/go.mod (28)</summary> - `go 1.25.0` - `github.com/golang/snappy v1.0.0` - `github.com/klauspost/compress v1.19.1` → [Updates: `v1.19.2`] - `github.com/pierrec/lz4/v4 v4.1.28` - `github.com/rs/cors v1.11.1` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/client v1.64.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/configcompression v1.64.0` - `go.opentelemetry.io/collector/config/configmiddleware v1.64.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth/extensionauthtest v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware/extensionmiddlewaretest v0.158.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.70.0` - `go.opentelemetry.io/otel v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `golang.org/x/net v0.57.0` → [Updates: `v0.58.0`] - `go.opentelemetry.io/collector/confmap v1.64.0` </details> <details><summary>config/confighttp/xconfighttp/go.mod (8)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/confighttp v0.158.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.70.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` </details> <details><summary>config/configmiddleware/go.mod (8)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware/extensionmiddlewaretest v0.158.0` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>config/confignet/go.mod (4)</summary> - `go 1.25.0` - `github.com/Microsoft/go-winio v0.6.2` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configopaque/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` - `go.yaml.in/yaml/v3 v3.0.5` </details> <details><summary>config/configoptional/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configretry/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configstorage/go.mod (6)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension/xextension v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configtelemetry/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` </details> <details><summary>config/configtls/go.mod (8)</summary> - `go 1.25.0` - `github.com/foxboron/go-tpm-keyfiles v0.0.0-20250903184740-5d135037bd4d@5d135037bd4d` → [Updates: `v0.0.0-20260427185012-515ba073c4c1`] - `github.com/google/go-tpm v0.9.8` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/go.mod (13)</summary> - `go 1.25.0` - `github.com/go-viper/mapstructure/v2 v2.5.0` - `github.com/gobwas/glob v0.2.3` - `github.com/knadh/koanf/maps v0.1.2` → [Updates: `v0.1.3`] - `github.com/knadh/koanf/providers/confmap v1.0.1` - `github.com/knadh/koanf/v2 v2.3.6` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/featuregate v1.64.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` - `go.yaml.in/yaml/v3 v3.0.5` </details> <details><summary>confmap/internal/e2e/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/envprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/fileprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/xconfmap v0.158.0` </details> <details><summary>confmap/provider/envprovider/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>confmap/provider/fileprovider/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/provider/httpprovider/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/provider/httpsprovider/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/provider/yamlprovider/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>confmap/xconfmap/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` </details> <details><summary>connector/connectortest/go.mod (13)</summary> - `go 1.25.0` - `github.com/google/uuid v1.6.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/xconnector v0.158.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>connector/forwardconnector/go.mod (16)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/connectortest v0.158.0` - `go.opentelemetry.io/collector/connector/xconnector v0.158.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>connector/go.mod (12)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.opentelemetry.io/collector/internal/fanoutconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` </details> <details><summary>connector/xconnector/go.mod (13)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.opentelemetry.io/collector/internal/fanoutconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` </details> <details><summary>consumer/consumererror/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>consumer/consumererror/xconsumererror/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` </details> <details><summary>consumer/consumertest/go.mod (8)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>consumer/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>consumer/xconsumer/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` </details> <details><summary>exporter/debugexporter/go.mod (20)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configtelemetry v0.158.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pdata/xpdata v0.158.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `golang.org/x/sys v0.47.0` </details> <details><summary>exporter/exporterhelper/go.mod (35)</summary> - `go 1.25.0` - `github.com/cenkalti/backoff/v7 v7.0.0` - `github.com/hashicorp/golang-lru/v2 v2.0.7` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/client v1.64.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/extension/extensiontest v0.158.0` - `go.opentelemetry.io/collector/extension/xextension v0.158.0` - `go.opentelemetry.io/collector/featuregate v1.64.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pdata/xpdata v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.opentelemetry.io/otel/metric v1.45.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/sdk/metric v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` - `go.uber.org/zap v1.28.0` - `google.golang.org/grpc v1.83.0` - `google.golang.org/protobuf v1.36.12` </details> <details><summary>exporter/exporterhelper/xexporterhelper/go.mod (23)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/consumer/consumererror/xconsumererror v0.158.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/collector/pdata/xpdata v0.158.0` - `go.opentelemetry.io/collector/pipeline/xpipeline v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>exporter/exportertest/go.mod (18)</summary> - `go 1.25.0` - `github.com/google/uuid v1.6.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.opentelemetry.io/collector/receiver v1.64.0` - `go.opentelemetry.io/collector/receiver/receivertest v0.158.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>exporter/go.mod (13)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>exporter/nopexporter/go.mod (12)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>exporter/otlpexporter/go.mod (30)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector v0.158.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/configcompression v1.64.0` - `go.opentelemetry.io/collector/config/configgrpc v1.64.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/collector/pdata/testdata v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `google.golang.org/genproto/googleapis/rpc v0.0.0-20260803160001-6ac0973c030d@6ac0973c030d` → [Updates: `v0.0.0-20260810153831-ec0a7760b754`] - `google.golang.org/grpc v1.83.0` - `google.golang.org/protobuf v1.36.12` </details> <details><summary>exporter/otlphttpexporter/go.mod (28)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector v0.158.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configcompression v1.64.0` - `go.opentelemetry.io/collector/config/confighttp v0.158.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/consumer v1.64.0` - `go.opentelemetry.io/collector/consumer/consumererror v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/exporter/exporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.158.0` - `go.opentelemetry.io/collector/exporter/exportertest v0.158.0` - `go.opentelemetry.io/collector/exporter/xexporter v0.158.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/collector/pdata v1.64.0` - `go.opentelemetry.io/collector/pdata/pprofile v0.158.0` - `go.opentelemetry.io/otel v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa@3dc84a4a5aaa` → [Updates: `v0.0.0-20260810153831-ec0a7760b754`] - `google.golang.org/grpc v1.83.0` - `google.golang.org/protobuf v1.36.12` </details> <details><summary>exporter/xexporter/go.mod (8)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/consumer/consumertest v0.158.0` - `go.opentelemetry.io/collector/consumer/xconsumer v0.158.0` - `go.opentelemetry.io/collector/exporter v1.64.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.opentelemetry.io/collector/pipeline v1.64.0` </details> <details><summary>extension/extensionauth/extensionauthtest/go.mod (7)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionauth v1.64.0` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/extensionauth/go.mod (4)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/extensioncapabilities/go.mod (4)</summary> - `go 1.25.0` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` </details> <details><summary>extension/extensionmiddleware/extensionmiddlewaretest/go.mod (6)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/extensionmiddleware/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/extensiontest/go.mod (6)</summary> - `go 1.25.0` - `github.com/google/uuid v1.6.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/extension v1.64.0` </details> <details><summary>extension/go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` - `go.uber.org/goleak v1.3.0` </details> <details><summary>extension/memorylimiterextension/go.mod (12)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensionmiddleware v0.158.0` - `go.opentelemetry.io/collector/extension/extensiontest v0.158.0` - `go.opentelemetry.io/collector/internal/memorylimiter v0.158.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` - `google.golang.org/grpc v1.83.0` </details> <details><summary>extension/xextension/go.mod (6)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/internal/componentalias v0.158.0` </details> <details><summary>extension/zpagesextension/go.mod (18)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componentstatus v0.158.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/confighttp v0.158.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/extension v1.64.0` - `go.opentelemetry.io/collector/extension/extensiontest v0.158.0` - `go.opentelemetry.io/collector/internal/testutil v0.158.0` - `go.opentelemetry.io/contrib/zpages v0.70.0` - `go.opentelemetry.io/otel/sdk v1.45.0` - `go.opentelemetry.io/otel/trace v1.45.0` - `go.uber.org/goleak v1.3.0` - `go.uber.org/zap v1.28.0` </details> <details><summary>featuregate/go.mod (5)</summary> - `go 1.25.0` - `github.com/hashicorp/go-version v1.9.0` - `github.com/stretchr/testify v1.11.1` - `go.uber.org/goleak v1.3.0` - `go.uber.org/multierr v1.11.0` </details> <details><summary>filter/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/confmap v1.64.0` </details> <details><summary>go.mod (5)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa@3dc84a4a5aaa` → [Updates: `v0.0.0-20260810153831-ec0a7760b754`] - `google.golang.org/grpc v1.83.0` - `google.golang.org/protobuf v1.36.12` </details> <details><summary>internal/cmd/pdatagen/go.mod (2)</summary> - `go 1.25.0` - `github.com/ettle/strcase v0.2.0` </details> <details><summary>internal/componentalias/go.mod (3)</summary> - `go 1.25.0` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` </details> <details><summary>internal/e2e/go.mod (27)</summary> - `go 1.25.0` - `github.com/google/go-cmp v0.7.0` - `github.com/google/uuid v1.6.0` - `github.com/prometheus/client_model v0.6.2` - `github.com/prometheus/common v0.70.1` - `github.com/stretchr/testify v1.11.1` - `go.opentelemetry.io/collector/component v1.64.0` - `go.opentelemetry.io/collector/component/componentstatus v0.158.0` - `go.opentelemetry.io/collector/component/componenttest v0.158.0` - `go.opentelemetry.io/collector/config/configauth v1.64.0` - `go.opentelemetry.io/collector/config/configgrpc v1.64.0` - `go.opentelemetry.io/collector/config/confighttp v0.158.0` - `go.opentelemetry.io/collector/config/confignet v1.64.0` - `go.opentelemetry.io/collector/config/configopaque v1.64.0` - `go.opentelemetry.io/collector/config/configoptional v1.64.0` - `go.opentelemetry.io/collector/config/configretry v1.64.0` - `go.opentelemetry.io/collector/config/configtelemetry v0.158.0` - `go.opentelemetry.io/collector/config/configtls v1.64.0` - `go.opentelemetry.io/collector/confmap v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/envprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/fileprovider v1.64.0` - `go.opentelemetry.io/collector/confmap/provider/yamlprovider v1.64.0` - `go.opentelemetry.io/collector/connector v0.158.0` - `go.opentelemetry.io/collector/connector/connectortest v0.158.0` - `go.opentelemetry.io/collector/consumer v1.6 > ✂ **Note** > > PR body was truncated to here.",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/issues/8903",
          "createdAt": "2023-11-14T20:39:08Z",
          "updatedAt": "2026-08-13T17:53:22Z",
          "timestamp": "2026-08-13T17:53:22Z",
          "metrics": {
            "reactions": 0,
            "comments": 0
          },
          "labels": [],
          "author": "renovate[bot]",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      },
      {
        "id": "event:c253008a19422d2e772b",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15749",
        "event": "discovered",
        "observedAt": "2026-08-13T18:01:55.420671Z",
        "changedFields": [],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15749",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "Update module github.com/klauspost/compress to v1.19.2",
          "text": "This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/klauspost/compress](https://redirect.github.com/klauspost/compress) | `v1.19.1` → `v1.19.2` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fklauspost%2fcompress/v1.19.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fklauspost%2fcompress/v1.19.1/v1.19.2?slim=true) | --- ### Release Notes <details> <summary>klauspost/compress (github.com/klauspost/compress)</summary> ### [`v1.19.2`](https://redirect.github.com/klauspost/compress/releases/tag/v1.19.2) [Compare Source](https://redirect.github.com/klauspost/compress/compare/v1.19.1...v1.19.2) #### What's Changed - huff0: add arm64 assembly for Decompress4X/1X via avo lowering by [@&#8203;lizthegrey](https://redirect.github.com/lizthegrey) in [#&#8203;1172](https://redirect.github.com/klauspost/compress/pull/1172) - zstd: Re-enable unsafe decodeSync memory copies ([#&#8203;1168](https://redirect.github.com/klauspost/compress/issues/1168)) by [@&#8203;lizthegrey](https://redirect.github.com/lizthegrey) in [#&#8203;1171](https://redirect.github.com/klauspost/compress/pull/1171) - zstd: fix arm64 asm frame offsets placing locals on the saved LR slot by [@&#8203;lizthegrey](https://redirect.github.com/lizthegrey) in [#&#8203;1176](https://redirect.github.com/klauspost/compress/pull/1176) - zstd: avoid racing MaxDecodedSize write on shared dict litEnc by [@&#8203;zanarellidev](https://redirect.github.com/zanarellidev) in [#&#8203;1182](https://redirect.github.com/klauspost/compress/pull/1182) - zstd: keep BuildDict recent-offsets positive and loadable by [@&#8203;zanarellidev](https://redirect.github.com/zanarellidev) in [#&#8203;1184](https://redirect.github.com/klauspost/compress/pull/1184) - zstd: handle zero-literal BuildDict corpus by [@&#8203;cyphercodes](https://redirect.github.com/cyphercodes) in [#&#8203;1178](https://redirect.github.com/klauspost/compress/pull/1178) - zstd: don't clear the registered dictionary when decoding past the window by [@&#8203;sueun-dev](https://redirect.github.com/sueun-dev) in [#&#8203;1177](https://redirect.github.com/klauspost/compress/pull/1177) #### New Contributors - [@&#8203;zanarellidev](https://redirect.github.com/zanarellidev) made their first contribution in [#&#8203;1183](https://redirect.github.com/klauspost/compress/pull/1183) - [@&#8203;cyphercodes](https://redirect.github.com/cyphercodes) made their first contribution in [#&#8203;1178](https://redirect.github.com/klauspost/compress/pull/1178) - [@&#8203;sueun-dev](https://redirect.github.com/sueun-dev) made their first contribution in [#&#8203;1177](https://redirect.github.com/klauspost/compress/pull/1177) **Full Changelog**: <https://github.com/klauspost/compress/compare/v1.19.1...v1.19.2> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - \"on tuesday\" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xMi4wIiwidXBkYXRlZEluVmVyIjoiNDQuMTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15749",
          "createdAt": "2026-08-11T00:48:21Z",
          "updatedAt": "2026-08-13T17:52:04Z",
          "timestamp": "2026-08-13T17:52:04Z",
          "metrics": {
            "reactions": 0,
            "comments": 1
          },
          "labels": [
            "dependencies",
            "ready-to-merge",
            "renovatebot"
          ],
          "author": "renovate[bot]",
          "state": "open",
          "assignees": [],
          "change": "new"
        }
      },
      {
        "id": "event:14b0bccf2d29b14db81f",
        "signalId": "github:open-telemetry/opentelemetry-collector:pull_request:15757",
        "event": "changed",
        "observedAt": "2026-08-13T18:01:55.420671Z",
        "changedFields": [
          "updatedAt",
          "metrics"
        ],
        "signal": {
          "id": "github:open-telemetry/opentelemetry-collector:pull_request:15757",
          "source": "github",
          "group": "observability",
          "project": "open-telemetry/opentelemetry-collector",
          "kind": "pull_request",
          "title": "[chore][component/componentstatus]: remove timestamp removal TODO",
          "text": "<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This change involves removing a TODO on timestamp removal, according to discussions in issue #10763. <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Authorship attestation. See AGENTS.md for details. AI agents must not check this box on behalf of the user; the human author must check it themselves before the PR is ready for review.--> #### Authorship - [X] I, a human, wrote this pull request description myself. <!--Please delete paragraphs that you did not use before submitting.-->",
          "url": "https://github.com/open-telemetry/opentelemetry-collector/pull/15757",
          "createdAt": "2026-08-11T11:29:54Z",
          "updatedAt": "2026-08-13T17:48:58Z",
          "timestamp": "2026-08-13T17:48:58Z",
          "metrics": {
            "reactions": 0,
            "comments": 1
          },
          "labels": [
            "ready-to-merge"
          ],
          "author": "chethanm99",
          "state": "open",
          "assignees": [],
          "change": "updated"
        }
      }
    ]
  }
}
