Skip to content

Releases: Ontotext-AD/terraform-aws-graphdb

Version 1.3.1

02 Dec 11:34
5380ab0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

Version 1.3.0

14 Nov 12:33
f203fcc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.8...v1.3.0

Version 1.2.8

16 Oct 10:00
294dd08
Compare
Choose a tag to compare

What's Changed

  • Update GraphDB default version to 10.7.6 by @simeonzhekofff in #69

Full Changelog: v1.2.7...v1.2.8

Version 1.2.7

14 Oct 10:52
b13f28b
Compare
Choose a tag to compare

What's Changed

  • Updated GraphDB Version to 10.7.5 by @simeonzhekofff in #68

Full Changelog: v1.2.6...v1.2.7

Version 1.2.6

20 Sep 08:26
cae35f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.1.2.5...v1.2.6

v.1.2.5

20 Aug 04:33
98450b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.4...v.1.2.5

v1.2.4

09 Aug 09:09
e08fd68
Compare
Choose a tag to compare

What's Changed

  • Readme updates by @mihailradkov in #63
  • Update GraphDB version to 10.7.2 by @simeonzhekofff in #64

Full Changelog: v1.2.3...v1.2.4

v1.2.3

22 Jul 13:34
1832c49
Compare
Choose a tag to compare
  • 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

v1.2.2

12 Jul 04:29
8ce4468
Compare
Choose a tag to compare

What's Changed

  • Fixed issues with backup and monitoring by @simeonzhekofff in #57
  • Fixed variable name for FQDN by @simeonzhekofff in #58
  • Fixed variable name for FQDN by @simeonzhekofff in #59

Full Changelog: v1.2.1...v1.2.2

v1.2.1

10 Jul 10:14
a6a2ec5
Compare
Choose a tag to compare

What's Changed

  • Fixed issue where the backup script was not configured by the user data scripts