Skip to content

Commit

Permalink
Prepare v0.6.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopgrassi committed May 24, 2024
1 parent 800e8dd commit 2411371
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 4 deletions.
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.1

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

0 comments on commit 2411371

Please sign in to comment.