Skip to content

Commit

Permalink
release 3.6.0 (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws authored Jan 13, 2025
1 parent 54ae36c commit 98c300e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data-collection/deploy/deploy-data-collection.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: CID Data Collection Stack v3.5.0
Description: CID Data Collection Stack v3.6.0
Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
Expand Down
4 changes: 2 additions & 2 deletions data-collection/deploy/deploy-data-read-permissions.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: "2010-09-09"
Description: CID Data Collection - All-in-One for Management Account v3.5.0
Description: CID Data Collection - All-in-One for Management Account v3.6.0
Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
Expand Down Expand Up @@ -214,7 +214,7 @@ Resources:
DataCollectorOrgAccountModulesReadStackSet:
Type: AWS::CloudFormation::StackSet
Properties:
Description: "StackSet in charge of deploying read roles across organization accounts v3.5.0"
Description: "StackSet in charge of deploying read roles across organization accounts v3.6.0"
PermissionModel: SERVICE_MANAGED
AutoDeployment:
Enabled: true
Expand Down
2 changes: 1 addition & 1 deletion data-collection/deploy/deploy-in-linked-account.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: CID Data Collection - Role for Linked Account v3.5.0
Description: CID Data Collection - Role for Linked Account v3.6.0
Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
Expand Down
2 changes: 1 addition & 1 deletion data-collection/deploy/deploy-in-management-account.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: CID Data Collection - Role for Management Account v3.5.0
Description: CID Data Collection - Role for Management Account v3.6.0
Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
Expand Down
2 changes: 1 addition & 1 deletion data-collection/utils/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "3.5.0"
"version": "3.6.0"
}

0 comments on commit 98c300e

Please sign in to comment.