Skip to content

Commit

Permalink
Prepare 0.20.0 release (#407)
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Bradley <[email protected]>
  • Loading branch information
dyladan and evan-bradley authored Dec 11, 2024
1 parent d33a077 commit 5f6455b
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .chloggen/adapt-statsd-tests.yaml

This file was deleted.

44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,50 @@

<!-- next version -->

## v0.20.0

This release includes version 0.115.0 of the upstream Collector components.

The individual upstream Collector changelogs can be found here:

v0.115.0:

- <https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.115.0>
- <https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.115.0>

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

### 🛑 Breaking changes 🛑

- `otelcol`: Change all logged timestamps to ISO8601. ([#10543](https://github.com/open-telemetry/opentelemetry-collector/pull/10543))
This makes log timestamps human-readable (as opposed to epoch seconds in
scientific notation), but may break users trying to parse logged lines in the
old format.
- `k8sattributesprocessor`: Move k8sattr.fieldExtractConfigRegex.disallow feature gate to Beta. ([#25128](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/25128))
Disable the k8sattr.fieldExtractConfigRegex.disallow feature gate to get the old behavior.

### 💡 Enhancements 💡

- `statsdreceiver`: Adapt statsd receiver example config to remove filtering of histogram metrics (#385)
- `tailsamplingprocessor`: Adds decision cache for non-sampled trace IDs ([#31583](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/31583))

### 🧰 Bug fixes 🧰

- `service`: ensure OTLP emitted logs respect severity ([#11718](https://github.com/open-telemetry/opentelemetry-collector/pull/11718))
- `processor/k8sattribute`: fixes parsing of k8s image names to support images with tags and digests. ([#36131](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36131))

---

</details>

#### Dynatrace distribution changelog:

### 💡 Enhancements 💡

- `statsdreceiver`: Adapt statsd receiver example config to remove filtering of histogram metrics (#385)


## v0.19.0

This release includes version 0.114.0 of the upstream Collector components.
Expand Down
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.19.0
version: 0.20.0

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

0 comments on commit 5f6455b

Please sign in to comment.