Skip to content

Commit 2cd7fce

Browse files
author
github-actions
committed
Prepare main for next development cycle: Update version to 0.17.0.dev0
1 parent 20e223e commit 2cd7fce

2 files changed

Lines changed: 3 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
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.17.0"
4+
__version__ = "0.17.0.dev0"

0 commit comments

Comments
 (0)