Skip to content

Commit 58e26f9

Browse files
authored
release 4.4.4 (#1383)
1 parent ccc04c9 commit 58e26f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cfn-templates/cid-cfn.yml

Lines changed: 2 additions & 2 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.3 - AWS Solution SO9011
3+
Description: Deployment of Cloud Intelligence Dashboards v4.4.4 - AWS Solution SO9011
44
Metadata:
55
AWS::CloudFormation::Interface:
66
ParameterGroups:
@@ -2075,7 +2075,7 @@ Resources:
20752075
SourceBucket: !Ref ReferenceAssetsBucket
20762076
DestinationBucket: !Ref LocalAssetsBucket
20772077
Keys:
2078-
- 'cid-resource-lambda-layer/cid-4.4.3.zip' #replace version here if needed
2078+
- 'cid-resource-lambda-layer/cid-4.4.4.zip' #replace version here if needed
20792079

20802080
CidResourceLambdaLayer:
20812081
Type: AWS::Lambda::LayerVersion

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.3'
1+
__version__ = '4.4.4'
22

0 commit comments

Comments
 (0)