Skip to content

Commit 5cdb6d7

Browse files
authored
Post release 0.17.0: Update version to 0.17.0.dev0 (#728)
This PR prepares the main branch for the next development cycle by updating the version to 0.17.0.dev0 and updating the image version to be scanned to the latest released. This PR should only be merge when release for version v0.17.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.
2 parents d9bbe80 + 129c7f9 commit 5cdb6d7

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/daily-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
id: high_scan
9696
uses: ./.github/actions/image_scan
9797
with:
98-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.16.0"
98+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.17.0"
9999
severity: 'CRITICAL,HIGH'
100100
logout: 'false'
101101
trivyignore-file: .github/trivy/daily-scan.trivyignore.yaml
@@ -105,7 +105,7 @@ jobs:
105105
id: low_scan
106106
uses: ./.github/actions/image_scan
107107
with:
108-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.16.0"
108+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.17.0"
109109
severity: 'MEDIUM,LOW,UNKNOWN'
110110
logout: 'false'
111111
trivyignore-file: .github/trivy/daily-scan.trivyignore.yaml

CHANGELOG.md

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

1313
## Unreleased
1414

15+
## v0.17.0 - 2026-04-08
16+
1517
- feat: support environment-configured endpoint visibility for HTTP operation names
1618
([#718](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/718))
1719
- fix(lambda-layer): Disable all agentic instrumentation in Lambda by default
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
__version__ = "0.16.0.dev0"
4+
__version__ = "0.17.0.dev0"

0 commit comments

Comments
 (0)