Skip to content

Commit b8b25f7

Browse files
authored
Merge pull request #2916 from aws-observability/prepare-release-v0.42.0
[release/v0.42.x] Prepare release v0.42.0
2 parents af32fe6 + d30a4b3 commit b8b25f7

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.41.1
1+
v0.42.0

docs/releases/v0.42.0.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## [v0.42.0](https://github.com/aws-observability/aws-otel-collector/tree/v0.42.0) (2024-12-17)
4+
5+
[Full Changelog](https://github.com/aws-observability/aws-otel-collector/compare/v0.41.1...v0.42.0)
6+
7+
**Merged pull requests:**
8+
9+
- \[chore\] Bump OTel Collector and collector contrib v0.115.0, Removed logging exporter and ballast extension [\#2915](https://github.com/aws-observability/aws-otel-collector/pull/2915) ([vasireddy99](https://github.com/vasireddy99))
10+
11+
**Breaking Changes:**
12+
13+
- The `memory_ballast` extension was removed upstream and ADOT Collector in favor of the `GOMEMLIMIT` environment variable, See the [Go documentation](https://pkg.go.dev/runtime#hdr-Environment_Variables) for more information about `GOMEMLIMIT`'s usage.
14+
15+
- The `logging` exporter has been removed upstream in favor of the `debug` exporter. This release removes the logging exporter. See [#11337](https://github.com/open-telemetry/opentelemetry-collector/issues/11337) to migrate to the debug exporter.
16+
17+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

tools/packaging/windows/aws-otel-collector.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Product Id="EBBD8548-75D1-41D3-A402-ABE189F0C167"
44
UpgradeCode="B7C263DD-95A5-436A-A025-DCA5200C2BE3"
55
Name="ADOT Collector"
6-
Version="0.41.1"
6+
Version="0.42.0"
77
Codepage='1252'
88
Manufacturer="Amazon.com, Inc."
99
Language="1033">

0 commit comments

Comments
 (0)