Releases: Ontotext-AD/terraform-azure-graphdb
Releases · Ontotext-AD/terraform-azure-graphdb
v1.4.2
What's Changed
- Update GraphDB version to 10.8.2 by @mihailradkov in #109
Full Changelog: v1.4.1...v1.4.2
Version 1.4.1
What's Changed
- Updated default version of GraphDB to 10.8.1 by @simonzhekoff in #101
Full Changelog: v1.4.0...v1.4.1
Version 1.4.0
What's Changed
- Updated default GraphDB Version 10.8.0 by @simonzhekoff in #96
Full Changelog: v1.3.4...v1.4.0
Version 1.3.4
What's Changed
- GDB-10857-fix tls documentation by @kristianiliev1 in #87
- Added missing default for tls_certificate_path by @viktor-ribchev in #93
- Update GraphDB default version to 10.7.6 by @simeonzhekofff in #94
Full Changelog: v1.3.3...v1.3.4
Version 1.3.3
What's Changed
- Updated GraphDB Version to 10.7.5 by @simeonzhekofff in #92
Full Changelog: v1.3.2...v1.3.3
Version 1.3.2
What's Changed
- Update GraphDB version to 10.7.4 by @mihailradkov in #86
Full Changelog: v.1.3.1...v1.3.2
v.1.3.1
What's Changed
- Updated GDB version to 10.7.3 by @viktor-ribchev in #85
Full Changelog: v1.3.0...v.1.3.1
v1.3.0
What's Changed
- GDB-10618 Improved the single node setup time by removing use and checks for Private DNS zone address. by @viktor-ribchev in #83
- Update default GraphDB version to 10.7.2 by @simeonzhekofff in #84
Full Changelog: v1.2.1...v1.3.0
v1.2.1
v1.2.0
- Support for single node deployment:
- If
node_count
is 1 and multiple availability zones are specified, only the first AZ will be used. - Updated Monitoring module to dynamically adjust properties based on
node_count
. - Updated Gateway module to dynamically adjust properties based on
node_count
. - For
node_count
of 1, no disk is created beforehand; the disk is created by the userdata scripts. - Made cluster-related userdata scripts executable only when
node_count
is greater than 1. - Added new userdata script
10_start_single_graphdb_services.sh.tpl
for single node setup.
- If
- Moved some functions to
00_functions.sh
so they are reused instead of duplicated in the userdata scripts. - Updated GraphDB version to 10.7.0