From 390b29ed5a620c24f91b74ea25b21171ca64ecc7 Mon Sep 17 00:00:00 2001 From: Mohammad Qureshi <47198598+qreshi@users.noreply.github.com> Date: Wed, 16 Oct 2019 15:02:54 -0700 Subject: [PATCH] Support Elasticsearch 7.2.1 (#27) * Updated ES and plugin versions * Updated release notes --- build.gradle | 2 +- gradle.properties | 2 +- ...-elasticsearch-job-scheduler.release-notes | 31 +++++++++++-------- 3 files changed, 20 insertions(+), 15 deletions(-) diff --git a/build.gradle b/build.gradle index 837dfd5..c6dfe3f 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { ext { - es_version = System.getProperty("es.version", "7.2.0") + es_version = System.getProperty("es.version", "7.2.1") } repositories { diff --git a/gradle.properties b/gradle.properties index dee6691..8bf1291 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,4 +13,4 @@ # permissions and limitations under the License. # -version = 1.2.0 +version = 1.2.1 diff --git a/opendistro-elasticsearch-job-scheduler.release-notes b/opendistro-elasticsearch-job-scheduler.release-notes index 9a27d8f..e865c2b 100644 --- a/opendistro-elasticsearch-job-scheduler.release-notes +++ b/opendistro-elasticsearch-job-scheduler.release-notes @@ -1,28 +1,33 @@ -## version 1.2.0 (Current) +## Version 1.2.1.0 (Current) ### Notable Changes -* Feature [PR #22](https://github.com/opendistro-for-elasticsearch/job-scheduler/issues/22) Add Support for Elasticsearch 7.2 + * Feature [PR #27](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/27) Add support for Elasticsearch 7.2.1 + +## 2019-09-20, Version 1.2.0.0 + +### Notable Changes + * Feature [PR #22](https://github.com/opendistro-for-elasticsearch/job-scheduler/issues/22) Add support for Elasticsearch 7.2 ### Bug fixes -* [update ScheduledJobParser to use the JobDocVersion #15](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/15) + * [update ScheduledJobParser to use the JobDocVersion #15](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/15) -## version 1.1.0 +## Version 1.1.0.0 ### Notable Changes -* Feature [PR #16](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/16) Add Support for Elasticsearch 7.1 + * Feature [PR #16](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/16) Add support for Elasticsearch 7.1 ### Bug fixes -* [Use ROOT Locale for Strings #14](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/14) -* [Adds equals, hashCode, toString overrides to IntervalSchedule and CronSchedule #13](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/13) -* [Override equals and hashCode for LockModel #12](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/12) -* [Change log level when sweeper already have latest job version #11](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/11) -* [Refactor JobSweeper to do sweep on certain clusterChangedEvent #10](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/10) + * [Use ROOT Locale for Strings #14](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/14) + * [Adds equals, hashCode, toString overrides to IntervalSchedule and CronSchedule #13](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/13) + * [Override equals and hashCode for LockModel #12](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/12) + * [Change log level when sweeper already have latest job version #11](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/11) + * [Refactor JobSweeper to do sweep on certain clusterChangedEvent #10](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/10) -## 2019-06-10, version 1.0.0 +## 2019-06-10, Version 1.0.0.0 ### Notable Changes -* Feature [#4](https://github.com/opendistro-for-elasticsearch/job-scheduler/issues/4) Add Support for Elasticsearch 7.0 -* Feature [#7](https://github.com/opendistro-for-elasticsearch/job-scheduler/issues/7) Singleton job execution using locking + * Feature [#4](https://github.com/opendistro-for-elasticsearch/job-scheduler/issues/4) Add support for Elasticsearch 7.0 + * Feature [#7](https://github.com/opendistro-for-elasticsearch/job-scheduler/issues/7) Singleton job execution using locking ## 2019-04-10