Skip to content

Commit

Permalink
Post release 0.7.0: Update version to 0.7.0.dev0 (#288)
Browse files Browse the repository at this point in the history
This PR prepares the main branch for the next development cycle by
updating the version to 0.7.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.7.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 <github-actions@github.com>
  • Loading branch information
aws-application-signals-bot and github-actions authored Nov 1, 2024
1 parent 13fb4dc commit fac2f0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ jobs:
id: high_scan
uses: ./.github/actions/image_scan
with:
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.6.0"
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.7.0"
severity: 'CRITICAL,HIGH'

- name: Perform low image scan
if: always()
id: low_scan
uses: ./.github/actions/image_scan
with:
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.6.0"
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.7.0"
severity: 'MEDIUM,LOW,UNKNOWN'

- name: Configure AWS Credentials for emitting metrics
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

__version__ = "0.6.0.dev0"
__version__ = "0.7.0.dev0"

0 comments on commit fac2f0e

Please sign in to comment.