Skip to content

[8.19](backport #4375) fix(deps): update opentelemetry (main)#4801

Merged
olegsu merged 3 commits into
8.19from
mergify/bp/8.19/pr-4375
Apr 21, 2026
Merged

[8.19](backport #4375) fix(deps): update opentelemetry (main)#4801
olegsu merged 3 commits into
8.19from
mergify/bp/8.19/pr-4375

Conversation

@mergify
Copy link
Copy Markdown
Contributor

@mergify mergify Bot commented Apr 20, 2026

This PR contains the following updates:

Package Type Update Change
go.opentelemetry.io/collector/client indirect minor v1.54.0 -> v1.56.0
go.opentelemetry.io/collector/component indirect minor v1.54.0 -> v1.56.0
go.opentelemetry.io/collector/component/componenttest indirect minor v0.148.0 -> v0.150.0
go.opentelemetry.io/collector/config/configoptional indirect minor v1.54.0 -> v1.56.0
go.opentelemetry.io/collector/config/configretry indirect minor v1.54.0 -> v1.56.0
go.opentelemetry.io/collector/confmap indirect minor v1.54.0 -> v1.56.0
go.opentelemetry.io/collector/confmap/xconfmap indirect minor v0.148.0 -> v0.150.0
go.opentelemetry.io/collector/consumer indirect minor v1.54.0 -> v1.56.0
go.opentelemetry.io/collector/consumer/consumererror indirect minor v0.148.0 -> v0.150.0
go.opentelemetry.io/collector/consumer/xconsumer indirect minor v0.148.0 -> v0.150.0
go.opentelemetry.io/collector/exporter indirect minor v1.54.0 -> v1.56.0
go.opentelemetry.io/collector/exporter/exporterhelper indirect minor v0.148.0 -> v0.150.0
go.opentelemetry.io/collector/extension indirect minor v1.54.0 -> v1.56.0
go.opentelemetry.io/collector/extension/xextension indirect minor v0.148.0 -> v0.150.0
go.opentelemetry.io/collector/featuregate indirect minor v1.54.0 -> v1.56.0
go.opentelemetry.io/collector/internal/componentalias indirect minor v0.148.0 -> v0.150.0
go.opentelemetry.io/collector/pdata indirect minor v1.54.0 -> v1.56.0
go.opentelemetry.io/collector/pdata/pprofile indirect minor v0.148.0 -> v0.150.0
go.opentelemetry.io/collector/pdata/xpdata indirect minor v0.148.0 -> v0.150.0
go.opentelemetry.io/collector/pipeline indirect minor v1.54.0 -> v1.56.0
go.opentelemetry.io/collector/pipeline/xpipeline indirect minor v0.148.0 -> v0.150.0
go.opentelemetry.io/collector/receiver indirect minor v1.54.0 -> v1.56.0
go.opentelemetry.io/collector/receiver/receivertest indirect minor v0.148.0 -> v0.150.0
go.opentelemetry.io/collector/receiver/xreceiver indirect minor v0.148.0 -> v0.150.0
go.opentelemetry.io/contrib/detectors/gcp indirect minor v1.40.0 -> v1.43.0
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws require minor v0.63.0 -> v0.68.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc indirect minor v0.67.0 -> v0.68.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp indirect minor v0.67.0 -> v0.68.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc require minor v1.42.0 -> v1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace indirect minor v1.42.0 -> v1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc require minor v1.42.0 -> v1.43.0

Warning

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


Release Notes

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

v1.56.0

💡 Enhancements 💡
🧰 Bug fixes 🧰
  • exporter/debug: Guard from out of bounds profiles dictionary indices (#​14803)

  • pdata/pprofile: create a copy when the input is marked as read-only (#​15080)

  • pkg/otelcol: Fix missing default values in unredacted print-config command by introducing confmap.WithUnredacted MarshalOption. (#​14750)
    Resolves an issue where the unredacted mode output omitted all default-valued options. By introducing a new MarshalOption to disable redaction directly at the confmap encoding level, the unredacted mode now preserves all component defaults natively without requiring post-processing.

  • pkg/service: Headers on the internal telemetry OTLP exporter are now redacted when the configuration is marshaled (#​14756)

v1.55.0

🛑 Breaking changes 🛑
  • pkg/service: Remove service_name, service_instance_id, and service_version as constant labels on every internal metric datapoint. These attributes are already present in target_info and were being duplicated on each series for OpenCensus backwards compatibility. (#​14811)
    Previously, the collector stamped every internal metric series (e.g. otelcol_process_runtime_heap_alloc_bytes)
    with service_name, service_instance_id, and service_version labels to match the old OpenCensus behavior.
    These attributes are now only present in the target_info metric, which is the correct Prometheus/OTel convention.
    Users who filter or group by these labels on individual metrics will need to update their queries to use
    target_info joins instead.
💡 Enhancements 💡
  • all: Move aix/ppc64 to tier 3 support (#​13380)

  • all: Upgrade the profiles stability status to alpha (#​14817)
    The following components have their profiles status upgraded from development to alpha:

    • pdata/pprofile
    • connector/forward
    • exporter/debug
    • receiver/nop
    • exporter/nop
    • exporter/otlp_grpc
    • exporter/otlp_http
  • cmd/mdatagen: Add semconv reference for attributes (#​13297)

🧰 Bug fixes 🧰
  • cmd/mdatagen: Fix entity code generation so extra_attributes are emitted as resource attributes instead of entity descriptive attributes. (#​14778)
open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/detectors/gcp)

v1.43.0: /v2.5.0/v0.68.0/v0.37.0/v0.23.0/v0.18.0/v0.16.0/v0.15.0

Compare Source

Added

  • Add Resource method to SDK in go.opentelemetry.io/contrib/otelconf/v0.3.0 to expose the resolved SDK resource from declarative configuration. (#​8660)
  • Add support to set the configuration file via OTEL_CONFIG_FILE in go.opentelemetry.io/contrib/otelconf. (#​8639)
  • Add support for service resource detector in go.opentelemetry.io/contrib/otelconf. (#​8674)
  • Add support for attribute_count_limit and attribute_value_length_limit in tracer provider configuration in go.opentelemetry.io/contrib/otelconf. (#​8687)
  • Add support for attribute_count_limit and attribute_value_length_limit in logger provider configuration in go.opentelemetry.io/contrib/otelconf. (#​8686)
  • Add support for server.address and server.port attributes in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#​8723)
  • Add support for OTEL_SEMCONV_STABILITY_OPT_IN in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. Supported values are rpc (default), rpc/dup and rpc/old. (#​8726)
  • Add the http.route metric attribute to go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#​8632)

Changed

  • Prepend _ to the normalized environment variable name when the key starts with a digit in go.opentelemetry.io/contrib/propagators/envcar, ensuring POSIX compliance. (#​8678)
  • Move experimental types from go.opentelemetry.io/contrib/otelconf to go.opentelemetry.io/contrib/otelconf/x. (#​8529)
  • Normalize cached environment variable names in go.opentelemetry.io/contrib/propagators/envcar, aligning Carrier.Keys output with the carrier's normalized key format. (#​8761)

Fixed

  • Fix go.opentelemetry.io/contrib/otelconf Prometheus reader converting OTel dot-style label names (e.g. service.name) to underscore-style (service_name) in target_info when both without_type_suffix and without_units are set. Use NoTranslation instead of UnderscoreEscapingWithoutSuffixes to preserve dot-style label names while still suppressing metric name suffixes. (#​8763)
  • Limit the request body size at 1MB in go.opentelemetry.io/contrib/zpages. (#​8656)
  • Fix server spans using the client's address and port for server.address and server.port attributes in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#​8723)

Removed

  • Host ID resource detector has been removed when configuring the host resource detector in go.opentelemetry.io/contrib/otelconf. (#​8581)

Deprecated

  • Deprecate OTEL_EXPERIMENTAL_CONFIG_FILE in favour of OTEL_CONFIG_FILE in go.opentelemetry.io/contrib/otelconf. (#​8639)

What's Changed

New Contributors

Full Changelog: open-telemetry/opentelemetry-go-contrib@v1.42.0...v1.43.0

v1.42.0: /v2.4.0/v0.67.0/v0.36.0/v0.22.0/v0.17.0/v0.15.0/v0.14.0

Compare Source

Added
  • Add environment variables propagation carrier in go.opentelemetry.io/contrib/propagators/envcar. (#​8442)
Changed
  • Upgrade go.opentelemetry.io/otel/semconv to v1.40.0, including updates across instrumentation and detector modules. (#​8631)

    • The semantic conventions v1.40.0 release introduces RPC breaking changes applied in this repository:
      • RPC spans and metrics no longer include network.protocol.name, network.protocol.version, or network.transport attributes.
      • rpc.client.request.size, rpc.client.response.size, rpc.server.request.size, and rpc.server.response.size are no longer emitted in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.
      • rpc.message span events and their message attributes are no longer emitted in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc (including when WithMessageEvents is configured).

    See semantic-conventions v1.40.0 release for complete details.

Fixed
  • Ignore informational response status codes (100-199) except 101 Switching Protocols when storing the HTTP status code in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp and go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux. (#​6913)
  • Make Body handling in Transport consistent with stdlib in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#​8618)
  • Fix bucket boundaries for rpc.server.call.duration and rpc.client.call.duration in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#​8642)
  • Host resource detector in go.opentelemetry.io/contrib/otelconf now includes os. attributes. (#​8578)
Removed

What's Changed

New Cont


Configuration

📅 Schedule: Branch creation - "* 1 * * 1-5" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Renovate Bot.


This is an automatic backport of pull request #4375 done by [Mergify](https://mergify.com).

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[go.opentelemetry.io/collector/client](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v1.54.0` -> `v1.56.0` |
|
[go.opentelemetry.io/collector/component](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v1.54.0` -> `v1.56.0` |
|
[go.opentelemetry.io/collector/component/componenttest](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v0.148.0` -> `v0.150.0` |
|
[go.opentelemetry.io/collector/config/configoptional](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v1.54.0` -> `v1.56.0` |
|
[go.opentelemetry.io/collector/config/configretry](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v1.54.0` -> `v1.56.0` |
|
[go.opentelemetry.io/collector/confmap](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v1.54.0` -> `v1.56.0` |
|
[go.opentelemetry.io/collector/confmap/xconfmap](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v0.148.0` -> `v0.150.0` |
|
[go.opentelemetry.io/collector/consumer](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v1.54.0` -> `v1.56.0` |
|
[go.opentelemetry.io/collector/consumer/consumererror](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v0.148.0` -> `v0.150.0` |
|
[go.opentelemetry.io/collector/consumer/xconsumer](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v0.148.0` -> `v0.150.0` |
|
[go.opentelemetry.io/collector/exporter](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v1.54.0` -> `v1.56.0` |
|
[go.opentelemetry.io/collector/exporter/exporterhelper](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v0.148.0` -> `v0.150.0` |
|
[go.opentelemetry.io/collector/extension](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v1.54.0` -> `v1.56.0` |
|
[go.opentelemetry.io/collector/extension/xextension](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v0.148.0` -> `v0.150.0` |
|
[go.opentelemetry.io/collector/featuregate](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v1.54.0` -> `v1.56.0` |
|
[go.opentelemetry.io/collector/internal/componentalias](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v0.148.0` -> `v0.150.0` |
|
[go.opentelemetry.io/collector/pdata](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v1.54.0` -> `v1.56.0` |
|
[go.opentelemetry.io/collector/pdata/pprofile](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v0.148.0` -> `v0.150.0` |
|
[go.opentelemetry.io/collector/pdata/xpdata](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v0.148.0` -> `v0.150.0` |
|
[go.opentelemetry.io/collector/pipeline](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v1.54.0` -> `v1.56.0` |
|
[go.opentelemetry.io/collector/pipeline/xpipeline](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v0.148.0` -> `v0.150.0` |
|
[go.opentelemetry.io/collector/receiver](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v1.54.0` -> `v1.56.0` |
|
[go.opentelemetry.io/collector/receiver/receivertest](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v0.148.0` -> `v0.150.0` |
|
[go.opentelemetry.io/collector/receiver/xreceiver](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| indirect | minor | `v0.148.0` -> `v0.150.0` |
|
[go.opentelemetry.io/contrib/detectors/gcp](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib)
| indirect | minor | `v1.40.0` -> `v1.43.0` |
|
[go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib)
| require | minor | `v0.63.0` -> `v0.68.0` |
|
[go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib)
| indirect | minor | `v0.67.0` -> `v0.68.0` |
|
[go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib)
| indirect | minor | `v0.67.0` -> `v0.68.0` |
|
[go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc](https://redirect.github.com/open-telemetry/opentelemetry-go)
| require | minor | `v1.42.0` -> `v1.43.0` |
|
[go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://redirect.github.com/open-telemetry/opentelemetry-go)
| indirect | minor | `v1.42.0` -> `v1.43.0` |
|
[go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://redirect.github.com/open-telemetry/opentelemetry-go)
| require | minor | `v1.42.0` -> `v1.43.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>open-telemetry/opentelemetry-collector
(go.opentelemetry.io/collector/client)</summary>

###
[`v1.56.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v1560v01500)

##### 💡 Enhancements 💡

- `all`: Update semconv package from 1.38.0 to 1.40.0
([#&#8203;15095](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/15095))
- `cmd/mdatagen`: Only allow the `ToVersion` feature flag attribute to
be set for the `Stable` and `Deprecated` stages.
([#&#8203;15040](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/15040))
    To better match the feature flag README

(https://github.com/open-telemetry/opentelemetry-collector/blob/main/featuregate/README.md#feature-lifecycle).

##### 🧰 Bug fixes 🧰

- `exporter/debug`: Guard from out of bounds profiles dictionary indices
([#&#8203;14803](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/14803))

- `pdata/pprofile`: create a copy when the input is marked as read-only
([#&#8203;15080](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/15080))

- `pkg/otelcol`: Fix missing default values in unredacted print-config
command by introducing confmap.WithUnredacted MarshalOption.
([#&#8203;14750](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/14750))
Resolves an issue where the unredacted mode output omitted all
default-valued options. By introducing a new MarshalOption to disable
redaction directly at the confmap encoding level, the unredacted mode
now preserves all component defaults natively without requiring
post-processing.

- `pkg/service`: Headers on the internal telemetry OTLP exporter are now
redacted when the configuration is marshaled
([#&#8203;14756](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/14756))

<!-- previous-version -->

###
[`v1.55.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v1550v01490)

##### 🛑 Breaking changes 🛑

- `pkg/service`: Remove `service_name`, `service_instance_id`, and
`service_version` as constant labels on every internal metric datapoint.
These attributes are already present in `target_info` and were being
duplicated on each series for OpenCensus backwards compatibility.
([#&#8203;14811](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/14811))
Previously, the collector stamped every internal metric series (e.g.
`otelcol_process_runtime_heap_alloc_bytes`)
with `service_name`, `service_instance_id`, and `service_version` labels
to match the old OpenCensus behavior.
These attributes are now only present in the `target_info` metric, which
is the correct Prometheus/OTel convention.
Users who filter or group by these labels on individual metrics will
need to update their queries to use
    `target_info` joins instead.

##### 💡 Enhancements 💡

- `all`: Move aix/ppc64 to tier 3 support
([#&#8203;13380](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13380))
- `all`: Upgrade the profiles stability status to alpha
([#&#8203;14817](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/14817))
The following components have their profiles status upgraded from
development to alpha:

    -   pdata/pprofile
    -   connector/forward
    -   exporter/debug
    -   receiver/nop
    -   exporter/nop
    -   exporter/otlp_grpc
    -   exporter/otlp_http
- `cmd/mdatagen`: Add semconv reference for attributes
([#&#8203;13297](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13297))

##### 🧰 Bug fixes 🧰

- `cmd/mdatagen`: Fix entity code generation so `extra_attributes` are
emitted as resource attributes instead of entity descriptive attributes.
([#&#8203;14778](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/14778))

<!-- previous-version -->

</details>

<details>
<summary>open-telemetry/opentelemetry-go-contrib
(go.opentelemetry.io/contrib/detectors/gcp)</summary>

###
[`v1.43.0`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v1.43.0):
/v2.5.0/v0.68.0/v0.37.0/v0.23.0/v0.18.0/v0.16.0/v0.15.0

[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.42.0...v1.43.0)

#### Added

- Add `Resource` method to `SDK` in
`go.opentelemetry.io/contrib/otelconf/v0.3.0` to expose the resolved SDK
resource from declarative configuration.
([#&#8203;8660](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8660))
- Add support to set the configuration file via `OTEL_CONFIG_FILE` in
`go.opentelemetry.io/contrib/otelconf`.
([#&#8203;8639](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8639))
- Add support for `service` resource detector in
`go.opentelemetry.io/contrib/otelconf`.
([#&#8203;8674](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8674))
- Add support for `attribute_count_limit` and
`attribute_value_length_limit` in tracer provider configuration in
`go.opentelemetry.io/contrib/otelconf`.
([#&#8203;8687](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8687))
- Add support for `attribute_count_limit` and
`attribute_value_length_limit` in logger provider configuration in
`go.opentelemetry.io/contrib/otelconf`.
([#&#8203;8686](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8686))
- Add support for `server.address` and `server.port` attributes in
`go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`.
([#&#8203;8723](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8723))
- Add support for `OTEL_SEMCONV_STABILITY_OPT_IN` in
`go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`.
Supported values are `rpc` (default), `rpc/dup` and `rpc/old`.
([#&#8203;8726](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8726))
- Add the `http.route` metric attribute to
`go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`.
([#&#8203;8632](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8632))

#### Changed

- Prepend `_` to the normalized environment variable name when the key
starts with a digit in `go.opentelemetry.io/contrib/propagators/envcar`,
ensuring POSIX compliance.
([#&#8203;8678](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8678))
- Move experimental types from `go.opentelemetry.io/contrib/otelconf` to
`go.opentelemetry.io/contrib/otelconf/x`.
([#&#8203;8529](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8529))
- Normalize cached environment variable names in
`go.opentelemetry.io/contrib/propagators/envcar`, aligning
`Carrier.Keys` output with the carrier's normalized key format.
([#&#8203;8761](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8761))

#### Fixed

- Fix `go.opentelemetry.io/contrib/otelconf` Prometheus reader
converting OTel dot-style label names (e.g. `service.name`) to
underscore-style (`service_name`) in `target_info` when both
`without_type_suffix` and `without_units` are set. Use `NoTranslation`
instead of `UnderscoreEscapingWithoutSuffixes` to preserve dot-style
label names while still suppressing metric name suffixes.
([#&#8203;8763](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8763))
- Limit the request body size at 1MB in
`go.opentelemetry.io/contrib/zpages`.
([#&#8203;8656](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8656))
- Fix server spans using the client's address and port for
`server.address` and `server.port` attributes in
`go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`.
([#&#8203;8723](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8723))

#### Removed

- Host ID resource detector has been removed when configuring the `host`
resource detector in `go.opentelemetry.io/contrib/otelconf`.
([#&#8203;8581](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8581))

#### Deprecated

- Deprecate `OTEL_EXPERIMENTAL_CONFIG_FILE` in favour of
`OTEL_CONFIG_FILE` in `go.opentelemetry.io/contrib/otelconf`.
([#&#8203;8639](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8639))

#### What's Changed

- chore(deps): update module github.com/jgautheron/goconst to v1.9.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8651](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8651)1
- chore(deps): update module go.yaml.in/yaml/v2 to v2.4.4 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8652](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8652)2
- chore(deps): update golang.org/x/telemetry digest to
[`e526e8a`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/e526e8a)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8647](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8647)7
- chore(deps): update module k8s.io/klog/v2 to v2.140.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8650](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8650)0
- chore(deps): update module github.com/mgechev/revive to v1.14.0 by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8646](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8646)
- chore(deps): update module github.com/mgechev/revive to v1.15.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8539](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8539)9
- chore: fix noctx issues by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8645](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8645)
- chore(deps): update golang.org/x by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8655](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8655)5
- chore(deps): update module codeberg.org/chavacava/garif to v0.2.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8654](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8654)4
- chore(deps): update module github.com/mattn/go-runewidth to v0.0.21 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8653](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8653)3
- fix(deps): update module go.opentelemetry.io/proto/otlp to v1.10.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8657](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8657)7
- Limit the number of bytes read from the zpages body by
[@&#8203;dmathieu](https://redirect.github.com/dmathieu) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8656](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8656)
- fix(deps): update module github.com/golangci/golangci-lint/v2 to
v2.11.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8648](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8648)8
- fix(deps): update module github.com/golangci/golangci-lint/v2 to
v2.11.3 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8661](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8661)1
- chore(deps): update github.com/securego/gosec/v2 digest to
[`8895462`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/8895462)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8663](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8663)3
- otelconf: support OTEL_CONFIG_FILE as it is no longer experimental by
[@&#8203;codeboten](https://redirect.github.com/codeboten) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8639](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8639)
- chore(deps): update module github.com/sonatard/noctx to v0.5.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8664](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8664)4
- chore(deps): update github.com/securego/gosec/v2 digest to
[`6e66a94`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/6e66a94)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8665](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8665)5
- chore(deps): update golang.org/x by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8667](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8667)7
- chore(deps): update module github.com/montanaflynn/stats to v0.8.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8669](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8669)9
- chore(deps): update googleapis to
[`84a4fc4`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/84a4fc4)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8668](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8668)8
- otelconf: remove host ID detector in host configuration by
[@&#8203;codeboten](https://redirect.github.com/codeboten) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8581](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8581)
- chore(deps): update module github.com/goccy/go-json to v0.10.6 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8672](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8672)2
- fix(deps): update module golang.org/x/tools to v0.43.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8670](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8670)0
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to
v1.97.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8675](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8675)5
- fix(deps): update golang.org/x by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8673](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8673)3
- chore(deps): update github.com/securego/gosec/v2 digest to
[`c2dfcec`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/c2dfcec)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8666](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8666)6
- chore(deps): update github.com/securego/gosec/v2 digest to
[`dec52c4`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/dec52c4)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8680](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8680)0
- fix(deps): update aws-sdk-go-v2 monorepo by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8679](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8679)9
- chore(deps): update github/codeql-action action to v4.33.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8682](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8682)2
- envcar: refine normalization by
[@&#8203;pellared](https://redirect.github.com/pellared) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8678](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8678)
- chore(deps): update github.com/securego/gosec/v2 digest to
[`744bfb5`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/744bfb5)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8681](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8681)1
- otelconf: support service resource detector by
[@&#8203;codeboten](https://redirect.github.com/codeboten) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8674](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8674)
- fix(otelgin,otelecho): use `MetricAttributes.Route` by
[@&#8203;gaiaz-iusipov](https://redirect.github.com/gaiaz-iusipov) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8677](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8677)
- build(deps): bump google.golang.org/grpc from 1.79.2 to 1.79.3 in
/samplers/jaegerremote by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8693](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8693)3
- build(deps): bump google.golang.org/grpc from 1.79.2 to 1.79.3 in
/propagators/opencensus/examples by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8690](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8690)0
- build(deps): bump google.golang.org/grpc from 1.79.2 to 1.79.3 in
/instrumentation/google.golang.org/grpc/otelgrpc/example by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8689](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8689)9
- build(deps): bump google.golang.org/grpc from 1.79.2 to 1.79.3 in
/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8692](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8692)2
- chore(deps): update actions/cache action to v5.0.4 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8700](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8700)0
- chore(deps): update module github.com/bytedance/gopkg to v0.1.4 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8703](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8703)3
- chore(deps): update codecov/codecov-action action to v5.5.3 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8702](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8702)2
- fix(deps): update kubernetes monorepo to v0.35.3 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8705](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8705)5
- chore(deps): update module github.com/protonmail/go-crypto to v1.4.1
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8704](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8704)4
- chore(deps): update module github.com/securego/gosec/v2 to v2.25.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8707](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8707)7
- chore(deps): update module github.com/ryanrolds/sqlclosecheck to
v0.6.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8706](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8706)6
- chore(deps): update k8s.io/utils digest to
[`28399d8`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/28399d8)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8699](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8699)9
- chore(deps): update k8s.io/kube-openapi digest to
[`5883c5e`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/5883c5e)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8698](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8698)8
- chore(deps): update module github.com/fatih/color to v1.19.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8708](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8708)8
- chore(deps): update otel/opentelemetry-collector-contrib docker tag to
v0.148.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8709](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8709)9
- fix(deps): update module google.golang.org/grpc to v1.79.3 \[security]
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8694](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8694)4
- chore(deps): update googleapis to
[`d00831a`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/d00831a)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8697](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8697)7
- chore(deps): update golang.org/x/telemetry digest to
[`b6b0c46`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/b6b0c46)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8695](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8695)5
- otelconf: add support for logger provider limits by
[@&#8203;codeboten](https://redirect.github.com/codeboten) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8686](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8686)
- otelconf: update strings to use defined values by
[@&#8203;codeboten](https://redirect.github.com/codeboten) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8685](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8685)
- fix: Flaky test TestStatsHandler/Recorded/ServerSpans by
[@&#8203;sonalgaud12](https://redirect.github.com/sonalgaud12) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8676](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8676)
- chore(deps): update github/codeql-action action to v4.34.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8710](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8710)0
- chore(deps): update module github.com/klauspost/compress to v1.18.5 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8711](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8711)1
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/dynamodb
to v1.57.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8713](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8713)3
- chore(deps): update github/codeql-action action to v4.34.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8712](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8712)2
- fix(deps): update module github.com/golangci/golangci-lint/v2 to
v2.11.4 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8717](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8717)7
- fix(deps): update module github.com/aws/aws-lambda-go to v1.54.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8720](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8720)0
- otelconf: add support for tracer provider limits by
[@&#8203;codeboten](https://redirect.github.com/codeboten) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8687](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8687)
- fix(deps): update aws-sdk-go-v2 monorepo by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8721](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8721)1
- chore(deps): update github.com/lufia/plan9stats digest to
[`156f7da`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/156f7da)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8722](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8722)2
- chore(deps): update module github.com/pelletier/go-toml/v2 to v2.3.0
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8724](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8724)4
- chore(deps): update module github.com/montanaflynn/stats to v0.9.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8725](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8725)5
- chore(deps): update codecov/codecov-action action to v5.5.4 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8727](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8727)7
- chore(deps): update codecov/codecov-action action to v6 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8728](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8728)8
- fix(deps): update aws-sdk-go-v2 monorepo by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8729](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8729)9
- chore(deps): update module github.com/bytedance/sonic/loader to v0.5.1
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8730](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8730)0
- chore(deps): update module github.com/tetafro/godot to v1.5.6 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8731](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8731)1
- chore(deps): update module github.com/butuzov/ireturn to v0.4.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8732](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8732)2
- chore(deps): update github/codeql-action action to v4.35.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8733](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8733)3
- chore(deps): update module github.com/go-git/go-git/v5 to v5.17.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8739](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8739)9
- otelgrpc: add server.address and server.port by
[@&#8203;dashpole](https://redirect.github.com/dashpole) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8723](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8723)
- fix(deps): update module github.com/atombender/go-jsonschema to
v0.23.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8737](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8737)7
- chore(deps): update module github.com/lucasb-eyer/go-colorful to
v1.4.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8736](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8736)6
- chore(deps): update module github.com/gin-contrib/sse to v1.1.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8735](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8735)5
- chore(deps): update github/codeql-action action to v4.35.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8734](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8734)4
- chore(deps): update module github.com/hashicorp/go-version to v1.9.0
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8740](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8740)0
- otelgrpc: support OTEL_SEMCONV_STABILITY_OPT_IN by
[@&#8203;dashpole](https://redirect.github.com/dashpole) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8726](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8726)
- chore(deps): update module github.com/go-playground/validator/v10 to
v10.30.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8745](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8745)5
- chore(deps): update module github.com/fxamacker/cbor/v2 to v2.9.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8744](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8744)4
- chore(deps): update googleapis to
[`d5a96ad`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/d5a96ad)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8743](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8743)3
- chore(deps): update github.com/lufia/plan9stats digest to
[`c963978`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/c963978)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8741](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8741)1
- chore(deps): update k8s.io/kube-openapi digest to
[`16be699`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/16be699)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8742](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8742)2
- Add SDK.Resource() to otelconf/v0.3.0 by
[@&#8203;iblancasa](https://redirect.github.com/iblancasa) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8660](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8660)
- fix(deps): update module github.com/shirou/gopsutil/v4 to v4.26.3 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8753](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8753)3
- chore(deps): update otel/opentelemetry-collector-contrib docker tag to
v0.149.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8754](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8754)4
- chore(deps): update googleapis to
[`9d38bb4`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/9d38bb4)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8751](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8751)1
- chore(deps): update fossas/fossa-action action to v1.9.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8752](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8752)2
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to
v1.98.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8750](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8750)0
- chore(deps): update module github.com/go-git/go-git/v5 to v5.17.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8749](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8749)9
- chore(deps): update github.com/golangci/dupl digest to
[`c99c5cf`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/c99c5cf)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8755](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8755)5
- chore(deps): update module github.com/itchyny/timefmt-go to v0.1.8 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8756](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8756)6
- fix(deps): update module google.golang.org/grpc to v1.80.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8757](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8757)7
- fix(deps): update module github.com/itchyny/gojq to v0.12.19 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8758](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8758)8
- feat(net/http/otelhttp): Add `http.route` attribute by
[@&#8203;gaiaz-iusipov](https://redirect.github.com/gaiaz-iusipov) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8632](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8632)
- chore(deps): update prom/prometheus docker tag to v3.11.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8762](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8762)2
- fix(deps): update module github.com/aws/smithy-go to v1.24.3 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8765](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8765)5
- envcar: normalize cached environment variable names by
[@&#8203;pellared](https://redirect.github.com/pellared) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8761](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8761)
- chore(deps): update module github.com/mattn/go-runewidth to v0.0.22 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8766](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8766)6
- fix(deps): update aws-sdk-go-v2 monorepo by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8764](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8764)4
- otelconf: move experimental types to otelconf/x by
[@&#8203;codeboten](https://redirect.github.com/codeboten) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8529](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8529)
- Fix otelconf prometheus label escaping by
[@&#8203;codeboten](https://redirect.github.com/codeboten) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8763](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8763)
- chore(deps): update module github.com/jgautheron/goconst to v1.10.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8771](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8771)1
- chore(deps): update googleapis to
[`6f92a3b`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/6f92a3b)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8776](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8776)6
- fix(deps): update module
github.com/googlecloudplatform/opentelemetry-operations-go/detectors/gcp
to v1.32.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8777](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8777)7
- Release v1.43.0/v2.5.0/v0.68.0/v0.37.0/v0.23.0/v0.18.0/v0.16.0/v0.15.0
by [@&#8203;dmathieu](https://redirect.github.com/dmathieu) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8769](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8769)

#### New Contributors

- [@&#8203;iblancasa](https://redirect.github.com/iblancasa) made their
first contribution in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8660](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8660)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.42.0...v1.43.0

###
[`v1.42.0`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v1.42.0):
/v2.4.0/v0.67.0/v0.36.0/v0.22.0/v0.17.0/v0.15.0/v0.14.0

[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.41.0...v1.42.0)

##### Added

- Add environment variables propagation carrier in
`go.opentelemetry.io/contrib/propagators/envcar`.
([#&#8203;8442](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8442))

##### Changed

- Upgrade `go.opentelemetry.io/otel/semconv` to `v1.40.0`, including
updates across instrumentation and detector modules.
([#&#8203;8631](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8631))

- The semantic conventions v1.40.0 release introduces RPC breaking
changes applied in this repository:
- RPC spans and metrics no longer include `network.protocol.name`,
`network.protocol.version`, or `network.transport` attributes.
- `rpc.client.request.size`, `rpc.client.response.size`,
`rpc.server.request.size`, and `rpc.server.response.size` are no longer
emitted in
`go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`.
- `rpc.message` span events and their message attributes are no longer
emitted in
`go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`
(including when `WithMessageEvents` is configured).

See [semantic-conventions v1.40.0
release](https://redirect.github.com/open-telemetry/semantic-conventions/releases/tag/v1.40.0)
for complete details.

##### Fixed

- Ignore informational response status codes (`100-199`) except `101
Switching Protocols` when storing the HTTP status code in
`go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` and
`go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux`.
([#&#8203;6913](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6913))
- Make `Body` handling in `Transport` consistent with stdlib in
`go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`.
([#&#8203;8618](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8618))
- Fix bucket boundaries for `rpc.server.call.duration` and
`rpc.client.call.duration` in
`go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`.
([#&#8203;8642](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8642))
- Host resource detector in `go.opentelemetry.io/contrib/otelconf` now
includes `os.` attributes.
([#&#8203;8578](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8578))

##### Removed

- Drop support for [Go 1.24].
([#&#8203;8628](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8628))

[Go 1.24]: https://go.dev/doc/go1.24

#### What's Changed

- chore(deps): update github artifact actions to v7 (major) by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8605](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8605)5
- chore(deps): update module github.com/sonatard/noctx to v0.5.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8610](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8610)0
- chore(deps): update github/codeql-action action to v4.32.5 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8620](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8620)0
- fix(deps): update module github.com/aws/smithy-go to v1.24.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8614](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8614)4
- chore(deps): update go-openapi packages by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8621](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8621)1
- fix(deps): update module github.com/shirou/gopsutil/v4 to v4.26.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8622](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8622)2
- chore(deps): update module github.com/kisielk/errcheck to v1.10.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8608](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8608)8
- chore(deps): update module github.com/protonmail/go-crypto to v1.4.0
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8609](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8609)9
- chore(deps): update otel/opentelemetry-collector-contrib docker tag to
v0.147.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8625](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8625)5
- chore(deps): update module github.com/daixiang0/gci to v0.14.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8623](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8623)3
- Drop support for 1.24 by
[@&#8203;dmathieu](https://redirect.github.com/dmathieu) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8628](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8628)
- fix(deps): update golang.org/x by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8554](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8554)4
- fix(deps): update kubernetes packages to v0.35.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8626](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8626)6
- fix(deps): update aws-sdk-go-v2 monorepo by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8598](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8598)8
- fix(deps): update module github.com/aws/aws-lambda-go to v1.53.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8630](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8630)0
- otelgrpc: modernize the example project by
[@&#8203;ash2k](https://redirect.github.com/ash2k) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8619](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8619)
- chore(deps): update googleapis to
[`a57be14`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/a57be14)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8606](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8606)6
- fix(deps): update module github.com/gin-gonic/gin to v1.12.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8627](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8627)7
- chore(deps): update module github.com/prometheus/procfs to v0.20.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8624](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8624)4
- fix(otelhttp): make Body handling in Transport consistent with stdlib
by [@&#8203;ash2k](https://redirect.github.com/ash2k) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8618](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8618)
- otelhttp: Ignore informational response status codes when persisting
status by [@&#8203;VirrageS](https://redirect.github.com/VirrageS) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6913](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6913)
- chore(deps): update golang.org/x/telemetry digest to
[`18da590`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/18da590)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8635](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8635)5
- Upgrade to `semconv/v1.40.0` by
[@&#8203;MrAlias](https://redirect.github.com/MrAlias) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8631](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8631)
- chore(deps): update k8s.io/kube-openapi digest to
[`5b3e3fd`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/5b3e3fd)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8636](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8636)6
- envcar: add environment carrier by
[@&#8203;Joibel](https://redirect.github.com/Joibel) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8442](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8442)
- chore: enable modernize linter by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8583](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8583)
- chore(deps): update dependency codespell to v2.4.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8640](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8640)0
- chore(deps): update github/codeql-action action to v4.32.6 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8641](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8641)1
- fix(deps): update aws-sdk-go-v2 monorepo by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8643](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8643)3
- Use correct bucket boundaries for otelgrpc client and server
histograms by [@&#8203;dashpole](https://redirect.github.com/dashpole)
in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8642](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8642)
- fix(deps): update module google.golang.org/grpc to v1.79.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8644](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8644)4
- otelconf: host detector should include os as well by
[@&#8203;codeboten](https://redirect.github.com/codeboten) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8578](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8578)
- Release v1.42.0/v2.4.0/v0.67.0/v0.36.0/v0.22.0/v0.17.0/v0.15.0/v0.14.0
by [@&#8203;pellared](https://redirect.github.com/pellared) in
[https://github.com/open-telemetry/opentelemetry-go-contrib/pull/8649](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8649)

#### New Cont

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 1 * * 1-5" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNlY3VyaXR5LUNsb3VkIFNlcnZpY2VzIiwiYmFja3BvcnQtc2tpcCIsImRlcGVuZGVuY2llcyIsInJlbm92YXRlIiwicmVub3ZhdGUtYXV0by1hcHByb3ZlIl19-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
(cherry picked from commit aef4dc214ff8d138e40e5c9e3cdb491a131b3e62)

# Conflicts:
#	go.mod
#	go.sum
@mergify mergify Bot requested a review from a team as a code owner April 20, 2026 09:11
@mergify
Copy link
Copy Markdown
Contributor Author

mergify Bot commented Apr 20, 2026

Cherry-pick of aef4dc2 has failed:

On branch mergify/bp/8.19/pr-4375
Your branch is up to date with 'origin/8.19'.

You are currently cherry-picking commit aef4dc21.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   go.mod
	both modified:   go.sum

no changes added to commit (use "git add" and/or "git commit -a")

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

@mergify mergify Bot mentioned this pull request Apr 20, 2026
1 task
@biscout42 biscout42 enabled auto-merge April 20, 2026 11:06
@biscout42 biscout42 added this pull request to the merge queue Apr 20, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to no response for status checks Apr 20, 2026
@olegsu olegsu merged commit 5568705 into 8.19 Apr 21, 2026
9 checks passed
@olegsu olegsu deleted the mergify/bp/8.19/pr-4375 branch April 21, 2026 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants