diff --git a/cfn-templates/cid-cfn.yml b/cfn-templates/cid-cfn.yml index 8c92737c..a4064efa 100644 --- a/cfn-templates/cid-cfn.yml +++ b/cfn-templates/cid-cfn.yml @@ -1,6 +1,6 @@ # https://github.com/aws-samples/aws-cudos-framework-deployment/blob/main/cfn-templates/cid-cfn.yml AWSTemplateFormatVersion: '2010-09-09' -Description: Deployment of Cloud Intelligence Dashboards v4.3.7 - AWS Solution SO9011 +Description: Deployment of Cloud Intelligence Dashboards v4.3.8 - AWS Solution SO9011 Metadata: AWS::CloudFormation::Interface: ParameterGroups: @@ -2075,7 +2075,7 @@ Resources: SourceBucket: !Ref ReferenceAssetsBucket DestinationBucket: !Ref LocalAssetsBucket Keys: - - 'cid-resource-lambda-layer/cid-4.3.7.zip' #replace version here if needed + - 'cid-resource-lambda-layer/cid-4.3.8.zip' #replace version here if needed CidResourceLambdaLayer: Type: AWS::Lambda::LayerVersion @@ -2090,7 +2090,7 @@ Resources: - LambdaLayerBucketPrefixIsManaged - !FindInMap [RegionMap, !Ref 'AWS::Region', BucketName] - !Sub '${LambdaLayerBucketPrefix}-${AWS::Region}' # Region added for backward compatibility - S3Key: 'cid-resource-lambda-layer/cid-4.3.7.zip' #replace version here if needed + S3Key: 'cid-resource-lambda-layer/cid-4.3.8.zip' #replace version here if needed CompatibleRuntimes: - python3.10 - python3.11 diff --git a/cid/_version.py b/cid/_version.py index 2a7a22af..4d64ebbd 100644 --- a/cid/_version.py +++ b/cid/_version.py @@ -1,2 +1,2 @@ -__version__ = '4.3.7' +__version__ = '4.3.8'