Skip to content

Commit

Permalink
Post release 0.1.0: Update version to 0.1.0.dev0 (#162)
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.1.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.1.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[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
3 people authored Apr 15, 2024
1 parent f9881ca commit c9b7342
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0.1"
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.1.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.0.1"
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.1.0"
severity: 'MEDIUM,LOW,UNKNOWN'

- name: Configure AWS Credentials for emitting metrics
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
image_uri_with_tag: "adot-autoinstrumentation-python:test"
push_image: false
load_image: false
load_image: true
python_version: "3.10"
package_name: aws-opentelemetry-distro
os: ubuntu-latest
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.0.1.dev0"
__version__ = "0.1.0.dev0"

0 comments on commit c9b7342

Please sign in to comment.