Skip to content

Commit

Permalink
Merge pull request #2861 from aws-observability/merge41x
Browse files Browse the repository at this point in the history
Prepare release v0.41.0 (#2860)
  • Loading branch information
Aneurysm9 authored Oct 3, 2024
2 parents 6efa05b + a08ea87 commit 5be0e4b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.40.2
v0.41.0
4 changes: 2 additions & 2 deletions cmd/awscollector/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ func main() {
log.Printf("found no extra config, skip it, err: %v", err)
}

// TODO : Remove after v0.41.0 release
// TODO : Remove after exporters are removed
log.Printf("attn: users of the `datadog`, `logzio`, `sapm`, `signalfx` exporter components. please refer to " +
"https://github.com/aws-observability/aws-otel-collector/issues/2734 in regards to an ADOT Collector v0.41.0 " +
"https://github.com/aws-observability/aws-otel-collector/issues/2734 in regards to an upcoming ADOT Collector " +
"breaking change")

logger.SetupErrorLogger()
Expand Down
16 changes: 16 additions & 0 deletions docs/releases/v0.41.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [v0.41.0](https://github.com/aws-observability/aws-otel-collector/tree/v0.41.0) (2024-10-03)

[Full Changelog](https://github.com/aws-observability/aws-otel-collector/compare/v0.40.2...v0.41.0)

* Updated OpenTelemetry Collector dependencies to `v1.15.0`/`v0.109.0`
* Updated OpenTelemetry Collector contrib dependencies to `v0.109.0`

_Note:_ The `memory_ballast` extension has been sunset upstream in favor of the `GOMEMLIMIT` environment variable. This release includes the `memory_ballast` extension from `v0.108.1` of the OpenTelemetry Collector. The extension will be removed entirely in a future release should it become incompatible with the OpenTelemetry Collector framework's current release. See the [Go documentation](https://pkg.go.dev/runtime#hdr-Environment_Variables) for more information about `GOMEMLIMIT`'s usage.

_Note:_ All listening receivers will now listen on `localhost` by default instead of `0.0.0.0`. This may break expectations in containerized environments like Kubernetes. If you depend on `0.0.0.0` disable the `component.UseLocalHostAsDefaultHost` feature gate or explicitly set the endpoint to `0.0.0.0`.

_Note:_ Expansion of BASH-style environment variables, such as `$FOO`, is no longer be supported. Use `${FOO}` or `${env:FOO}` instead.

_Note:_ The `logging` exporter has been deprecated upstream in favor of the `debug` exporter. If you are using the recommended `verbosity` configuration field the `debug` exporter can be substituted without further configuration changes.
2 changes: 1 addition & 1 deletion tools/packaging/windows/aws-otel-collector.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Product Id="EBBD8548-75D1-41D3-A402-ABE189F0C167"
UpgradeCode="B7C263DD-95A5-436A-A025-DCA5200C2BE3"
Name="ADOT Collector"
Version="0.40.2"
Version="0.41.0"
Codepage='1252'
Manufacturer="Amazon.com, Inc."
Language="1033">
Expand Down

0 comments on commit 5be0e4b

Please sign in to comment.