Skip to content

Commit

Permalink
Merge pull request #200 from marklogic/10.0-develop
Browse files Browse the repository at this point in the history
Code changes commit to remove Managed ENI Urllib3 and Certifi Security Vulnerability
  • Loading branch information
sumanthravipati authored Jul 30, 2024
2 parents 3baa2c7 + a6a8bf5 commit f17c973
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: 10.0-11
version: 10.0-11.0.1
binary: MarkLogic-10.0-11.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: '10.0-11'
base: '10.0-11.0.1'
LicenseRegion2AMI:
us-east-1:
Enterprise: ami-0718d7aafb857665e
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: 10.0-11
version: 10.0-11.0.1
binary: MarkLogic-10.0-11.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: '10.0-11'
base: '10.0-11.0.1'
LicenseRegion2AMI:
us-east-1:
Enterprise: ami-0718d7aafb857665e
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: 10.0-11
version: 10.0-11.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: 10.0-11
version: 10.0-11.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: 10.0-11
version: 10.0-11.0.1
AWS::CloudFormation::Interface:
ParameterGroups:
- Label:
Expand Down

0 comments on commit f17c973

Please sign in to comment.