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

Commit 3ac912d

Browse files
authored
Update to cron-utils:9.1.3 and update release notes for version 1.13.0.0 (#344)
* Update to cron-utils:9.1.3 * Update release notes
1 parent 8157e46 commit 3ac912d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

THIRD-PARTY

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
** Apache Commons Codec 1.10; version 1.10 -- http://commons.apache.org/proper/commons-codec/
22
** Apache Commons Logging; version 1.1.3 -- https://commons.apache.org/proper/commons-logging/
33
** Apache-HttpComponents-HttpCore; version 4.4.5 -- https://hc.apache.org/httpcomponents-core-ga/
4-
** cron-utils; version 7.0.5 -- https://github.com/jmrozanec/cron-utils/tree/7.0.5
4+
** cron-utils; version 9.1.3 -- https://github.com/jmrozanec/cron-utils/tree/9.1.3
55
** EasyMock; version 4.0.1 -- https://mvnrepository.com/artifact/org.easymock/easymock/4.0.1
66
** elasticsearch 6.5.4; version 6.5.4 -- https://github.com/elastic/elasticsearch/tree/v6.5.4
77
** Jackson Core; version 2.8.10 -- https://github.com/FasterXML/jackson-core/tree/jackson-core-2.8.10

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
compile "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
2323
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.1'
2424
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlin_version}"
25-
compile "com.cronutils:cron-utils:7.0.5"
25+
compile "com.cronutils:cron-utils:9.1.3"
2626
compile "org.elasticsearch.client:elasticsearch-rest-client:${es_version}"
2727
compile 'com.google.googlejavaformat:google-java-format:1.3'
2828
compile "com.amazon.opendistroforelasticsearch:common-utils:${opendistroVersion}.0"

release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.13.0.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
Compatible with Elasticsearch 7.10.2
44

5+
### Bug Fixes
6+
* Move user instantiation to doExecute [#343](https://github.com/opendistro-for-elasticsearch/alerting/pull/343)
7+
58
### Infrastructure
69
* Rename plugin for more consistent naming convention [#339](https://github.com/opendistro-for-elasticsearch/alerting/pull/339)
10+
* Change release workflow to use new staging bucket for artifacts [#334](https://github.com/opendistro-for-elasticsearch/alerting/pull/339)
711

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

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

0 commit comments

Comments
 (0)