diff --git a/.chloggen/feat_int-test-syslog.yaml b/.chloggen/feat_int-test-syslog.yaml deleted file mode 100644 index 5b89d993..00000000 --- a/.chloggen/feat_int-test-syslog.yaml +++ /dev/null @@ -1,13 +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: 'examples' - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Added an example for using the syslog receiver, as well as integration tests for the added example. - -# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists. -issues: [136] \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 83dda5de..a03d58b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,45 @@ +## v0.8.0 + +This release includes version 0.103.0 of the upstream Collector components. + +The individual upstream Collector changelogs can be found here: + +v0.103.0: + +- +- + +
+Highlights from the upstream Collector changelog +
+ +### 🛑 Breaking changes 🛑 + +- `exporter/debug`: Disable sampling by default ([#9921](https://github.com/open-telemetry/opentelemetry-collector/issues/9921)). + To restore the behavior that was previously the default, set `sampling_thereafter` to `500`. + +### 🚩 Deprecations 🚩 ### + +- `healthcheckextension`: Remove incorrect logic behind `check_collector_pipeline` config ([#33469](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33469)). + This logic incorrectly set the pipeline to OK after waiting for enough callbacks from the + opencensus library to be called. As this was broken, I'm removing it to remove the dependency + on opencensus as well. Improvements will be available via healthcheckv2 extension. + + +### 🧰 Bug fixes 🧰 + +- `filelogreceiver`: Container parser should add k8s metadata as resource attributes and not as log record attributes ([#33341](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33341)) +- `prometheusreceiver`: Fall back to scrape config job/instance labels for aggregated metrics without instance/job labels ([#32555](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32555)) + +
+ +### 💡 Enhancements 💡 + +- `examples`: Added an example for using the syslog receiver, as well as integration tests for the added example. (#136) + ## v0.7.0 This release includes version 0.102.1 of the upstream Collector components. diff --git a/manifest.yaml b/manifest.yaml index 2ff4bafd..c8c00071 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.7.0 + version: 0.8.0 receivers: - gomod: go.opentelemetry.io/collector/receiver/otlpreceiver v0.103.0