Skip to content

Commit

Permalink
Merge pull request #199 from marklogic/11.0-develop
Browse files Browse the repository at this point in the history
Code changes commit to remove Managed ENI Urllib3 and Certifi Security Vulnerabilities
  • Loading branch information
sumanthravipati authored Jul 30, 2024
2 parents 2923968 + 4e70183 commit b2dd739
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Binary file modified lambda/package/custom_resource_base.zip
100755 → 100644
Binary file not shown.
4 changes: 2 additions & 2 deletions mlcluster-vpc.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AWSTemplateFormatVersion: 2010-09-09
Description: Deploy a MarkLogic Cluster on AWS with a new VPC
Metadata:
version: 11.3.0
version: 11.3.0.1
binary: MarkLogic-11.3.0-rhel.x86_64.rpm
AWS::CloudFormation::Interface:
ParameterGroups:
Expand Down Expand Up @@ -694,7 +694,7 @@ Mappings:
TemplateUrl:
base: 'https://s3.amazonaws.com/marklogic-db-template-releases'
S3Directory:
base: '11.3.0'
base: '11.3.0.1'
LicenseRegion2AMI:
us-east-1:
Enterprise: ami-0b429720a9bf4ab97
Expand Down
4 changes: 2 additions & 2 deletions mlcluster.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AWSTemplateFormatVersion: 2010-09-09
Description: Deploy a MarkLogic Cluster on AWS in existing VPC (Virtual Private Cloud).
Metadata:
version: 11.3.0
version: 11.3.0.1
binary: MarkLogic-11.3.0-rhel.x86_64.rpm
AWS::CloudFormation::Interface:
ParameterGroups:
Expand Down Expand Up @@ -668,7 +668,7 @@ Mappings:
TemplateUrl:
base: 'https://s3.amazonaws.com/marklogic-db-template-releases'
S3Directory:
base: '11.3.0'
base: '11.3.0.1'
LicenseRegion2AMI:
us-east-1:
Enterprise: ami-0b429720a9bf4ab97
Expand Down
2 changes: 1 addition & 1 deletion templates/ml-managedeni.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AWSTemplateFormatVersion: 2010-09-09
Description: Launch Managed ENI for MarkLogic Cluster on AWS
Metadata:
version: 11.3.0
version: 11.3.0.1
AWS::CloudFormation::Interface:
ParameterGroups:
- Label:
Expand Down
2 changes: 1 addition & 1 deletion templates/ml-nodemanager.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AWSTemplateFormatVersion: 2010-09-09
Description: Launch Lambda function for MarkLogic Node Manager on AWS
Metadata:
version: 11.3.0
version: 11.3.0.1
AWS::CloudFormation::Interface:
ParameterGroups:
- Label:
Expand Down
2 changes: 1 addition & 1 deletion templates/ml-vpc.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AWSTemplateFormatVersion: 2010-09-09
Description: Create a VPC for MarkLogic cluster
Metadata:
version: 11.3.0
version: 11.3.0.1
AWS::CloudFormation::Interface:
ParameterGroups:
- Label:
Expand Down

0 comments on commit b2dd739

Please sign in to comment.