Skip to content

Commit b9c4432

Browse files
authored
bump release (#1414)
1 parent f4a3e96 commit b9c4432

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.7 - AWS Solution SO9011
3+
Description: Deployment of Cloud Intelligence Dashboards v4.4.8 - AWS Solution SO9011
44
Metadata:
55
AWS::CloudFormation::Interface:
66
ParameterGroups:
@@ -2115,7 +2115,7 @@ Resources:
21152115
SourceBucket: !Ref ReferenceAssetsBucket
21162116
DestinationBucket: !Ref LocalAssetsBucket
21172117
Keys:
2118-
- 'cid-resource-lambda-layer/cid-4.4.7.zip' #replace version here if needed
2118+
- 'cid-resource-lambda-layer/cid-4.4.8.zip' #replace version here if needed
21192119

21202120
CidResourceLambdaLayer:
21212121
Type: AWS::Lambda::LayerVersion
@@ -2130,7 +2130,7 @@ Resources:
21302130
- LambdaLayerBucketPrefixIsManaged
21312131
- !FindInMap [RegionMap, !Ref 'AWS::Region', BucketName]
21322132
- !Sub '${LambdaLayerBucketPrefix}-${AWS::Region}' # Region added for backward compatibility
2133-
S3Key: 'cid-resource-lambda-layer/cid-4.4.7.zip' #replace version here if needed
2133+
S3Key: 'cid-resource-lambda-layer/cid-4.4.8.zip' #replace version here if needed
21342134
CompatibleRuntimes:
21352135
- python3.10
21362136
- 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.7'
1+
__version__ = '4.4.8'
22

0 commit comments

Comments
 (0)