forked from opensearch-project/dashboards-observability
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move performance now to run time dep (opensearch-project#309) (opense…
…arch-project#310) * move performance now to run time dep * update release notes for this PR and CI fix PR --------- (cherry picked from commit c046499) Signed-off-by: Derek Ho <[email protected]>
- Loading branch information
Showing
2 changed files
with
31 additions
and
3 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
28 changes: 28 additions & 0 deletions
28
release-notes/opensearch-observability.release-notes-2.6.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,28 @@ | ||
## Version 2.6.0.0 Release Notes | ||
|
||
Compatible with OpenSearch and OpenSearch Dashboards Version 2.6.0 | ||
|
||
### Bug Fixes | ||
|
||
- correct ppl leran more link ([#189](https://github.com/opensearch-project/dashboards-observability/pull/189)) | ||
- Few fixes regarding issues for visualization rendering ([#187](https://github.com/opensearch-project/dashboards-observability/pull/187)) | ||
- Debug CVE fix ([#223](https://github.com/opensearch-project/dashboards-observability/pull/223)) ([#263](https://github.com/opensearch-project/dashboards-observability/pull/263)) | ||
- Fix bugs related to trace analytics jaeger mode ([#237](https://github.com/opensearch-project/dashboards-observability/pull/237))([#271](https://github.com/opensearch-project/dashboards-observability/pull/271))([#280](https://github.com/opensearch-project/dashboards-observability/pull/280)) | ||
- Update error handling in viz container ([#252](https://github.com/opensearch-project/dashboards-observability/pull/252)) | ||
- Panels filter check for where clause ([#253](https://github.com/opensearch-project/dashboards-observability/pull/253)) | ||
- Fix explorer dark mode issue and restructure scss ([#262](https://github.com/opensearch-project/dashboards-observability/pull/262)) | ||
- Operational panels cypress fix ([#274](https://github.com/opensearch-project/dashboards-observability/pull/274)) | ||
- Event Analytics Bug Fixes ([#291](https://github.com/opensearch-project/dashboards-observability/pull/291)) | ||
- remove timeseries data validation to get back line chart support ([#292](https://github.com/opensearch-project/dashboards-observability/pull/292)) | ||
- Add missing changes for visualization config pane ([#294](https://github.com/opensearch-project/dashboards-observability/pull/294)) | ||
- Move performance now from a debug dependency to a runtime dependency ([#309](https://github.com/opensearch-project/dashboards-observability/pull/309)) | ||
|
||
### Features | ||
- Add new page/route for notebooks create and rename ([#250](https://github.com/opensearch-project/dashboards-observability/pull/250))([#293](https://github.com/opensearch-project/dashboards-observability/pull/293)) | ||
|
||
|
||
### Maintenance | ||
|
||
- Cypress test update and related linting fixes ([#220](https://github.com/opensearch-project/dashboards-observability/pull/220)) | ||
- upgrade cypress to 6 ([#249](https://github.com/opensearch-project/dashboards-observability/pull/249)) | ||
- Fix Node.js and Yarn installation in CI ([#299](https://github.com/opensearch-project/dashboards-observability/pull/299)) |