Skip to content

Releases: Ontotext-AD/terraform-azure-graphdb

v1.4.2

10 Jan 07:58
c2450ea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

Version 1.4.1

02 Dec 11:39
a87b28d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

Version 1.4.0

14 Nov 12:29
bea0d20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.4...v1.4.0

Version 1.3.4

16 Oct 08:31
5f3e587
Compare
Choose a tag to compare

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

14 Oct 11:19
8efadf9
Compare
Choose a tag to compare

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

20 Sep 08:22
9c3e044
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.1.3.1...v1.3.2

v.1.3.1

20 Aug 04:42
14052a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v.1.3.1

v1.3.0

09 Aug 12:36
efea96d
Compare
Choose a tag to compare

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

22 Jul 13:35
c20bc23
Compare
Choose a tag to compare
  • Fixed the graphdb.external-url value when deploying a single node.
  • Changed to create graphdb-cluster-proxy/graphdb.properties only when node_count > 1
  • Update default GraphDB version to 10.7.1

v1.2.0

08 Jul 12:56
e689f77
Compare
Choose a tag to compare
  • 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.
  • 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