Skip to content

Releases: DNXLabs/terraform-aws-opensearch

1.1.0: Merge pull request #19 from DNXLabs/feature/output_domain_endpoint

11 Sep 03:03
5f3204b
Compare
Choose a tag to compare

1.0.0

17 Jul 01:19
d52bc28
Compare
Choose a tag to compare

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

22 Nov 03:52
5d920b1
Compare
Choose a tag to compare

What's Changed

  • Adding support for Cluster advanced configuration options

0.8.2

22 Nov 01:29
047f660
Compare
Choose a tag to compare

What's Changed

  • Adding support for Advanced Security Options

0.8.1

26 Oct 00:11
74a8eed
Compare
Choose a tag to compare

What's Changed

  • fixing deprecated aws_subnet_ids

0.8.0

11 Aug 03:41
2ff78ee
Compare
Choose a tag to compare

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

Full Changelog: 0.7.0...0.8.0

0.7.0

14 Jul 07:36
54e54ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

14 Jul 04:19
4366745
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.5...0.6.0

0.5.5

09 Jun 07:01
Compare
Choose a tag to compare

Bug Fix

  • Fixing required versions set to a specific versions.

Full Changelog: 0.5.4...0.5.5

0.5.4

04 May 05:30
Compare
Choose a tag to compare

Full Changelog: 0.5.3...0.5.4