From 51419cfe58bc242026147a89b2d91175f91c3d4e Mon Sep 17 00:00:00 2001 From: aws-application-signals-bot <167233089+aws-application-signals-bot@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:39:08 -0700 Subject: [PATCH] Post release 0.4.0: Update version to 0.4.0.dev0 (#248) This PR prepares the main branch for the next development cycle by updating the version to 0.4.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.4.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 Co-authored-by: Harry --- .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 0d96ffdac..e58fbf967 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.3.0" + image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.4.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.3.0" + image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.4.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 8a1f90186..e29a3540c 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.3.0.dev0" +__version__ = "0.4.0.dev0"