Skip to content

v1.2.0

Compare
Choose a tag to compare
@viktor-ribchev viktor-ribchev released this 08 Jul 12:56
· 70 commits to main since this release
e689f77
  • 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