Skip to content

Commit d30a4b3

Browse files
committed
Update version and release file
1 parent 7187476 commit d30a4b3

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

docs/releases/v0.42.0.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,14 @@
44

55
[Full Changelog](https://github.com/aws-observability/aws-otel-collector/compare/v0.41.1...v0.42.0)
66

7-
**Closed issues:**
8-
9-
- AWS Distro for OpenTelemetry EKS add-on for kubernetes 1.31? [\#2873](https://github.com/aws-observability/aws-otel-collector/issues/2873)
10-
117
**Merged pull requests:**
128

139
- \[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))
14-
- \[chore\]: fix incorrect AWS credentials extracfg field name [\#2909](https://github.com/aws-observability/aws-otel-collector/pull/2909) ([vasireddy99](https://github.com/vasireddy99))
15-
- fix: incorrect AWS credentials extracfg field name [\#2901](https://github.com/aws-observability/aws-otel-collector/pull/2901) ([danmrichards](https://github.com/danmrichards))
16-
- chore: Update GitHub Actions workflow to use Ubuntu 22.04 runner [\#2900](https://github.com/aws-observability/aws-otel-collector/pull/2900) ([vasireddy99](https://github.com/vasireddy99))
17-
- pin markdown lint in workflows to 3.12.2 [\#2896](https://github.com/aws-observability/aws-otel-collector/pull/2896) ([vasireddy99](https://github.com/vasireddy99))
18-
- Bump Upload/download artifacts to v4 [\#2895](https://github.com/aws-observability/aws-otel-collector/pull/2895) ([vasireddy99](https://github.com/vasireddy99))
19-
- Merge v0.41.1 changes [\#2879](https://github.com/aws-observability/aws-otel-collector/pull/2879) ([roystchiang](https://github.com/roystchiang))
20-
- Mirror kube-rbac image v0.18.1 [\#2871](https://github.com/aws-observability/aws-otel-collector/pull/2871) ([vasireddy99](https://github.com/vasireddy99))
21-
- make link to logging exporter permalink to last used release tag [\#2862](https://github.com/aws-observability/aws-otel-collector/pull/2862) ([Aneurysm9](https://github.com/Aneurysm9))
22-
- Prepare release v0.41.0 \(\#2860\) [\#2861](https://github.com/aws-observability/aws-otel-collector/pull/2861) ([Aneurysm9](https://github.com/Aneurysm9))
2310

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.
2414

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.
2516

2617
\* *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)