-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make published Docker images multi-platform, add linux/arm64 pl…
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,13 +42,20 @@ See the <<upgrade-to-v4>> guide. | |
[float] | ||
===== Features | ||
* Make published `docker.elastic.co/observability/apm-agent-nodejs` Docker | ||
images multi-platform, with support for `linux/amd64,linux/arm64` for now. | ||
This is necessary for users of the Elastic APM Attacher for Kubernetes, | ||
when deploying to k8s nodes that are ARM64 (e.g. Gravitron on AWS). | ||
({issues}4038[#4038]) | ||
[float] | ||
===== Bug fixes | ||
* Fix instrumentation for recent `@aws-sdk/client-*` releases that use | ||
`@smithy/smithy-client` v3. (For example `@aws-sdk/[email protected]` released | ||
2024-05-13 updated to smithy-client v3.) Before this change the APM agent had | ||
been limiting patching of `@smithy/smithy-client` to `>=1 <3`. | ||
({pull}4036[#4036]) | ||
* Mark the published AWS Lambda layers as supporting the "nodejs20.x" Lambda | ||
Runtime (`--compatible-runtimes`). The "nodejs20.x" runtime was released by | ||
|