Skip to content

Commit 33ab39b

Browse files
release 4.1.0
release 4.1.0
2 parents 8b44d05 + 73ec1a7 commit 33ab39b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cfn-templates/cid-cfn.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AWSTemplateFormatVersion: '2010-09-09'
2-
Description: Deployment of Cloud Intelligence Dashboards v4.0.12
2+
Description: Deployment of Cloud Intelligence Dashboards v4.1.0
33
Metadata:
44
AWS::CloudFormation::Interface:
55
ParameterGroups:
@@ -2052,7 +2052,7 @@ Resources:
20522052
SourceBucket: !Ref ReferenceAssetsBucket
20532053
DestinationBucket: !Ref LocalAssetsBucket
20542054
Keys:
2055-
- 'cid-resource-lambda-layer/cid-4.0.12.zip' #replace version here if needed
2055+
- 'cid-resource-lambda-layer/cid-4.1.0.zip' #replace version here if needed
20562056

20572057
CidResourceLambdaLayer:
20582058
Type: AWS::Lambda::LayerVersion
@@ -2067,7 +2067,7 @@ Resources:
20672067
- LambdaLayerBucketPrefixIsManaged
20682068
- !FindInMap [RegionMap, !Ref 'AWS::Region', BucketName]
20692069
- !Sub '${LambdaLayerBucketPrefix}-${AWS::Region}' # Region added for backward compatibility
2070-
S3Key: 'cid-resource-lambda-layer/cid-4.0.12.zip' #replace version here if needed
2070+
S3Key: 'cid-resource-lambda-layer/cid-4.1.0.zip' #replace version here if needed
20712071
CompatibleRuntimes:
20722072
- python3.10
20732073
- 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.0.12'
1+
__version__ = '4.1.0'
22

0 commit comments

Comments
 (0)