From cda0259cbfa0a304a4d9c1ab2688439c50c2436e Mon Sep 17 00:00:00 2001 From: Phill Baker Date: Mon, 1 Jun 2020 08:47:15 -0400 Subject: [PATCH] Release 1.2.0. --- CHANGELOG.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ffa2514..f8dc3127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,27 @@ # Changelog ## [Unreleased] + +## [1.2.0] - 2020-05-31 ### Added -- Rename and deprecate elasticsearch_{monitor,destination} to be under opendistro, elasticsearch_{monitor,destination} -- Bump terraform plugin sdk to 1.12.0. - Add aws profile authentication option ### Fixed - Fix error on only updating index.force_destroy. +### Changed +- Rename (backward compatible) elasticsearch_{monitor,destination} to be under opendistro, elasticsearch_opendistro_{monitor,destination} +- Bump terraform plugin sdk to 1.12.0. + +### Deprecated +- elasticsearch_{monitor,destination} in favor of elasticsearch_opendistro_{monitor,destination} + + ## [1.1.1] - 2020-05-09 ### Added - Make ping to elasticsearch during provider config optional + ## [1.1.0] - 2020-05-04 ### Added @@ -22,6 +31,9 @@ ### Changed - Clarify naming, watch resources are from xpack. +### Deprecated +- elasticsearch_{watch} in favor of elasticsearch_xpack_watch + ## [1.0.0] - 2020-03-18