Skip to content

Commit

Permalink
[chore] Prepare release v0.8.0 (#219)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <[email protected]>
  • Loading branch information
bacherfl authored Jun 24, 2024
1 parent 409c6b6 commit e11e06c
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .chloggen/feat_int-test-syslog.yaml

This file was deleted.

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

<!-- next version -->

## 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:

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

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

### 🛑 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))

</details>

### 💡 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.
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.7.0
version: 0.8.0

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

0 comments on commit e11e06c

Please sign in to comment.