-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add 1.3 release notes Signed-off-by: Zhongnan Su <[email protected]> (cherry picked from commit 2e904c5) Co-authored-by: Zhongnan Su <[email protected]>
- Loading branch information
1 parent
d52091c
commit fec1eaf
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
release-notes/opensearch-dashboards-reports.release-notes-1.3.0.0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Version 1.3.0.0 Release Notes | ||
|
||
Compatible with OpenSearch and OpenSearch Dashboards Version 1.3.0 | ||
|
||
### Infrastructure | ||
* Remove jcenter repo from gradle build ([#278](https://github.com/opensearch-project/dashboards-reports/pull/278)) | ||
* Ws package update ([#283](https://github.com/opensearch-project/dashboards-reports/pull/283)) | ||
* Guava package update ([#282](https://github.com/opensearch-project/dashboards-reports/pull/282)) | ||
* Add auto-backport functionality for reporting ([#286](https://github.com/opensearch-project/dashboards-reports/pull/286)) | ||
* Add java 8 support in compile and test ([#304](https://github.com/opensearch-project/dashboards-reports/pull/304)) | ||
* Remove incorrect tag form issue template ([#294](https://github.com/opensearch-project/dashboards-reports/pull/294)) | ||
* Replace Centos links to fix link checker CI ([#297](https://github.com/opensearch-project/dashboards-reports/pull/297)) | ||
|
||
|
||
|
||
### Bug Fixes | ||
* Fix empty or multiple date values in csv ([#293](https://github.com/opensearch-project/dashboards-reports/pull/293)) | ||
* Fix reporting uuid parsing ([#300](https://github.com/opensearch-project/dashboards-reports/pull/300)) |