Skip to content

Commit

Permalink
Fix changelog entry (#4848)
Browse files Browse the repository at this point in the history
Move #4449 entry to unreleased.
  • Loading branch information
MrAlias committed Jan 23, 2024
1 parent 71d13ff commit cef39a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit cef39a1

Please sign in to comment.