Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Update to cron-utils:9.1.3 and update release notes for version 1.13.…
Browse files Browse the repository at this point in the history
…0.0 (#344)

* Update to cron-utils:9.1.3

* Update release notes
  • Loading branch information
qreshi authored Feb 5, 2021
1 parent cfa10d0 commit 9c3b3f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion THIRD-PARTY
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
** Apache Commons Codec 1.10; version 1.10 -- http://commons.apache.org/proper/commons-codec/
** Apache Commons Logging; version 1.1.3 -- https://commons.apache.org/proper/commons-logging/
** Apache-HttpComponents-HttpCore; version 4.4.5 -- https://hc.apache.org/httpcomponents-core-ga/
** cron-utils; version 7.0.5 -- https://github.com/jmrozanec/cron-utils/tree/7.0.5
** cron-utils; version 9.1.3 -- https://github.com/jmrozanec/cron-utils/tree/9.1.3
** EasyMock; version 4.0.1 -- https://mvnrepository.com/artifact/org.easymock/easymock/4.0.1
** elasticsearch 6.5.4; version 6.5.4 -- https://github.com/elastic/elasticsearch/tree/v6.5.4
** Jackson Core; version 2.8.10 -- https://github.com/FasterXML/jackson-core/tree/jackson-core-2.8.10
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.1'
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlin_version}"
compile "com.cronutils:cron-utils:7.0.5"
compile "com.cronutils:cron-utils:9.1.3"
compile "org.elasticsearch.client:elasticsearch-rest-client:${es_version}"
compile 'com.google.googlejavaformat:google-java-format:1.3'
compile "com.amazon.opendistroforelasticsearch:common-utils:${opendistroVersion}.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

Compatible with Elasticsearch 7.10.2

### Bug Fixes
* Move user instantiation to doExecute [#343](https://github.com/opendistro-for-elasticsearch/alerting/pull/343)

### Infrastructure
* Rename plugin for more consistent naming convention [#339](https://github.com/opendistro-for-elasticsearch/alerting/pull/339)
* Change release workflow to use new staging bucket for artifacts [#334](https://github.com/opendistro-for-elasticsearch/alerting/pull/339)

### Documentation
* Add RFC for Document-Level Alerting [#327](https://github.com/opendistro-for-elasticsearch/alerting/pull/327)

### Maintenance
* Adds support for Elasticsearch 7.10.2 [#340](https://github.com/opendistro-for-elasticsearch/alerting/pull/340)
* Update cron-utils to version 9.1.3 [#344](https://github.com/opendistro-for-elasticsearch/alerting/pull/344)

0 comments on commit 9c3b3f3

Please sign in to comment.