diff --git a/.chloggen/adapt-statsd-tests.yaml b/.chloggen/adapt-statsd-tests.yaml deleted file mode 100644 index ba08f716..00000000 --- a/.chloggen/adapt-statsd-tests.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Use this changelog template to create an entry for release notes. - -# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' -change_type: enhancement - -# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver) -component: statsdreceiver - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Adapt statsd receiver example config to remove filtering of histogram metrics - -# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists. -issues: [385] - -# (Optional) One or more lines of additional information to render under the primary note. -# These lines will be padded with 2 spaces and then inserted directly into the document. -# Use pipe (|) for multiline entries. -subtext: diff --git a/CHANGELOG.md b/CHANGELOG.md index 02955c51..744ff5d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,50 @@ +## 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: + +- +- + +
+Highlights from the upstream Collector changelog + +### 🛑 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)) + +--- + +
+ +#### 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. diff --git a/manifest.yaml b/manifest.yaml index d993ac5e..49f0a6b9 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -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