-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update OS upstream version and add release notes for 1.0.0.0 release (#…
…32) Signed-off-by: Sruti Parthiban <[email protected]>
- Loading branch information
Showing
7 changed files
with
55 additions
and
12 deletions.
There are no files selected for viewing
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
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
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
This file was deleted.
Oops, something went wrong.
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 @@ | ||
75e6a3096819bbb7fa68b04556be165ce9c7cd5a |
43 changes: 43 additions & 0 deletions
43
release-notes/opensearch-performance-analyzer.release-notes-1.0.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,43 @@ | ||
## Version 1.0.0.0 Release Notes | ||
|
||
Compatible with OpenSearch 1.0.0 | ||
|
||
### Enhancements | ||
|
||
* Add CONFIG_DIR_NOT_FOUND in StatExceptionCode ([#11](https://github.com/opensearch-project/performance-analyzer-rca/pull/11)) | ||
|
||
### Bug fixes | ||
|
||
* Create conf directory if not exist to avoid NoSuchFile exceptions ([#9](https://github.com/opensearch-project/performance-analyzer/pull/9)) | ||
* Update docker artifact link ([#9](https://github.com/opensearch-project/performance-analyzer-rca/pull/9)) | ||
* Modify JVM gen tuning policy and update the Unit test ([#12](https://github.com/opensearch-project/performance-analyzer-rca/pull/12)) | ||
* Fix actions by legacy cluster endpoints ([#21](https://github.com/opensearch-project/performance-analyzer/pull/21)) | ||
|
||
### Infrastructure | ||
|
||
* Upgrade Jackson version to 2.11.4 ([#13](https://github.com/opensearch-project/performance-analyzer/pull/13)) | ||
* Upgrade Jackson version to 2.11.4 ([#15](https://github.com/opensearch-project/performance-analyzer-rca/pull/15)) | ||
* Update version to rc1 ([#16](https://github.com/opensearch-project/performance-analyzer/pull/16)) | ||
* Update to rc1 version and opendistro links ([#17](https://github.com/opensearch-project/performance-analyzer-rca/pull/17)) | ||
* Enabled automated license header checks ([#22](https://github.com/opensearch-project/performance-analyzer/pull/22)) | ||
* Standardize processes across all plugins - Checklist items ([#26](https://github.com/opensearch-project/performance-analyzer/pull/26)) | ||
* Standardize processes across all plugins - Checklist items ([#22](https://github.com/opensearch-project/performance-analyzer-rca/pull/22)) | ||
|
||
### Maintenance | ||
|
||
* Modify printing stacktrace to logger instead of stdout ([#10](https://github.com/opensearch-project/performance-analyzer-rca/pull/10)) | ||
* Modify namespace from opendistro to opensearch ([#12](https://github.com/opensearch-project/performance-analyzer/pull/12)) | ||
* Modify namespace to opensearch ([#14](https://github.com/opensearch-project/performance-analyzer-rca/pull/14)) | ||
* Update REST resources to follow new OpenSearch naming convention ([#14](https://github.com/opensearch-project/performance-analyzer/pull/14)) | ||
* Replace references to /_opendistro with /_plugins ([#16](https://github.com/opensearch-project/performance-analyzer-rca/pull/16)) | ||
* Add legacy REST endpoints to integration tests ([#17](https://github.com/opensearch-project/performance-analyzer/pull/17)) | ||
* Create HTTP contexts for legacy resource name ([#18](https://github.com/opensearch-project/performance-analyzer-rca/pull/18)) | ||
* Add backward compatible resource names to RcaController ([#19](https://github.com/opensearch-project/performance-analyzer-rca/pull/19)) | ||
* Update licenses sha and add release notes ([#18](https://github.com/opensearch-project/performance-analyzer/pull/18)) | ||
* Update upstream dependency and README ([#21](https://github.com/opensearch-project/performance-analyzer-rca/pull/21)) | ||
* Update version from 1.0.0.0-rc1 to 1.0.0.0 ([#24](https://github.com/opensearch-project/performance-analyzer-rca/pull/24)) | ||
* Update OS upstream version and add release notes for 1.0.0.0 release ([#32](https://github.com/opensearch-project/performance-analyzer/pull/32)) | ||
|
||
### Documentation | ||
|
||
* Update rest endpoint names in README ([#15](https://github.com/opensearch-project/performance-analyzer/pull/15)) |
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