Releases: DNXLabs/terraform-aws-opensearch
Releases · DNXLabs/terraform-aws-opensearch
1.1.0: Merge pull request #19 from DNXLabs/feature/output_domain_endpoint
1.0.0
What's Changed
- add variables for security options and endpoint creation by @Rasmnev in #18
- cluster_version now receives full version name instead of OpenSearch version number
Beaking Change
Previously this variable only allowed for the use of OpenSearch distributions because it was used like this:
elasticsearch_version = "OpenSearch_${var.cluster_version}"
In order to use ElasticSearch opensource versions available in AWS the cluster_version
variable should now include the full version name:
- ElasticSearch 7.10 -> `cluster_version = "7.10"
- OpenSearch 2.0 -> `cluster_version = "OpenSearch_2.0"
New Contributors
Full Changelog: 0.8.3...1.0.0
0.8.3
What's Changed
- Adding support for Cluster advanced configuration options
0.8.2
What's Changed
- Adding support for Advanced Security Options
0.8.1
What's Changed
- fixing deprecated aws_subnet_ids
0.8.0
What's Changed
- Configuring logs by @mvsnogueira-dnx in #10
- Adding option to multiple logs
- Creating variable to create or not SAML Configurations
New Contributors
- @mvsnogueira-dnx made their first contribution in #10
Full Changelog: 0.7.0...0.8.0
0.7.0
0.6.0
What's Changed
- Include log publishing options by @brunodasilvalenga in #5
- clean up files not been used by @brunodasilvalenga in #6
Full Changelog: 0.5.5...0.6.0
0.5.5
0.5.4
Full Changelog: 0.5.3...0.5.4