Skip to content

Latest commit

 

History

History
77 lines (49 loc) · 3.01 KB

CHANGELOG.md

File metadata and controls

77 lines (49 loc) · 3.01 KB

GraphDB AWS Terraform Module Changelog

1.3.1

  • Update default GraphDB version to 10.8.1

1.3.0

  • Update default GraphDB version to 10.8.0

1.2.8

  • Update default GraphDB Version to 10.7.6

1.2.7

  • Update default GraphDB Version to 10.7.5

1.2.6

  • Fixed issue with wrong protocol leading to nodes miscommunication
  • Update default GraphDB version to 10.7.4

1.2.5

  • Update default GraphDB version to 10.7.3

1.2.4

  • Update default GraphDB version to 10.7.2

1.2.3

  • Removed unused resource "aws_ssm_parameter" named "graphdb_lb_dns_name"
  • Fixed graphdb.properties values for single node deployment:
    • Changed graphdb.external-url to use LB_DNS_RECORD when single node is deployed.
    • Added graphdb.external-url.enforce.transactions=true
  • Removed calculation of lb_tls_enabled in the LB module as it is calculated in the main.tf
  • Removed monitoring_route53_healtcheck_fqdn_url in favor of graphdb_external_dns.
  • Change default EC2 instance type r6i.2xlarge
  • Update default GraphDB version to 10.7.1

1.2.2

  • Fixed issues with variables in the backup user data script
  • Added ability to choose http port for Route53 availability check
  • Added ability to specify custom FQDN for the Route53 availability URL

1.2.1

  • Fixed issue where the backup script was not configured

1.2.0

  • Added support for single node deployment
    • Added new userdata script 10_start_graphdb_services.sh.tpl for single node setup.
    • Made cluster-related userdata scripts executable only when graphdb_node_count is greater than 1.
  • Removed hardcoded values from the userdata scripts.
  • Changed the availability tests http_string_type to be calculated based on TLS being enabled.
  • Bumped GraphDB version to 10.7.0

1.1.0

  • Added support for CMK Keys
  • Added support to use existing VPC and subnets to deploy the GraphDB cluster

1.0.1

  • Updated GraphDB version to 10.6.4

1.0.0

  • Updated the user data scripts to allow setup of multi node cluster based on the node_count variable.
  • Added ability for a node to rejoin the cluster if raft folder is empty or missing.
  • Added stable network names based on AZ deployment.

0.1.0

  • Initial version for GraphDB AWS module