From cef39a1e17be88753801c6bf550f6f6fcd163c55 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Tue, 23 Jan 2024 14:15:04 -0800 Subject: [PATCH] Fix changelog entry (#4848) Move #4449 entry to unreleased. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a97b9125ebe..3ba3bf091a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Add `WithEndpointURL` option to the `exporters/otlp/otlpmetric/otlpmetricgrpc`, `exporters/otlp/otlpmetric/otlpmetrichttp`, `exporters/otlp/otlptrace/otlptracegrpc` and `exporters/otlp/otlptrace/otlptracehttp` packages. (#4808) +### Fixed + +- Fix `ContainerID` resource detection on systemd when cgroup path has a colon. (#4449) + ## [1.23.0-rc.1] 2024-01-18 This is a release candidate for the v1.23.0 release. @@ -280,7 +284,6 @@ This release drops the compatibility guarantee of [Go 1.19]. - Do not append `_total` if the counter already has that suffix for the Prometheus exproter in `go.opentelemetry.io/otel/exporter/prometheus`. (#4373) - Fix resource detection data race in `go.opentelemetry.io/otel/sdk/resource`. (#4409) - Use the first-seen instrument name during instrument name conflicts in `go.opentelemetry.io/otel/sdk/metric`. (#4428) -- Fix `ContainerID` resource detection on systemd when cgroup path has a colon. (#4449) ### Deprecated