-
Notifications
You must be signed in to change notification settings - Fork 36
Include release notes for 1.10.0.0 #219
Include release notes for 1.10.0.0 #219
Conversation
Added release notes with categories and corresponding PR.
Codecov Report
@@ Coverage Diff @@
## master #219 +/- ##
============================================
+ Coverage 72.36% 72.45% +0.08%
- Complexity 1288 1291 +3
============================================
Files 139 139
Lines 6073 6073
Branches 469 469
============================================
+ Hits 4395 4400 +5
+ Misses 1465 1461 -4
+ Partials 213 212 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@@ -0,0 +1,37 @@ | |||
## Version 1.10.0.0 Release Notes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An observation from an ODFE user (posted on our discussion forum), the download links used in plugin packages are incorrect. Requesting all plugin owners to correct it, if artifacts not published yet.
What it is:

https://opendistro.github.io/elasticsearch/downloads
What it should be:

https://opendistro.github.io/for-elasticsearch/downloads.html
Where to change: In build.gradle file
Example: https://github.com/opendistro-for-elasticsearch/anomaly-detection/blob/master/build.gradle#L347
Can you modify as mentioned above in your release PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah sure.
Update url to valid location.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for adding!
|
||
### Features | ||
|
||
* AD CLI ([#196](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/196)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So we are going to release AD CLI along with 1.10?
### Features | ||
|
||
* AD CLI ([#196](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/196)) | ||
* Get detector ([#207](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/207)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about we make the description more clear ? Like "Get detector command in AD CLI tool"
Added release notes with categories and corresponding PR.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.