Skip to content

Commit 9bdc2df

Browse files
committed
bump release version
1 parent 7a95c0c commit 9bdc2df

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

cfn-templates/cid-admin-policies.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,9 @@ Resources:
467467
Action:
468468
- s3:CreateBucket
469469
- s3:DeleteBucket
470+
- s3:DeleteBucketPolicy
470471
- s3:GetBucketLocation
472+
- s3:GetBucketPolicy
471473
- s3:GetObject
472474
- s3:ListBucket
473475
- s3:PutBucketAcl

cfn-templates/cid-cfn.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://github.com/aws-samples/aws-cudos-framework-deployment/blob/main/cfn-templates/cid-cfn.yml
22
AWSTemplateFormatVersion: '2010-09-09'
3-
Description: Deployment of Cloud Intelligence Dashboards v4.4.5 - AWS Solution SO9011
3+
Description: Deployment of Cloud Intelligence Dashboards v4.4.6 - AWS Solution SO9011
44
Metadata:
55
AWS::CloudFormation::Interface:
66
ParameterGroups:
@@ -2112,7 +2112,7 @@ Resources:
21122112
SourceBucket: !Ref ReferenceAssetsBucket
21132113
DestinationBucket: !Ref LocalAssetsBucket
21142114
Keys:
2115-
- 'cid-resource-lambda-layer/cid-4.4.5.zip' #replace version here if needed
2115+
- 'cid-resource-lambda-layer/cid-4.4.6.zip' #replace version here if needed
21162116

21172117
CidResourceLambdaLayer:
21182118
Type: AWS::Lambda::LayerVersion
@@ -2127,7 +2127,7 @@ Resources:
21272127
- LambdaLayerBucketPrefixIsManaged
21282128
- !FindInMap [RegionMap, !Ref 'AWS::Region', BucketName]
21292129
- !Sub '${LambdaLayerBucketPrefix}-${AWS::Region}' # Region added for backward compatibility
2130-
S3Key: 'cid-resource-lambda-layer/cid-4.4.5.zip' #replace version here if needed
2130+
S3Key: 'cid-resource-lambda-layer/cid-4.4.6.zip' #replace version here if needed
21312131
CompatibleRuntimes:
21322132
- python3.10
21332133
- python3.11

cfn-templates/tests/test_deploy_with_permissions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ def create_cid_as_finops(update):
268268
{"ParameterKey": 'DestinationAccountId', "ParameterValue": account_id},
269269
{"ParameterKey": 'ResourcePrefix', "ParameterValue": 'cid'},
270270
{"ParameterKey": 'ManageCUR2', "ParameterValue": 'yes'},
271+
{"ParameterKey": 'ManageFOCUS', "ParameterValue": 'yes'},
271272
{"ParameterKey": 'SourceAccountIds', "ParameterValue": account_id},
272273
],
273274
Capabilities=['CAPABILITY_IAM', 'CAPABILITY_NAMED_IAM'],

cid/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '4.4.5'
1+
__version__ = '4.4.6'
22

0 commit comments

Comments
 (0)