Skip to content

Commit 46065fb

Browse files
aws-application-signals-botgithub-actionsezhang6811
authored
Post release 1.9.0: Update version to 1.9.0.dev0 (#236)
Co-authored-by: github-actions <[email protected]> Co-authored-by: Eric Zhang <[email protected]>
1 parent d4e983c commit 46065fb

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
@@ -70,15 +70,15 @@ jobs:
7070
id: high_scan
7171
uses: ./.github/actions/image_scan
7272
with:
73-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-dotnet:v1.8.0"
73+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-dotnet:v1.9.0"
7474
severity: 'CRITICAL,HIGH'
7575

7676
- name: Perform low image scan
7777
if: always()
7878
id: low_scan
7979
uses: ./.github/actions/image_scan
8080
with:
81-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-dotnet:v1.8.0"
81+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-dotnet:v1.9.0"
8282
severity: 'MEDIUM,LOW,UNKNOWN'
8383

8484
- name: Configure AWS Credentials for emitting metrics

build/Build.InstallationScripts.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
internal partial class Build : NukeBuild
99
{
1010
private readonly AbsolutePath installationScriptsFolder = RootDirectory / "bin" / "InstallationScripts";
11-
private readonly string version = "1.8.0.dev0";
11+
private readonly string version = "1.9.0.dev0";
1212

1313
public Target BuildInstallationScripts => _ => _
1414
.After(this.Clean)

src/AWS.Distro.OpenTelemetry.AutoInstrumentation/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ namespace AWS.Distro.OpenTelemetry.AutoInstrumentation;
55

66
static class Version
77
{
8-
public static string version = "1.8.0.dev0";
8+
public static string version = "1.9.0.dev0";
99
}

0 commit comments

Comments
 (0)