From 458a4f45ad3725472a18e4c25305255f8995b1da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Feb 2023 01:10:50 +0000 Subject: [PATCH] Add 1.3.8 release notes (#3367) * Create 1.3.8 release notes Signed-off-by: Aozixuan Priscilla Guan * Remove unused tags Signed-off-by: Aozixuan Priscilla Guan * Remove old changelog Signed-off-by: Aozixuan Priscilla Guan * Fix typo Signed-off-by: Aozixuan Priscilla Guan * Address comments Signed-off-by: Aozixuan Priscilla Guan * Add PRs Signed-off-by: Aozixuan Priscilla Guan * Remove unreleased PR Signed-off-by: Aozixuan Priscilla Guan * Remove unreleased PR Signed-off-by: Aozixuan Priscilla Guan --------- Signed-off-by: Aozixuan Priscilla Guan (cherry picked from commit 5b8a378f38bdcd1223747fddfa9b791ec3071931) Signed-off-by: github-actions[bot] --- ...ensearch-dashboards.release-notes-1.3.8.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 release-notes/opensearch-dashboards.release-notes-1.3.8.md diff --git a/release-notes/opensearch-dashboards.release-notes-1.3.8.md b/release-notes/opensearch-dashboards.release-notes-1.3.8.md new file mode 100644 index 000000000000..b14e84018da1 --- /dev/null +++ b/release-notes/opensearch-dashboards.release-notes-1.3.8.md @@ -0,0 +1,29 @@ +# Version 1.3.8 Release Notes + +### 🛡 Security + +- [CVE-2022-25901] Bump supertest from 2.0.5 to 2.0.12 ([#3326](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3326)) +- [CVE-2022-25860] Bump simple-git from 3.15.1 to 3.16.0 ([#3345](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3345)) +- [CVE-2022-46175] Bump json5 version from 1.0.1 and 2.2.1 to 1.0.2 and 2.2.3 ([#3201](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3201)) +- [CVE-2022-25912] Bump simple-git from 3.4.0 to 3.15.0 ([#3036](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3036)) +- Bump decode-uri-component from 0.2.0 to 0.2.2 ([#3009](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3009)) + +### 🐛 Bug Fixes + +- [BUG] Fixes misleading embeddable plugin error message ([#3043](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3043)) +- [BUG] Trim trailing slashes before checking no-restricted-path rule ([#3020](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3020)) + +### 🚞 Infrastructure + +- Lock workflow tests to Chrome and ChromeDriver 107 as the last combination that run on Node.js v10 ([#3299](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3299)) +- Update yarn timeout for GitHub workflow on Windows ([#3118](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3118)) +- Add Windows CI to the GitHub workflow ([#2966](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2966)) + +### 📝 Documentation + +- Fix documentation link for date math ([#3207](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3207)) + +### 🔩 Tests + +- [BWC] Updates to BWC tests ([#1190](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/1190)) +- Automates chromedriver version selection for tests ([#2990](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2990)) \ No newline at end of file