Skip to content

Commit d458cf8

Browse files
aws-application-signals-botgithub-actions
andauthored
Post release 0.11.0: Update version to 0.11.0.dev0 (#457)
This PR prepares the main branch for the next development cycle by updating the version to 0.11.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.11.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]>
1 parent e8761f5 commit d458cf8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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.10.1"
98+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.11.0"
9999
severity: 'CRITICAL,HIGH'
100100
logout: 'false'
101101

@@ -104,7 +104,7 @@ jobs:
104104
id: low_scan
105105
uses: ./.github/actions/image_scan
106106
with:
107-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.10.1"
107+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.11.0"
108108
severity: 'MEDIUM,LOW,UNKNOWN'
109109
logout: 'false'
110110

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.10.1.dev0"
4+
__version__ = "0.11.0.dev0"

0 commit comments

Comments
 (0)