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 the consolidated release notes for 1.3.2 release #2088

Merged
merged 1 commit into from
May 5, 2022
Merged
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
59 changes: 59 additions & 0 deletions release-notes/opensearch-release-notes-1.3.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# OpenSearch and OpenSearch Dashboards 1.3.2 Release Notes

## Release Details

OpenSearch and OpenSearch Dashboards 1.3.2 includes the following features, enhancements, bug fixes, infrastructure, documentation, maintenance, and refactoring updates.

OpenSearch [Release Notes](https://github.com/opensearch-project/OpenSearch/blob/main/release-notes/opensearch.release-notes-1.3.2.md).
Copy link
Member Author

Choose a reason for hiding this comment

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

Assume this link to be the one for OpenSearch release note after this PR merges. https://github.com/opensearch-project/OpenSearch/pull/3202/files


OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/1.3/release-notes/opensearch-dashboards.release-notes-1.3.2.md).

## Bug fixes

### OpenSearch Anomaly Detection
* Restart bug fix [#496](https://github.com/opensearch-project/anomaly-detection/pull/496)
* Empty search results bug fix [#522](https://github.com/opensearch-project/anomaly-detection/pull/522)


### OpenSearch Security
* Updates dependency vulnerabilities versions in 1.3 ([#1807](https://github.com/opensearch-project/security/pull/1807))
* Fix 'openserach' typo in roles.yml (#1770) ([#1793](https://github.com/opensearch-project/security/pull/1793))
* Switch to log4j logger (#1751) [([#1791](https://github.com/opensearch-project/security/pull/1791))
* Fix data-stream name resolution for wild-cards ([#1725](https://github.com/opensearch-project/security/pull/1725))
* Revert "Fix data-stream name resolution for wild-cards" ([#1719](https://github.com/opensearch-project/security/pull/1719))
* Fix data-stream name resolution for wild-cards ([#1716](https://github.com/opensearch-project/security/pull/1716))


### OpenSearch Security Dashboards Plugin
* Fix 'openserach' typo in constants.tsx (#953) ([#959](https://github.com/opensearch-project/security-dashboards-plugin/pull/959))


## Maintenance

### OpenSearch Ml Commons
* Bump to 1.3.2 ([#270](https://github.com/opensearch-project/ml-commons/pull/270))


### OpenSearch Security
* Keep jackson-databind in alignment with OpenSearch ([#1817](https://github.com/opensearch-project/security/pull/1817))
* Add custom build script to ignore standalone admin ([#1811](https://github.com/opensearch-project/security/pull/1811))
* Incremented version to 1.3.2. ([#1733](https://github.com/opensearch-project/security/pull/1733))


### OpenSearch Security Dashboards Plugin
* Incremented version to 1.3.2. ([#978](https://github.com/opensearch-project/security-dashboards-plugin/pull/978))
* Remove redundant DCO check in favor of the GitHub app ([#972](https://github.com/opensearch-project/security-dashboards-plugin/pull/972))


## Enhancements

### OpenSearch Ml Commons
* Support dispatching execute task; don't dispatch ML task again ([#279](https://github.com/opensearch-project/ml-commons/pull/279))


## Infrastructure

### OpenSearch Anomaly Detection
* Removing job-scheduler zip for 1.3 branch [#475](https://github.com/opensearch-project/anomaly-detection/pull/475)
* Version bump to 1.3.2 [#485](https://github.com/opensearch-project/anomaly-detection/pull/485)
* Fixed to check if build is a snapshot [#531](https://github.com/opensearch-project/anomaly-detection/pull/531)