Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 1.3 release notes #307

Merged
merged 2 commits into from
Mar 14, 2022
Merged
Changes from 1 commit
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
### Version 1.3.0.0 Release Notes

Compatible with OpenSearch Version 1.3.0 and OpenSearch Dashboards Version 1.3.x
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this supposed to be 1.x vs 1.3.x?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think it should be Compatible with OpenSearch and OpenSearch Dashboards Version 1.3.0

Copy link
Member

Choose a reason for hiding this comment

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

yes i think plugin and dashboards patch version need to match, opensearch and dashboards patch version don't have to match

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed, thx


### 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))