Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare v0.6.0 changelog #198

Merged
merged 3 commits into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .chloggen/summary.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ https://github.com/open-telemetry/opentelemetry-collector/releases/tag/vXX.YY.ZZ
https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/vXX.YY.ZZ

<details>
<summary>Highlights from the above changelog</summary>

-
<summary>Highlights from the upstream Collector changelog</summary>
</br>
-

</details>

Expand Down
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,31 @@
# Changelog

<!-- next version -->

## v0.6.0

This release includes version 0.101.0 of the upstream Collector components.

The individual changelogs can be found here:

v0.101.0:
https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.101.0
https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.101.0

<details>

<summary>Highlights from the upstream Collector changelog</summary>
</br>

### 🛑 Breaking changes 🛑

- `filelog, journald, tcp, udp, syslog, windowseventlog receivers`: The internal logger has been changed from zap.SugaredLogger to zap.Logger. ([#32177](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/32177))
This should not have any meaningful impact on most users but the logging format for some logs may have changed.

### 💡 Enhancements 💡

- `filelogreceiver`: Add container operator parser ([#31959](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/31959))
- `resourcedetectionprocessor`: Support GCP Bare Metal Solution in resource detection processor. ([#32985](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/32985))
- `processor/transform`: Allow common where clause ([#27830](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/27830))

</details>
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist:
name: dynatrace-otel-collector
description: Dynatrace distribution of the OpenTelemetry Collector
output_path: ./build
version: 0.5.0
version: 0.6.0

receivers:
- gomod: go.opentelemetry.io/collector/receiver/otlpreceiver v0.101.0
Expand Down
Loading