Skip to content

Commit cc76529

Browse files
authored
Merge branch 'main' into main
2 parents 5768b7e + 972dec9 commit cc76529

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
@@ -13,8 +13,12 @@ If your change does not need a CHANGELOG entry, add the "skip changelog" label t
1313
## Unreleased
1414
- Disable django instrumentation if DJANGO_SETTINGS_MODULE is not set
1515
([#549](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/549))
16+
- [PATCH] Add safety check for bedrock ConverseStream responses
17+
([#547](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/547))
1618
- Add Service and Environment dimensions to EMF metrics when Application Signals EMF export is enabled
1719
([#548](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/548))
20+
21+
## v0.14.0 - 2025-11-19
1822
- Add Resource and CFN Attributes for Bedrock AgentCore spans
1923
([#495](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/495))
2024
- Add botocore instrumentation extension for Bedrock AgentCore services with span attributes
@@ -27,6 +31,4 @@ If your change does not need a CHANGELOG entry, add the "skip changelog" label t
2731
([#522](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/522))
2832
- Support credentials provider name for BedrockAgentCore Identity
2933
([#534](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/534))
30-
- [PATCH] Add safety check for bedrock ConverseStream responses
31-
([#547](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/547))
3234

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)