Skip to content

Commit 012f663

Browse files
authored
Merge pull request #205 from SumoLogic/v290-s3m
Updating log-group-connector sam version to 1.0.12
2 parents 44a9eb4 + a84108d commit 012f663

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

aws-observability-terraform/source-module/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ module "cloudwatch_logs_lambda_log_forwarder_module" {
234234
}
235235

236236
auto_enable_logs_subscription = var.auto_enable_logs_subscription
237-
app_semantic_version = "1.0.11"
237+
app_semantic_version = "1.0.12"
238238
auto_enable_logs_subscription_options = {
239239
filter = var.auto_enable_logs_subscription_options.filter
240240
}
@@ -263,7 +263,7 @@ module "kinesis_firehose_for_logs_module" {
263263
}
264264

265265
auto_enable_logs_subscription = var.auto_enable_logs_subscription
266-
app_semantic_version = "1.0.11"
266+
app_semantic_version = "1.0.12"
267267
auto_enable_logs_subscription_options = {
268268
filter = var.auto_enable_logs_subscription_options.filter
269269
}

aws-observability/apps/autoenable/auto_enable.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Resources:
154154
Properties:
155155
Location:
156156
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-loggroup-connector
157-
SemanticVersion: 1.0.11
157+
SemanticVersion: 1.0.12
158158
Parameters:
159159
DestinationArnType: !Ref AutoSubscribeDestinationARNType
160160
DestinationArnValue: !Ref AutoSubscribeDestinationARN

aws-observability/apps/permissionchecker/permissioncheck.nested.template.test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ Resources:
672672
Properties:
673673
Location:
674674
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-loggroup-connector
675-
SemanticVersion: 1.0.11
675+
SemanticVersion: 1.0.12
676676
Parameters:
677677
DestinationArnType: "Lambda"
678678
DestinationArnValue: !GetAtt CloudWatchEventFunction.Outputs.SumoCWLogsLambdaArn

aws-observability/apps/permissionchecker/permissioncheck.nested.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ Resources:
670670
Properties:
671671
Location:
672672
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-loggroup-connector
673-
SemanticVersion: 1.0.11
673+
SemanticVersion: 1.0.12
674674
Parameters:
675675
DestinationArnType: "Lambda"
676676
DestinationArnValue: !GetAtt CloudWatchEventFunction.Outputs.SumoCWLogsLambdaArn

0 commit comments

Comments
 (0)