Skip to content

Commit

Permalink
Post release 0.4.0: Update version to 0.4.0.dev0 (#248)
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.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 <[email protected]>
Co-authored-by: Harry <[email protected]>
  • Loading branch information
3 people authored Sep 3, 2024
1 parent f2b642e commit 51419cf
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.3.0"
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.4.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.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
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.3.0.dev0"
__version__ = "0.4.0.dev0"

0 comments on commit 51419cf

Please sign in to comment.