From 24382de7d0ab3c56b5a854d7f1c52b9b29297cff Mon Sep 17 00:00:00 2001 From: Mohammad Qureshi <47198598+qreshi@users.noreply.github.com> Date: Wed, 9 Dec 2020 20:28:21 -0800 Subject: [PATCH] Update release notes for 1.12.0.1 (#354) * Update version and release notes * Create separate release notes for 1.12.0.1 * Revert title for 1.12.0.0 release notes --- build.gradle | 2 +- ...lasticsearch-index-management.release-notes-1.12.0.0.md | 2 +- ...lasticsearch-index-management.release-notes-1.12.0.1.md | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 release-notes/opendistro-for-elasticsearch-index-management.release-notes-1.12.0.1.md diff --git a/build.gradle b/build.gradle index 4fa6338f9..8867f8e3d 100644 --- a/build.gradle +++ b/build.gradle @@ -130,7 +130,7 @@ ext { } group = "com.amazon.opendistroforelasticsearch" -version = "${opendistroVersion}.0" +version = "${opendistroVersion}.1" if (isSnapshot) { version += "-SNAPSHOT" diff --git a/release-notes/opendistro-for-elasticsearch-index-management.release-notes-1.12.0.0.md b/release-notes/opendistro-for-elasticsearch-index-management.release-notes-1.12.0.0.md index ffe29a364..1c687fb02 100644 --- a/release-notes/opendistro-for-elasticsearch-index-management.release-notes-1.12.0.0.md +++ b/release-notes/opendistro-for-elasticsearch-index-management.release-notes-1.12.0.0.md @@ -19,4 +19,4 @@ Compatible with Elasticsearch 7.10.0 ### Bug fixes -* Correctly handles remote transport exceptions in rollover ([#325](https://github.com/opendistro-for-elasticsearch/index-management/pull/325)) \ No newline at end of file +* Correctly handles remote transport exceptions in rollover ([#325](https://github.com/opendistro-for-elasticsearch/index-management/pull/325)) diff --git a/release-notes/opendistro-for-elasticsearch-index-management.release-notes-1.12.0.1.md b/release-notes/opendistro-for-elasticsearch-index-management.release-notes-1.12.0.1.md new file mode 100644 index 000000000..6ba803dde --- /dev/null +++ b/release-notes/opendistro-for-elasticsearch-index-management.release-notes-1.12.0.1.md @@ -0,0 +1,7 @@ +## Version 1.12.0.1 2020-12-09 + +Compatible with Elasticsearch 7.10.0 + +### Bug fixes + +* Accept request parameters in RestGetRollupAction and fix flakey tests ([#353](https://github.com/opendistro-for-elasticsearch/index-management/pull/353))