Skip to content

Releases: Ontotext-AD/terraform-aws-graphdb

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

v1.2.0

09 Jul 07:00
3b28a79
Compare
Choose a tag to compare

What's Changed

  • Added support for single node deployment
    • Added new userdata script 10_start_graphdb_services.sh.tpl for single node setup.
    • Made cluster-related user data scripts executable only when graphdb_node_count is greater than 1.
  • Removed hardcoded values from the user data scripts.
  • Changed the availability tests http_string_type value to be calculated based on TLS being enabled.
  • Bumped GraphDB version to 10.7.0

Version 1.1.0

08 Jul 07:12
23871ed
Compare
Choose a tag to compare

What's Changed

  • [GDB-10405] Added support to use existing VPC and subnets by @simeonzhekofff in #52
  • Add ability to use CMK keys for most of the services by @kristianiliev1 in #50
  • Update documentation by @simeonzhekofff in #55

Full Changelog: v1.0.1...v1.1.0

Version 1.0.1

07 Jun 10:47
bb9b588
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

28 May 07:29
fc1ed6f
Compare
Choose a tag to compare

Introducing the first release of the official Terraform module for deploying GraphDB on AWS.

What's Changed

  • Pipeline improvements by @mihailradkov in #3
  • TES-217: Public GraphDB AWS Terraform module by @mihailradkov in #4
  • Added s3:GetAccelerateConfiguration action to the backup user by @viktor-ribchev in #5
  • add ability to create a tls listener on the load balancer by @yaskoo in #6
  • Added script, which adds the data volume to fstab by @viktor-ribchev in #8
  • Extend s3 policy document by @yaskoo in #10
  • GDB-8317 Modified the TF to use the custom GDB AMI by @ivorusev in #7
  • TES-233: Cleaned up code issues by @mihailradkov in #9
  • TES-254: Persist GraphDB logs by @mihailradkov in #11
  • TES-257: Auto heap memory by @mihailradkov in #12
  • add missing port in vhosts configuration by @yaskoo in #13
  • TES-238: Module restructuring by @mihailradkov in #15
  • GDB-286 initial commit with tf new module by @ivorusev in #14
  • Bumped GraphDB version to 10.4.0 by @mihailradkov in #17
  • Reduced the jvm_max_memory by @viktor-ribchev in #19
  • Tes 234 improve documentation by @kristianiliev1 in #16
  • Add Variable Validations by @kristianiliev1 in #18
  • Setup automatic cluster creation by @viktor-ribchev in #25
  • [PRO-309] - Add Cloudwatch Monitoring by @simeonzhekofff in #26
  • [GDB-9965] Create Route53 Availability Check resources in us-east-1 by @simeonzhekofff in #28
  • [GDB-9924] Migrate VPC module in the modules directory by @simeonzhekofff in #29
  • GDB-9776: Add random password and cluster secret by @kristianiliev1 in #27
  • Add SSM parameters by @kristianiliev1 in #21
  • [GDB-9925] Module restructuring by @simeonzhekofff in #30
  • GDB-9997 toggle on off backup by @viktor-ribchev in #31
  • GDB-9900 Cluster rejoin by @viktor-ribchev in #33
  • GDB-10081-Improvements-on-SNS-Topic-and-variables by @simeonzhekofff in #36
  • [GDB-9927]-Applied naming convention to terraform modules and resources by @simeonzhekofff in #34
  • GDB-9926 Edited README.md to contain the latest changes. by @simeonzhekofff in #35
  • [GDB-10130] Improve tagging of resources and removed provider definitions that are not needed by @simeonzhekofff in #39
  • GDB-10095 Introduced update_default_version to the aws_launch_template by @viktor-ribchev in #38
  • Updated GraphDB version to 10.6.3 by @mihailradkov in #43
  • [GDB-10116]-Added-Private-Link-Support by @simeonzhekofff in #37
  • [GDB-9922] Fixed memory utilization alarm to monitor the Auto scaling group by @simeonzhekofff in #40
  • [GDB-9922] Fixed missing variable by @simeonzhekofff in #44
  • [GDB-10087]AWS: Implement feature toggles for improved security and observability by @simeonzhekofff in #42
  • GDB-10121 Enabled Instance Refresh for the ASG instances by @viktor-ribchev in #41
  • GDB-10266 Set the asg_enable_instance_refresh to default to false by @viktor-ribchev in #46
  • Update README.md by @kristianiliev1 in #45
  • Fixed issue when waiting for available volume by @viktor-ribchev in #47
  • [GDB-10293] Added support for custom owner ID for the AMIs and added new default owner ID by @simeonzhekofff in #48

New Contributors

Full Changelog: v0.0.1...v1.0.0

v1.0.0-RC2

22 May 07:22
d354fb3
Compare
Choose a tag to compare
v1.0.0-RC2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-RC1...v1.0.0-RC2

v1.0.0-RC1

20 May 04:54
8a0cfcd
Compare
Choose a tag to compare
v1.0.0-RC1 Pre-release
Pre-release

v.1.0.0-RC1 (Release Candidate 1) of the GraphDB AWS module

What's Changed

  • Pipeline improvements by @mihailradkov in #3
  • TES-217: Public GraphDB AWS Terraform module by @mihailradkov in #4
  • Added s3:GetAccelerateConfiguration action to the backup user by @viktor-ribchev in #5
  • add ability to create a tls listener on the load balancer by @yaskoo in #6
  • Added script, which adds the data volume to fstab by @viktor-ribchev in #8
  • Extend s3 policy document by @yaskoo in #10
  • GDB-8317 Modified the TF to use the custom GDB AMI by @ivorusev in #7
  • TES-233: Cleaned up code issues by @mihailradkov in #9
  • TES-254: Persist GraphDB logs by @mihailradkov in #11
  • TES-257: Auto heap memory by @mihailradkov in #12
  • add missing port in vhosts configuration by @yaskoo in #13
  • TES-238: Module restructuring by @mihailradkov in #15
  • GDB-286 initial commit with tf new module by @ivorusev in #14
  • Bumped GraphDB version to 10.4.0 by @mihailradkov in #17
  • Reduced the jvm_max_memory by @viktor-ribchev in #19
  • Tes 234 improve documentation by @kristianiliev1 in #16
  • Add Variable Validations by @kristianiliev1 in #18
  • Setup automatic cluster creation by @viktor-ribchev in #25
  • [PRO-309] - Add Cloudwatch Monitoring by @simeonzhekofff in #26
  • [GDB-9965] Create Route53 Availability Check resources in us-east-1 by @simeonzhekofff in #28
  • [GDB-9924] Migrate VPC module in the modules directory by @simeonzhekofff in #29
  • GDB-9776: Add random password and cluster secret by @kristianiliev1 in #27
  • Add SSM parameters by @kristianiliev1 in #21
  • [GDB-9925] Module restructuring by @simeonzhekofff in #30
  • GDB-9997 toggle on off backup by @viktor-ribchev in #31
  • GDB-9900 Cluster rejoin by @viktor-ribchev in #33
  • GDB-10081-Improvements-on-SNS-Topic-and-variables by @simeonzhekofff in #36
  • [GDB-9927]-Applied naming convention to terraform modules and resources by @simeonzhekofff in #34
  • GDB-9926 Edited README.md to contain the latest changes. by @simeonzhekofff in #35
  • [GDB-10130] Improve tagging of resources and removed provider definitions that are not needed by @simeonzhekofff in #39
  • GDB-10095 Introduced update_default_version to the aws_launch_template by @viktor-ribchev in #38
  • Updated GraphDB version to 10.6.3 by @mihailradkov in #43
  • [GDB-10116]-Added-Private-Link-Support by @simeonzhekofff in #37
  • [GDB-9922] Fixed memory utilization alarm to monitor the Auto scaling group by @simeonzhekofff in #40
  • [GDB-9922] Fixed missing variable by @simeonzhekofff in #44
  • [GDB-10087]AWS: Implement feature toggles for improved security and observability by @simeonzhekofff in #42
  • GDB-10121 Enabled Instance Refresh for the ASG instances by @viktor-ribchev in #41

New Contributors

Full Changelog: v0.0.1...v1.0.0-RC1

v0.0.1

28 Aug 14:39
27dd0ae
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

TR