Skip to content

Commit 05ad879

Browse files
authored
Merge branch 'main' into emf-exporter
2 parents 8923525 + 2bde6be commit 05ad879

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
- Add CloudWatch EMF metrics exporter with auto instrumentation configuration

0 commit comments

Comments
 (0)