From 3ab9300aebc4bf270372886652d412ac54b57f34 Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Wed, 4 Sep 2024 08:46:22 +0200 Subject: [PATCH] [chore] prepare release 0.13.0 --- .chloggen/add-redaction-processor.yaml | 18 ------------------ CHANGELOG.md | 22 ++++++++++++++++++++++ manifest.yaml | 2 +- 3 files changed, 23 insertions(+), 19 deletions(-) delete mode 100644 .chloggen/add-redaction-processor.yaml diff --git a/.chloggen/add-redaction-processor.yaml b/.chloggen/add-redaction-processor.yaml deleted file mode 100644 index a08a6fde..00000000 --- a/.chloggen/add-redaction-processor.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: new_component - -# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver) -component: redactionprocessor - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Added the redaction processor to the Dynatrace collector distro. - -# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists. -issues: [275] - -# (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 4eeedb22..eae5eb20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,28 @@ +## v0.13.0 + +This release includes version XX.YY.ZZ of the upstream Collector components. + +The individual upstream Collector changelogs can be found here: + +vXX.YY.ZZ: + +- +- + +
+Highlights from the upstream Collector changelog +
+- + +
+ +### 🚀 New components 🚀 + +- `redactionprocessor`: Added the redaction processor to the Dynatrace collector distro. (#275) + ## v0.12.0 This release includes version 0.107.0 of the upstream Collector components. diff --git a/manifest.yaml b/manifest.yaml index 2c0f9990..d92252ed 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.12.0 + version: 0.13.0 receivers: - gomod: go.opentelemetry.io/collector/receiver/otlpreceiver v0.108.1