diff --git a/build.gradle b/build.gradle index c9778b7c0..0dcb732f7 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ import java.util.function.Predicate buildscript { ext { - es_version = System.getProperty("es.version", "7.10.0") + es_version = System.getProperty("es.version", "7.10.2") kotlin_version = System.getProperty("kotlin.version", "1.3.72") } @@ -121,7 +121,7 @@ ext { } group = "com.amazon.opendistroforelasticsearch" -version = "${opendistroVersion}.1" +version = "${opendistroVersion}.0" dependencies { compileOnly "org.elasticsearch:elasticsearch:${es_version}" @@ -131,7 +131,7 @@ dependencies { compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7' compile "org.jetbrains:annotations:13.0" compile "com.amazon.opendistroforelasticsearch:notification:${opendistroVersion}.0" - compile "com.amazon.opendistroforelasticsearch:common-utils:${opendistroVersion}.2" + compile "com.amazon.opendistroforelasticsearch:common-utils:${opendistroVersion}.0" testCompile "org.elasticsearch.test:framework:${es_version}" testCompile "org.jetbrains.kotlin:kotlin-test:${kotlin_version}" diff --git a/gradle.properties b/gradle.properties index 65bbbb248..3d0d9a788 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,4 +13,4 @@ # permissions and limitations under the License. # -version = 1.12.0 +version = 1.13.0 diff --git a/release-notes/opendistro-for-elasticsearch-index-management.release-notes-1.13.0.0.md b/release-notes/opendistro-for-elasticsearch-index-management.release-notes-1.13.0.0.md new file mode 100644 index 000000000..e32f27883 --- /dev/null +++ b/release-notes/opendistro-for-elasticsearch-index-management.release-notes-1.13.0.0.md @@ -0,0 +1,42 @@ +## Version 1.13.0.0 2021-02-05 + +Compatible with Elasticsearch 7.10.2 + +### Breaking Changes + +* Removes support of "index.opendistro.index_state_management.policy_id" setting ([#357](https://github.com/opendistro-for-elasticsearch/index-management/pull/357)) + +### Features + +* Adds a new ISM Action called RollupAction which allows user to automate one-time rollups on indices ([#371](https://github.com/opendistro-for-elasticsearch/index-management/pull/371)) +* Adds support for ISM templates ([#383](https://github.com/opendistro-for-elasticsearch/index-management/pull/383)) + +### Enhancements + +* Adds a snapshot deny list cluster setting to block ISM snapshot writes to configured repositories ([#366](https://github.com/opendistro-for-elasticsearch/index-management/pull/366)) +* Adds support to Explain and Get Policy APIs for getting all policies/managed indices ([#352](https://github.com/opendistro-for-elasticsearch/index-management/pull/352)) + +### Bug fixes + +* Fixes bug for continuous rollups getting exceptions for Instant types ([#373](https://github.com/opendistro-for-elasticsearch/index-management/pull/373)) +* Fixes handling various date formats for DateHistogram source field in continuous rollups ([#385](https://github.com/opendistro-for-elasticsearch/index-management/pull/385)) +* Removes the metric requirement for ISM Rollup action ([#389](https://github.com/opendistro-for-elasticsearch/index-management/pull/389)) +* Fixes transition step using incorrect step start time if state has no actions ([#381](https://github.com/opendistro-for-elasticsearch/index-management/pull/381)) +* Fixes tests relying on exact seqNo match ([#397](https://github.com/opendistro-for-elasticsearch/index-management/pull/397)) + +### Infrastructure + +* Adds support for https remote integration tests ([#379](https://github.com/opendistro-for-elasticsearch/index-management/pull/379)) +* Renames plugin name to standardized name ([#390](https://github.com/opendistro-for-elasticsearch/index-management/pull/390)) +* Fixes deb arch and renames deb/rpm artifacts to standardized names ([#391](https://github.com/opendistro-for-elasticsearch/index-management/pull/391)) +* Fixes numNodes gradle property ([#393](https://github.com/opendistro-for-elasticsearch/index-management/pull/393)) +* Changes release workflow to use new staging bucket for artifacts ([#378](https://github.com/opendistro-for-elasticsearch/index-management/pull/378)) + +### Documentation + +* Adds RFC for Transforms ([#359](https://github.com/opendistro-for-elasticsearch/index-management/pull/359)) + +### Maintenance + +* Adds support for Elasticsearch 7.10.2 ([#398](https://github.com/opendistro-for-elasticsearch/index-management/pull/398)) +* Fixes reported CVEs ([#395](https://github.com/opendistro-for-elasticsearch/index-management/pull/395)) diff --git a/src/test/resources/job-scheduler/opendistro-job-scheduler-1.12.0.0.zip b/src/test/resources/job-scheduler/opendistro-job-scheduler-1.12.0.0.zip deleted file mode 100644 index 3d08c30f8..000000000 Binary files a/src/test/resources/job-scheduler/opendistro-job-scheduler-1.12.0.0.zip and /dev/null differ diff --git a/src/test/resources/job-scheduler/opendistro-job-scheduler-1.13.0.0.zip b/src/test/resources/job-scheduler/opendistro-job-scheduler-1.13.0.0.zip new file mode 100644 index 000000000..9eba0f995 Binary files /dev/null and b/src/test/resources/job-scheduler/opendistro-job-scheduler-1.13.0.0.zip differ