Skip to content

Commit ec01b51

Browse files
odubajDTarminru
andauthored
[chore] prepare release 0.28.1 (#547)
Signed-off-by: odubajDT <[email protected]> Co-authored-by: Armin Ruech <[email protected]>
1 parent a67a460 commit ec01b51

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
<!-- next version -->
66

7-
## v0.28.0
7+
## v0.28.1
88

9-
This release includes version v0.124.0 of the upstream Collector components.
9+
This release includes versions v0.124.0 and v0.124.1 of the upstream Collector components.
1010

1111
The individual upstream Collector changelogs can be found here:
1212

@@ -15,6 +15,10 @@ v0.124.0:
1515
- <https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.124.0>
1616
- <https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.124.0>
1717

18+
v0.124.1:
19+
20+
- <https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.124.1>
21+
1822
### 🛑 Breaking changes 🛑
1923

2024
- `processor/transform`: Fix Basic Config style to properly handle `cache` access. ([#38926](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/38926))
@@ -48,6 +52,7 @@ v0.124.0:
4852
When using the `replace_all_patterns` with `key` and `optional` function on the replacement, the value was being replaced with the key. This change fixes that and now the key is replaced as intended.
4953
- `connector/spanmetrics`: This change proposes moving the start timestamp (and last seen timestamp) from the resourceMetrics level to the individual metrics level. This will ensure that each metric has its own accurate start and last seen timestamps, regardless of its relationship to other spans. ([#35994](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/35994))
5054
- `receiver/kubeletstats`: support user defined CA path for service account using the configtls option `ca_file` ([#39291](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/39291))
55+
- `receiver/filelog`: Remove printing to console the names of files which are read by File Log receiver ([#39414](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/39414))
5156

5257
---
5358

manifest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dist:
33
name: dynatrace-otel-collector
44
description: Dynatrace distribution of the OpenTelemetry Collector
55
output_path: ./build
6-
version: 0.28.0
6+
version: 0.28.1
77

88
receivers:
99
- gomod: go.opentelemetry.io/collector/receiver/otlpreceiver v0.124.0

0 commit comments

Comments
 (0)