Releases: Ontotext-AD/terraform-aws-graphdb
Releases · Ontotext-AD/terraform-aws-graphdb
Version 1.3.1
What's Changed
- Updated default GraphDB version to 10.8.1 by @simonzhekoff in #72
Full Changelog: v1.3.0...v1.3.1
Version 1.3.0
What's Changed
- Update GraphDB default version to 10.8.0 by @simonzhekoff in #71
Full Changelog: v1.2.8...v1.3.0
Version 1.2.8
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
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
What's Changed
- Fixed issue with wrong protocol leading to nodes miscommunication by @viktor-ribchev in #66
- Update GraphDB version to 10.7.4 by @mihailradkov in #67
Full Changelog: v.1.2.5...v1.2.6
v.1.2.5
What's Changed
- updated GDB version to 10.7.3 by @viktor-ribchev in #65
Full Changelog: v1.2.4...v.1.2.5
v1.2.4
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
- Removed unused resource "aws_ssm_parameter" named "graphdb_lb_dns_name"
- Fixed
graphdb.properties
values for single node deployment:- Changed
graphdb.external-url
to useLB_DNS_RECORD
when single node is deployed. - Added
graphdb.external-url.enforce.transactions=true
- Changed
- 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 ofgraphdb_external_dns
. - Change default EC2 instance type r6i.2xlarge
- Update default GraphDB version to 10.7.1
v1.2.2
v1.2.1
What's Changed
- Fixed issue where the backup script was not configured by the user data scripts