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

Bump plugin version to 1.10.1.1 and update release notes #77

Merged
merged 2 commits into from
Oct 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ integTest.runner {

allprojects {
group = 'com.amazon.opendistroforelasticsearch'
version = "${opendistroVersion}.0"
version = "${opendistroVersion}.1"

apply from: "$rootDir/build-tools/repositories.gradle"

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## 2020-10-08 Version 1.10.1.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You shouldn't modify an existing release note, these are immutable once a release goes out. You need to keep both the 1.10.1.0 and add a new 1.10.1.1

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sense, and thanks for the explanation. I have restored the existing one.


Compatible with Elasticsearch 7.9.1
### Features
* Add a method to support renewing a lock in LockService class ([#74](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/74))

### Enhancements
* Make Schedule interface Writeable ([#72](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/72))