Skip to content

Commit 0c6a504

Browse files
aws-application-signals-botgithub-actionswangzleimajanjua-amzn
authored
Post release 2.25.1: Update version to 2.25.1-SNAPSHOT (#1337)
This PR prepares the main branch for the next development cycle by updating the version to 2.25.1-SNAPSHOT and updating the image version to be scanned to the latest released. This PR should only be merge when release for version v2.25.1 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 <github-actions@github.com> Co-authored-by: Lei Wang <66336933+wangzlei@users.noreply.github.com> Co-authored-by: Mahad Janjua <134644284+majanjua-amzn@users.noreply.github.com>
1 parent ef0a4be commit 0c6a504

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/daily-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
id: high_scan_v2
113113
uses: ./.github/actions/image_scan
114114
with:
115-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.25.0"
115+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.25.1"
116116
severity: 'CRITICAL,HIGH'
117117
logout: 'false'
118118
trivyignore-file: .github/trivy/daily-scan.trivyignore.yaml
@@ -122,7 +122,7 @@ jobs:
122122
id: low_scan_v2
123123
uses: ./.github/actions/image_scan
124124
with:
125-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.25.0"
125+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.25.1"
126126
severity: 'MEDIUM,LOW,UNKNOWN'
127127
logout: 'false'
128128
trivyignore-file: .github/trivy/daily-scan.trivyignore.yaml

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ If your change does not need a CHANGELOG entry, add the "skip changelog" label t
3131
- Upgrade jackson-bom to 2.21.1 to fix CVE GHSA-72hv-8253-57qq
3232
([#1334](https://github.com/aws-observability/aws-otel-java-instrumentation/pull/1334))
3333

34+
## v2.25.1 - 2026-03-11
35+
36+
- feat: Allow disabling of default anomaly condition
37+
([#1329](https://github.com/aws-observability/aws-otel-java-instrumentation/pull/1329))
38+
- Upgrade jackson-bom to 2.21.1 to fix CVE GHSA-72hv-8253-57qq
39+
([#1334](https://github.com/aws-observability/aws-otel-java-instrumentation/pull/1334))
40+
3441
## v2.23.0 - 2026-01-24
3542

3643
### Enhancements

version.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* permissions and limitations under the License.
1414
*/
1515

16-
val adotVersion = "2.25.0-SNAPSHOT"
16+
val adotVersion = "2.25.1-SNAPSHOT"
1717

1818
allprojects {
1919
if (!project.hasProperty("release.version")) {

0 commit comments

Comments
 (0)