Skip to content

Commit a79ab77

Browse files
authored
chore(python): prepare python release 1.20.0 (#23)
* chore(python): update documentation and layer data * doc: fix md
1 parent f5fbbc1 commit a79ab77

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

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

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

5+
## [python-v1.20.0]
6+
7+
### Released 2023-10-30
8+
9+
### Changed
10+
11+
- chore(python): update collector and instrumentation to latest upstream version [#19]
12+
- chore(collector): deprecate `SUMOLOGIC_HTTP_TRACES_ENDPOINT_URL` in favor of `SUMO_OTLP_HTTP_ENDPOINT_URL`. [#19]
13+
14+
### Fixed
15+
16+
- chore(collector): fix `listenerAPI` available port association [#19]
17+
18+
[python-v1.20.0]: https://github.com/SumoLogic/sumologic-otel-lambda/releases/tag/python-v1.20.0
19+
520
## [nodejs-v1.17.1]
621

722
### Released 2023-10-30

README.md

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

88
- 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).
99

10-
- Python layer contains OpenTelemetry Python SDK `v1.17.0` with instrumentation `v0.38b0` and OpenTelemetry Collector `v0.75.0`. Please see list of [lambda layers](https://github.com/SumoLogic/sumologic-otel-lambda/blob/release-python-v1.17.0/python/README.md).
10+
- 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

1212
## Sample applications
1313

python/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-python
44
ARCHITECTURE_AMD=x86_64
55
ARCHITECTURE_ARM=arm64
6-
RUNTIMES='python3.7 python3.8 python3.9 python3.10'
6+
RUNTIMES='python3.7 python3.8 python3.9 python3.10 python3.11'
77
DESCRIPTION='Sumo Logic OTel Collector and Python Lambda Layer https://github.com/SumoLogic/sumologic-otel-lambda/tree/main/python'
88
LICENSE=Apache-2.0
9-
VERSION=v1-17-0
9+
VERSION=v1-20-0

0 commit comments

Comments
 (0)