From de63a81a6e87076d0ba0a769cf9bdfef18d8d32b Mon Sep 17 00:00:00 2001 From: aws-application-signals-bot <167233089+aws-application-signals-bot@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:33:59 -0700 Subject: [PATCH] Post release 0.6.0: Update version to 0.6.0.dev0 (#282) This PR prepares the main branch for the next development cycle by updating the version to 0.6.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.6.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: Michael He <53622546+yiyuan-he@users.noreply.github.com> Co-authored-by: Min Xia Co-authored-by: github-actions --- .github/workflows/daily_scan.yml | 4 ++-- .../src/amazon/opentelemetry/distro/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/daily_scan.yml b/.github/workflows/daily_scan.yml index 7e9a92756..3e5da2bcd 100644 --- a/.github/workflows/daily_scan.yml +++ b/.github/workflows/daily_scan.yml @@ -82,7 +82,7 @@ jobs: id: high_scan uses: ./.github/actions/image_scan with: - image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.5.0" + image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.6.0" severity: 'CRITICAL,HIGH' - name: Perform low image scan @@ -90,7 +90,7 @@ jobs: id: low_scan uses: ./.github/actions/image_scan with: - image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.5.0" + image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.6.0" severity: 'MEDIUM,LOW,UNKNOWN' - name: Configure AWS Credentials for emitting metrics diff --git a/aws-opentelemetry-distro/src/amazon/opentelemetry/distro/version.py b/aws-opentelemetry-distro/src/amazon/opentelemetry/distro/version.py index 77171f446..59258f37a 100644 --- a/aws-opentelemetry-distro/src/amazon/opentelemetry/distro/version.py +++ b/aws-opentelemetry-distro/src/amazon/opentelemetry/distro/version.py @@ -1,4 +1,4 @@ # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 -__version__ = "0.5.0.dev0" +__version__ = "0.6.0.dev0"