Skip to content

Commit

Permalink
Release/3.4.1 (#224)
Browse files Browse the repository at this point in the history
* fix: removing duplicate account id column from RDS DB cluster table

* release 3.4.1
  • Loading branch information
juchavw authored Oct 17, 2024
1 parent b01223d commit 5d22dde
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 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.4.0
Description: CID Data Collection Stack v3.4.1
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.4.0
Description: CID Data Collection - All-in-One for Management Account v3.4.1
Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
Expand Down Expand Up @@ -204,7 +204,7 @@ Resources:
DataCollectorOrgAccountModulesReadStackSet:
Type: AWS::CloudFormation::StackSet
Properties:
Description: "StackSet in charge of deploying read roles across organization accounts v3.4.0"
Description: "StackSet in charge of deploying read roles across organization accounts v3.4.1"
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.4.0
Description: CID Data Collection - Role for Linked Account v3.4.1
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.4.0
Description: CID Data Collection - Role for Management Account v3.4.1
Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
Expand Down
4 changes: 1 addition & 3 deletions data-collection/deploy/module-inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,6 @@ Mappings:
Type: string
- Name: kmskeyid
Type: string
- Name: accountid
Type: string
- Name: collection_date
Type: string
- Name: region
Expand All @@ -321,7 +319,7 @@ Mappings:
UPDATED_BY_CRAWLER: !Sub ${ResourcePrefix}inventory-RdsDbClusters-Crawler
SerdeInfo:
Parameters:
paths: readreplicaidentifiers,capacity,charactersetname,preferredbackupwindow,copytagstosnapshot,activitystreamkinesisstreamname,multiaz,backtrackwindow,earliestrestorabletime,engine,earliestbacktracktime,httpendpointenabled,payer_id,percentprogress,day,dbclusterparametergroup,hostedzoneid,status,associatedroles,dbclusteridentifier,backtrackconsumedchangerecords,iamdatabaseauthenticationenabled,serverlessv2scalingconfiguration,customendpoints,port,activitystreamkmskeyid,masterusername,dbclusterresourceid,clustercreatetime,vpcsecuritygroups,dbsubnetgroup,latestrestorabletime,availabilityzones,dbclusteroptiongroupmemberships,replicationsourceidentifier,year,deletionprotection,endpoint,preferredmaintenancewindow,readerendpoint,accountid,enabledcloudwatchlogsexports,scalingconfigurationinfo,storageencrypted,enginemode,databasename,activitystreammode,month,crossaccountclone,dbclusterarn,activitystreamstatus,allocatedstorage,engineversion,backupretentionperiod,clonegroupid,dbclustermembers,kmskeyid,accountid,collection_date,region
paths: readreplicaidentifiers,capacity,charactersetname,preferredbackupwindow,copytagstosnapshot,activitystreamkinesisstreamname,multiaz,backtrackwindow,earliestrestorabletime,engine,earliestbacktracktime,httpendpointenabled,payer_id,percentprogress,day,dbclusterparametergroup,hostedzoneid,status,associatedroles,dbclusteridentifier,backtrackconsumedchangerecords,iamdatabaseauthenticationenabled,serverlessv2scalingconfiguration,customendpoints,port,activitystreamkmskeyid,masterusername,dbclusterresourceid,clustercreatetime,vpcsecuritygroups,dbsubnetgroup,latestrestorabletime,availabilityzones,dbclusteroptiongroupmemberships,replicationsourceidentifier,year,deletionprotection,endpoint,preferredmaintenancewindow,readerendpoint,accountid,enabledcloudwatchlogsexports,scalingconfigurationinfo,storageencrypted,enginemode,databasename,activitystreammode,month,crossaccountclone,dbclusterarn,activitystreamstatus,allocatedstorage,engineversion,backupretentionperiod,clonegroupid,dbclustermembers,kmskeyid,collection_date,region
SerializationLibrary: org.openx.data.jsonserde.JsonSerDe

RdsDbInstances:
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.4.0"
"version": "3.4.1"
}

0 comments on commit 5d22dde

Please sign in to comment.