From 057928751534d6424eac9d1d06986f86e87cee4e Mon Sep 17 00:00:00 2001 From: Phillip Baker Date: Wed, 9 Mar 2022 22:02:00 -0500 Subject: [PATCH] Release 2.0.0 --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93530ff8..2e963844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ ### Fixed +## [2.0.0] - 2022-03-13 +### Changed +- [index] Remove primary shards default so templates can specify. + +### Added +- [provider] Allow configurable service name in AWS signatures (#254) +- [kibana alert] A `params_json` attribute to allow all alert types + +### Fixed +- [provider] Fix interface panic conversions in defaultHttpClient and tokenHttpClient (#255) + ## [2.0.0-beta.4] - 2022-01-29 ### Changed - Fix renamed opensearch resources to start with provider name diff --git a/README.md b/README.md index b5582b95..ff206ac1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is a terraform provider that lets you provision Elasticsearch and Opensearc ### Terraform 0.13 and above -[This package is published on the official Terraform registry](https://registry.terraform.io/providers/phillbaker/elasticsearch/latest). +[This package is published on the official Terraform registry](https://registry.terraform.io/providers/phillbaker/elasticsearch/latest). Note, we currently test against the 1.x branch of Terraform - this should continue to work with >= 0.13 versions, however, compatibility is not tested in the >= 2.x version of this provider. ### Terraform 0.12 or manual installation