Releases: Ontotext-AD/terraform-aws-graphdb
Releases · Ontotext-AD/terraform-aws-graphdb
v1.2.1
What's Changed
- Fixed issue where the backup script was not configured by the user data scripts
v1.2.0
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.
- Added new userdata script
- 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
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
What's Changed
- Updated GDB version to 10.6.4 by @viktor-ribchev in #51
Full Changelog: v1.0.0...v1.0.1
Version 1.0.0
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
- @viktor-ribchev made their first contribution in #5
- @yaskoo made their first contribution in #6
- @ivorusev made their first contribution in #7
- @kristianiliev1 made their first contribution in #16
- @simeonzhekofff made their first contribution in #26
Full Changelog: v0.0.1...v1.0.0
v1.0.0-RC2
What's Changed
- GDB-10266 Set the
asg_enable_instance_refresh
to default to false by @viktor-ribchev in #46 - Update README.md by @kristianiliev1 in #45
Full Changelog: v1.0.0-RC1...v1.0.0-RC2
v1.0.0-RC1
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
- @viktor-ribchev made their first contribution in #5
- @yaskoo made their first contribution in #6
- @ivorusev made their first contribution in #7
- @kristianiliev1 made their first contribution in #16
- @simeonzhekofff made their first contribution in #26
Full Changelog: v0.0.1...v1.0.0-RC1
v0.0.1
TR