Releases: disaster37/terraform-provider-elasticsearch
Releases · disaster37/terraform-provider-elasticsearch
v8.4.0
v7.16.2
- Add suport for new index template API
- Add support for new index component template API
- BREAKING CHANGE: Rename old inex template resource as elasticsearch_index_template_legacy (
elasticsearch_index_template
->elasticsearch_index_template_legacy
v7.16.1
feat: regroup workflow to one with dependency Signed-off-by: disaster37 <[email protected]>
Upgrade to Elasticsearch 7.16
Libs:
- Upgrade terraform sdk to v2.1.0
- Upgrade to golang 1.17
- Upgrade to Elasticsearch 7.16
Fix:
- Add proxy support, thx for the PR
v7.12.6
Fix index_template resources Signed-off-by: disaster37 <[email protected]>
v7.12.5
Clean acceptances tests Signed-off-by: disaster37 <[email protected]>
v7.12.4
Upgrade to terraform SDK2 (#2) * Upgrade to elasticsearch 7.12 * Basic license continue to exist * Fix compare index template * Fix compare index template * Fix compare index template * Fix compare index template * Fix compare index template * Fix compare index template * Fix compare index template * Upgrade terraform SDK and use golang 1.16 Signed-off-by: disaster37 <[email protected]> * Fix some codes Signed-off-by: disaster37 <[email protected]> * Fix logs Signed-off-by: disaster37 <[email protected]> * Fix test with add default property Signed-off-by: disaster37 <[email protected]> * Format main.go Signed-off-by: disaster37 <[email protected]> Co-authored-by: admin <[email protected]>
v7.12.3
- Upgrade to terraform SDK2
- Upgrade to golang 1.6
- Fix log
- Fix some bugs on code detected fater SDK migration
v7.12.2
Basic license continue to exist
v7.12.1
Upgrade Elasticsearch and terraform sdk