Skip to content

Commit d99a778

Browse files
committed
release 4.4.15
1 parent ec4179e commit d99a778

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.14 - AWS Solution SO9011
3+
Description: Deployment of Cloud Intelligence Dashboards v4.4.15 - AWS Solution SO9011
44
Metadata:
55
AWS::CloudFormation::Interface:
66
ParameterGroups:
@@ -2117,7 +2117,7 @@ Resources:
21172117
SourceBucket: !Ref ReferenceAssetsBucket
21182118
DestinationBucket: !Ref LocalAssetsBucket
21192119
Keys:
2120-
- 'cid-resource-lambda-layer/cid-4.4.14.zip' #replace version here if needed
2120+
- 'cid-resource-lambda-layer/cid-4.4.15.zip' #replace version here if needed
21212121

21222122
CidResourceLambdaLayer:
21232123
Type: AWS::Lambda::LayerVersion
@@ -2132,7 +2132,7 @@ Resources:
21322132
- LambdaLayerBucketPrefixIsManaged
21332133
- !FindInMap [RegionMap, !Ref 'AWS::Region', BucketName]
21342134
- !Sub '${LambdaLayerBucketPrefix}-${AWS::Region}' # Region added for backward compatibility
2135-
S3Key: 'cid-resource-lambda-layer/cid-4.4.14.zip' #replace version here if needed
2135+
S3Key: 'cid-resource-lambda-layer/cid-4.4.15.zip' #replace version here if needed
21362136
CompatibleRuntimes:
21372137
- python3.10
21382138
- python3.11

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.14'
1+
__version__ = '4.4.15'
22

0 commit comments

Comments
 (0)