Skip to content

Commit eaa9084

Browse files
authored
chore: prepare nodejs release 1.17.2 (#36)
* chore: update changelog * chore: update layer data * chore: update sample app runtime * chore: update readme
1 parent 76b7868 commit eaa9084

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [nodejs-v1.17.2]
6+
7+
### Released 2024-07-24
8+
9+
### Changed
10+
11+
- refactor(node.js): converted es format file to cjs, update supported runtimes [#35]
12+
13+
[#35]: https://github.com/SumoLogic/sumologic-otel-lambda/pull/35
14+
[nodejs-v1.17.2]: https://github.com/SumoLogic/sumologic-otel-lambda/releases/tag/nodejs-v1.17.2
15+
516
## [java-v1.30.1]
617

718
### Released 2023-10-31

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Released `sumologic-otel-lambda` layers are available:
55

66
- Java wrapper layer contains OpenTelemetry Java `v1.30.1` and OpenTelemetry Collector `v0.87.0`. Please see list of [lambda layers](https://github.com/SumoLogic/sumologic-otel-lambda/blob/release-java-v1.30.1/java/README.md).
77

8-
- NodeJS layer contains OpenTelemetry JavaScript SDK `v1.17.1` and OpenTelemetry Collector `v0.`87.0. Please see list of [lambda layers](https://github.com/SumoLogic/sumologic-otel-lambda/blob/release-nodejs-v1.17.1/nodejs/README.md).
8+
- NodeJS layer contains OpenTelemetry JavaScript SDK `v1.17.1` and OpenTelemetry Collector `v0.`87.0. Please see list of [lambda layers](https://github.com/SumoLogic/sumologic-otel-lambda/blob/release-nodejs-v1.17.2/nodejs/README.md).
99

1010
- Python layer contains OpenTelemetry Python SDK `v1.20.0` with instrumentation `v0.41b0` and OpenTelemetry Collector `v0.87.0`. Please see list of [lambda layers](https://github.com/SumoLogic/sumologic-otel-lambda/blob/release-python-v1.20.0/python/README.md).
1111

nodejs/layer-data.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
OFFICIAL_LAYER_NAME=sumologic-otel-lambda-nodejs
44
ARCHITECTURE_AMD=x86_64
55
ARCHITECTURE_ARM=arm64
6-
RUNTIMES='nodejs14.x nodejs16.x nodejs18.x'
6+
RUNTIMES='nodejs16.x nodejs18.x nodejs20.x'
77
DESCRIPTION='Sumo Logic OTel Collector and NodeJS Lambda Layer https://github.com/SumoLogic/sumologic-otel-lambda/tree/main/nodejs'
88
LICENSE=Apache-2.0
9-
VERSION=v1-17-1
9+
VERSION=v1-17-2

nodejs/sample-apps/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Resources:
1616
Type: AWS::Serverless::Function
1717
Properties:
1818
Handler: index.handler
19-
Runtime: nodejs14.x
19+
Runtime: nodejs20.x
2020
CodeUri: ./sample_function
2121
Description: NodeJS sample application
2222
MemorySize: 512

0 commit comments

Comments
 (0)