Skip to content

Commit 972dec9

Browse files
aws-application-signals-botgithub-actionswangzleiliustve
authored
Post release 0.14.0: Update version to 0.14.0.dev0 (#550)
This PR prepares the main branch for the next development cycle by updating the version to 0.14.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.14.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: Lei Wang <[email protected]> Co-authored-by: Steve Liu <[email protected]>
1 parent 985be39 commit 972dec9

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/daily-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
id: high_scan
9494
uses: ./.github/actions/image_scan
9595
with:
96-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.12.1"
96+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.14.0"
9797
severity: 'CRITICAL,HIGH'
9898
logout: 'false'
9999

@@ -102,7 +102,7 @@ jobs:
102102
id: low_scan
103103
uses: ./.github/actions/image_scan
104104
with:
105-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.12.1"
105+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.14.0"
106106
severity: 'MEDIUM,LOW,UNKNOWN'
107107
logout: 'false'
108108

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ For any change that affects end users of this package, please add an entry under
1111
If your change does not need a CHANGELOG entry, add the "skip changelog" label to your PR.
1212

1313
## Unreleased
14+
- [PATCH] Add safety check for bedrock ConverseStream responses
15+
([#547](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/547))
1416
- Add Service and Environment dimensions to EMF metrics when Application Signals EMF export is enabled
1517
([#548](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/548))
18+
19+
## v0.14.0 - 2025-11-19
1620
- Add Resource and CFN Attributes for Bedrock AgentCore spans
1721
([#495](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/495))
1822
- Add botocore instrumentation extension for Bedrock AgentCore services with span attributes
@@ -25,6 +29,4 @@ If your change does not need a CHANGELOG entry, add the "skip changelog" label t
2529
([#522](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/522))
2630
- Support credentials provider name for BedrockAgentCore Identity
2731
([#534](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/534))
28-
- [PATCH] Add safety check for bedrock ConverseStream responses
29-
([#547](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/547))
3032

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.12.1.dev0"
4+
__version__ = "0.14.0.dev0"

0 commit comments

Comments
 (0)