File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/AWS.Distro.OpenTelemetry.AutoInstrumentation Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ jobs:
70
70
id : high_scan
71
71
uses : ./.github/actions/image_scan
72
72
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"
74
74
severity : ' CRITICAL,HIGH'
75
75
76
76
- name : Perform low image scan
77
77
if : always()
78
78
id : low_scan
79
79
uses : ./.github/actions/image_scan
80
80
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"
82
82
severity : ' MEDIUM,LOW,UNKNOWN'
83
83
84
84
- name : Configure AWS Credentials for emitting metrics
Original file line number Diff line number Diff line change 8
8
internal partial class Build : NukeBuild
9
9
{
10
10
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" ;
12
12
13
13
public Target BuildInstallationScripts => _ => _
14
14
. After ( this . Clean )
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ namespace AWS.Distro.OpenTelemetry.AutoInstrumentation;
5
5
6
6
static class Version
7
7
{
8
- public static string version = "1.8 .0.dev0" ;
8
+ public static string version = "1.9 .0.dev0" ;
9
9
}
You can’t perform that action at this time.
0 commit comments