From cad29f5d6a77ec3ca2a90ecd068ed29d8ff35356 Mon Sep 17 00:00:00 2001 From: Kawika Avilla Date: Thu, 1 Jun 2023 20:24:14 +0000 Subject: [PATCH 1/4] Add 2.8.0 release notes Signed-off-by: Kawika Avilla --- ...ensearch-dashboards.release-notes-2.8.0.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 release-notes/opensearch-dashboards.release-notes-2.8.0.md diff --git a/release-notes/opensearch-dashboards.release-notes-2.8.0.md b/release-notes/opensearch-dashboards.release-notes-2.8.0.md new file mode 100644 index 000000000000..cd92d2d5ebf4 --- /dev/null +++ b/release-notes/opensearch-dashboards.release-notes-2.8.0.md @@ -0,0 +1,30 @@ +## Version 2.8.0 Release Notes + +### 🛡 Security + +- [CVE-2023-2251] Bump yaml to 2.2.2 ([#3947](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3947)) + +### 📈 Features/Enhancements + +- [Multiple Datasource] Support Amazon OpenSearch Serverless ([#3957](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3957)) +- Add support for Node.js >=14.20.1 <19 ([#4071](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4071)) +- Bundle Node.js 14 as a fallback for operating systems that cannot run Node.js 18 ([#4151](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4151)) +- Enhance grouping for context menus ([#3924](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3924)) + +### 🐛 Bug Fixes + +- [BUG] Docked navigation impacts visibility of bottom bar component ([#3978](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3978)) + +### 🚞 Infrastructure + +- Adds threshold to code coverage config to prevent workflow failures ([#4040](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4040)) +- [CI] Skip checksum verification on OpenSearch snapshot for cypress tests ([#4188](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4188)) + +### 🛠 Maintenance + +- Use `exec` in the CLI shell scripts to prevent new process creation ([#3955](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3955)) +- Remove timeline application ([#3971](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3971)) + +## 🎉 Welcome + +Thank you to all the first-time contributors who made this release possible: @sikhote, @SergeyMyssak! From a465abd04b8346f0a1e8a36d11cb2a57f32cd759 Mon Sep 17 00:00:00 2001 From: Kawika Avilla Date: Thu, 1 Jun 2023 20:33:07 +0000 Subject: [PATCH 2/4] fix verbage Signed-off-by: Kawika Avilla --- release-notes/opensearch-dashboards.release-notes-2.8.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-dashboards.release-notes-2.8.0.md b/release-notes/opensearch-dashboards.release-notes-2.8.0.md index cd92d2d5ebf4..5367c1e64f2b 100644 --- a/release-notes/opensearch-dashboards.release-notes-2.8.0.md +++ b/release-notes/opensearch-dashboards.release-notes-2.8.0.md @@ -13,7 +13,7 @@ ### 🐛 Bug Fixes -- [BUG] Docked navigation impacts visibility of bottom bar component ([#3978](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3978)) +- [BUG] Fix bottom bar visibility using createPortal ([#3978](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3978)) ### 🚞 Infrastructure From 3c0000f6205bcb157b03f4bc307582f2068992a7 Mon Sep 17 00:00:00 2001 From: Kawika Avilla Date: Thu, 1 Jun 2023 13:52:14 -0700 Subject: [PATCH 3/4] Update release-notes/opensearch-dashboards.release-notes-2.8.0.md Co-authored-by: Josh Romero Signed-off-by: Kawika Avilla --- release-notes/opensearch-dashboards.release-notes-2.8.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-dashboards.release-notes-2.8.0.md b/release-notes/opensearch-dashboards.release-notes-2.8.0.md index 5367c1e64f2b..d537ed3bfeb0 100644 --- a/release-notes/opensearch-dashboards.release-notes-2.8.0.md +++ b/release-notes/opensearch-dashboards.release-notes-2.8.0.md @@ -2,7 +2,7 @@ ### 🛡 Security -- [CVE-2023-2251] Bump yaml to 2.2.2 ([#3947](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3947)) +- [CVE-2023-2251] Bump yaml to `2.2.2` ([#3947](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3947)) ### 📈 Features/Enhancements From eba3465c60c00a1935c9b1afe7b5d042ae08cc9e Mon Sep 17 00:00:00 2001 From: Kawika Avilla Date: Thu, 1 Jun 2023 13:52:22 -0700 Subject: [PATCH 4/4] Update release-notes/opensearch-dashboards.release-notes-2.8.0.md Co-authored-by: Josh Romero Signed-off-by: Kawika Avilla --- release-notes/opensearch-dashboards.release-notes-2.8.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-dashboards.release-notes-2.8.0.md b/release-notes/opensearch-dashboards.release-notes-2.8.0.md index d537ed3bfeb0..9de27211245e 100644 --- a/release-notes/opensearch-dashboards.release-notes-2.8.0.md +++ b/release-notes/opensearch-dashboards.release-notes-2.8.0.md @@ -17,7 +17,7 @@ ### 🚞 Infrastructure -- Adds threshold to code coverage config to prevent workflow failures ([#4040](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4040)) +- Add threshold to code coverage config to prevent workflow failures ([#4040](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4040)) - [CI] Skip checksum verification on OpenSearch snapshot for cypress tests ([#4188](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4188)) ### 🛠 Maintenance