From 8f1c2c23f99187df55b333876b9d8c2f44c3e4a1 Mon Sep 17 00:00:00 2001 From: "Qingyang(Abby) Hu" Date: Fri, 27 Sep 2024 14:35:23 -0700 Subject: [PATCH] Add release notes for 2.17.1 (#8370) Signed-off-by: abbyhu2000 --- CHANGELOG.md | 28 ++++++++++++++++++- changelogs/fragments/8274.yml | 2 -- changelogs/fragments/8346.yml | 2 -- ...nsearch-dashboards.release-notes-2.17.1.md | 25 +++++++++++++++++ 4 files changed, 52 insertions(+), 5 deletions(-) delete mode 100644 changelogs/fragments/8274.yml delete mode 100644 changelogs/fragments/8346.yml create mode 100644 release-notes/opensearch-dashboards.release-notes-2.17.1.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f52bf2fca34..22fcec1a949c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,32 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [2.17.1-2024-09-27](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/2.17.1) + +### 💥 Breaking Changes + +### Deprecations + +### 🛡 Security + +- [CVE-2024-45801] Bump `dompurify` from 3.0.11 to 3.1.6 ([#8346](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8346)) + +### 📈 Features/Enhancements + +### 🐛 Bug Fixes + +- Add a temporary fix for a bug with Chrome 129 when handling mask-image ([#8274](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8274)) + +### 🚞 Infrastructure + +### 📝 Documentation + +### 🛠 Maintenance + +### 🪛 Refactoring + +### 🔩 Tests + ## [2.17.0-2024-09-06](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/2.17.0) ### 💥 Breaking Changes @@ -1346,4 +1372,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### 🔩 Tests -- Update caniuse to fix failed integration tests ([#2322](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2322)) +- Update caniuse to fix failed integration tests ([#2322](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2322)) \ No newline at end of file diff --git a/changelogs/fragments/8274.yml b/changelogs/fragments/8274.yml deleted file mode 100644 index a8f25a5bd512..000000000000 --- a/changelogs/fragments/8274.yml +++ /dev/null @@ -1,2 +0,0 @@ -fix: -- Add a temporary fix for a bug with Chrome 129 when handling mask-image ([#8274](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8274)) \ No newline at end of file diff --git a/changelogs/fragments/8346.yml b/changelogs/fragments/8346.yml deleted file mode 100644 index 66708de94eae..000000000000 --- a/changelogs/fragments/8346.yml +++ /dev/null @@ -1,2 +0,0 @@ -security: -- [CVE-2024-45801] Bump `dompurify` from 3.0.11 to 3.1.6 ([#8346](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8346)) \ No newline at end of file diff --git a/release-notes/opensearch-dashboards.release-notes-2.17.1.md b/release-notes/opensearch-dashboards.release-notes-2.17.1.md new file mode 100644 index 000000000000..163d69ab0c6b --- /dev/null +++ b/release-notes/opensearch-dashboards.release-notes-2.17.1.md @@ -0,0 +1,25 @@ +# VERSION 2.17.1 Release Note + +### 💥 Breaking Changes + +### Deprecations + +### 🛡 Security + +- [CVE-2024-45801] Bump `dompurify` from 3.0.11 to 3.1.6 ([#8346](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8346)) + +### 📈 Features/Enhancements + +### 🐛 Bug Fixes + +- Add a temporary fix for a bug with Chrome 129 when handling mask-image ([#8274](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8274)) + +### 🚞 Infrastructure + +### 📝 Documentation + +### 🛠 Maintenance + +### 🪛 Refactoring + +### 🔩 Tests