Skip to content

Commit ff15b3e

Browse files
committed
Bumping up awso version to v2.9.0
1 parent ee5e0ba commit ff15b3e

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

aws-observability/scripts/AWSOAutoSetupScript/DeployAWSOPosix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ then
5151
AWS_REGION=us-east-1;
5252
fi
5353

54-
masterTemplateURL="https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.8.0/sumologic_observability.master.template.yaml"
54+
masterTemplateURL="https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.9.0/sumologic_observability.master.template.yaml"
5555

5656
#identify sumo deployment associated with sumo accessId and accessKey
5757
export apiUrl="https://api.sumologic.com"

aws-observability/scripts/AWSOAutoSetupScript/DeployAWSOPosixTest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ then
5151
AWS_REGION=us-east-1;
5252
fi
5353

54-
masterTemplateURL="https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.8.0/sumologic_observability.master.template.yaml"
54+
masterTemplateURL="https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.9.0/sumologic_observability.master.template.yaml"
5555

5656
#identify sumo deployment associated with sumo accessId and accessKey
5757
export apiUrl="https://api.sumologic.com"

aws-observability/scripts/AWSOAutoSetupScript/DeployAWSOWin.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $now=Get-Date
4141
echo "AWS Observability Script initiated at : $now"
4242

4343
#identify sumo deployment associated with sumo accessId and accessKey
44-
$masterTemplateURL="https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.8.0/sumologic_observability.master.template.yaml"
44+
$masterTemplateURL="https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.9.0/sumologic_observability.master.template.yaml"
4545
$apiUrl="https://api.sumologic.com"
4646
$deployment="us1"
4747
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

aws-observability/scripts/AWSOAutoSetupScript/DeployAWSOWinTest.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $now=Get-Date
4141
echo "AWS Observability Script initiated at : $now"
4242

4343
#identify sumo deployment associated with sumo accessId and accessKey
44-
$masterTemplateURL="https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.8.0/sumologic_observability.master.template.yaml"
44+
$masterTemplateURL="https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.9.0/sumologic_observability.master.template.yaml"
4545
$apiUrl="https://api.sumologic.com"
4646
$deployment="us1"
4747
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

aws-observability/scripts/DeployTemplate/DeployTemplate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export parameters_path=parameters-${ENV_NAME}.json
1919

2020
# Downloading the template to local for use. Remove if the template with same name if already present.
2121
rm sumologic_observability_template.yaml
22-
aws s3 cp s3://sumologic-appdev-aws-sam-apps/aws-observability-versions/v2.8.0/sumologic_observability.master.template.yaml sumologic_observability_template.yaml
22+
aws s3 cp s3://sumologic-appdev-aws-sam-apps/aws-observability-versions/v2.9.0/sumologic_observability.master.template.yaml sumologic_observability_template.yaml
2323

2424
# Deploy the template. If the Stack name already exist, stack will be updated else created.
2525
aws cloudformation deploy --profile ${AWS_PROFILE} --region ${AWS_REGION} \

aws-observability/scripts/JsonToS3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo "Start S3 upload Script....."
55
export AWS_PROFILE="prod"
66

77
export bucket_name=sumologic-appdev-aws-sam-apps
8-
export version=v2.8.0
8+
export version=v2.9.0
99
export match_case="App"
1010

1111
if [[ ${AWS_PROFILE} == 'default' ]]

aws-observability/scripts/TestTemplate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
export folder_name=rootcause
4-
export template_version="v2.8.0"
4+
export template_version="v2.9.0"
55
export template_bucket="sumologic-appdev-aws-sam-apps"
66
export lambda_arn="arn:aws:lambda:ap-south-1:668508221233:function:LambdaFucntion-LambdaHelper-1C1GGLRYPWBB0"
77

aws-observability/sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ APPS_TEMPLATES_DIR=./apps
66
APPS_JSON_DIR=./json
77

88
# Bucket name
9-
CF_VERSION=v2.8.0
9+
CF_VERSION=v2.9.0
1010
BUCKET_REGION=us-east-1
1111
BUCKET=sumologic-appdev-aws-sam-apps
1212
S3_KEY_PREFIX=aws-observability-versions/${CF_VERSION}

aws-observability/templates/sumologic_observability.mp.test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AWSTemplateFormatVersion: '2010-09-09'
2-
Description: "Version - v2.8.0. Note: Before deploying this template, please select the appropriate region. This CloudFormation template will automate the setup of the AWS Observability Solution. For more information on each parameter, please see the AWS Observability Setup Guide: https://help.sumologic.com/Observability_Solution/AWS_Observability_Solution/01_Deploy_and_Use_AWS_Observability/05_Deploy_AWS_Observability"
2+
Description: "Version - v2.9.0. Note: Before deploying this template, please select the appropriate region. This CloudFormation template will automate the setup of the AWS Observability Solution. For more information on each parameter, please see the AWS Observability Setup Guide: https://help.sumologic.com/Observability_Solution/AWS_Observability_Solution/01_Deploy_and_Use_AWS_Observability/05_Deploy_AWS_Observability"
33

44
Metadata:
55
'AWS::CloudFormation::Interface':
@@ -500,7 +500,7 @@ Mappings:
500500
CommonData:
501501
NestedTemplate:
502502
BucketName: "sumologic-appdev-aws-sam-apps"
503-
Version: "v2.8.0"
503+
Version: "v2.9.0"
504504
CollectorDetails:
505505
SumoLogicAccountID: 246946804217
506506
CollectorNamePrefix: "aws-observability"

aws-observability/templates/sumologic_observability.mp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AWSTemplateFormatVersion: '2010-09-09'
2-
Description: "Version - v2.8.0. Note: Before deploying this template, please select the appropriate region. This CloudFormation template will automate the setup of the AWS Observability Solution. For more information on each parameter, please see the AWS Observability Setup Guide: https://help.sumologic.com/Observability_Solution/AWS_Observability_Solution/01_Deploy_and_Use_AWS_Observability/05_Deploy_AWS_Observability"
2+
Description: "Version - v2.9.0. Note: Before deploying this template, please select the appropriate region. This CloudFormation template will automate the setup of the AWS Observability Solution. For more information on each parameter, please see the AWS Observability Setup Guide: https://help.sumologic.com/Observability_Solution/AWS_Observability_Solution/01_Deploy_and_Use_AWS_Observability/05_Deploy_AWS_Observability"
33

44
Metadata:
55
'AWS::CloudFormation::Interface':
@@ -498,7 +498,7 @@ Mappings:
498498
CommonData:
499499
NestedTemplate:
500500
BucketName: "sumologic-appdev-aws-sam-apps"
501-
Version: "v2.8.0"
501+
Version: "v2.9.0"
502502
CollectorDetails:
503503
SumoLogicAccountID: 926226587429
504504
CollectorNamePrefix: "aws-observability"

0 commit comments

Comments
 (0)