Skip to content

Commit c9b7342

Browse files
srprashgithub-actions[bot]github-actions
authored
Post release 0.1.0: Update version to 0.1.0.dev0 (#162)
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 <[email protected]>
1 parent f9881ca commit c9b7342

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/daily_scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ jobs:
8282
id: high_scan
8383
uses: ./.github/actions/image_scan
8484
with:
85-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.0.1"
85+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.1.0"
8686
severity: 'CRITICAL,HIGH'
8787

8888
- name: Perform low image scan
8989
if: always()
9090
id: low_scan
9191
uses: ./.github/actions/image_scan
9292
with:
93-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.0.1"
93+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.1.0"
9494
severity: 'MEDIUM,LOW,UNKNOWN'
9595

9696
- name: Configure AWS Credentials for emitting metrics

.github/workflows/release_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
image_uri_with_tag: "adot-autoinstrumentation-python:test"
3434
push_image: false
35-
load_image: false
35+
load_image: true
3636
python_version: "3.10"
3737
package_name: aws-opentelemetry-distro
3838
os: ubuntu-latest
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
__version__ = "0.0.1.dev0"
4+
__version__ = "0.1.0.dev0"

0 commit comments

Comments
 (0)