Skip to content

Commit 2bde6be

Browse files
aws-application-signals-botgithub-actionsezhang6811
authored
Post release 2.20.0: Update version to 2.20.0-SNAPSHOT (#1263)
This PR prepares the main branch for the next development cycle by updating the version to 2.20.0-SNAPSHOT and updating the image version to be scanned to the latest released. This PR should only be merge when release for version v2.20.0 is success. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Eric Zhang <[email protected]>
1 parent 01f02ca commit 2bde6be

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/daily-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
id: high_scan_v2
111111
uses: ./.github/actions/image_scan
112112
with:
113-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.11.5"
113+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.20.0"
114114
severity: 'CRITICAL,HIGH'
115115
logout: 'false'
116116

@@ -119,7 +119,7 @@ jobs:
119119
id: low_scan_v2
120120
uses: ./.github/actions/image_scan
121121
with:
122-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.11.5"
122+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.20.0"
123123
severity: 'MEDIUM,LOW,UNKNOWN'
124124
logout: 'false'
125125

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ If your change does not need a CHANGELOG entry, add the "skip changelog" label t
1313

1414
## Unreleased
1515

16+
## v2.20.0 - 2025-10-29
17+
1618
### Enhancements
1719

1820
- Support X-Ray Trace Id extraction from Lambda Context object, and respect user-configured OTEL_PROPAGATORS in AWS Lamdba instrumentation

0 commit comments

Comments
 (0)