diff --git a/CHANGELOG.md b/CHANGELOG.md index 96a5de61b0a7..81d34e7f69c0 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 @@ -1545,4 +1571,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/docs/_sidebar.md b/docs/_sidebar.md index dfb056497aa0..1d69c91330e9 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -168,6 +168,7 @@ - [Opensearch dashboards.release notes 2.15.0](../release-notes/opensearch-dashboards.release-notes-2.15.0.md) - [Opensearch dashboards.release notes 2.16.0](../release-notes/opensearch-dashboards.release-notes-2.16.0.md) - [Opensearch dashboards.release notes 2.17.0](../release-notes/opensearch-dashboards.release-notes-2.17.0.md) + - [Opensearch dashboards.release notes 2.17.1](../release-notes/opensearch-dashboards.release-notes-2.17.1.md) - [Opensearch dashboards.release notes 2.2.0](../release-notes/opensearch-dashboards.release-notes-2.2.0.md) - [Opensearch dashboards.release notes 2.2.1](../release-notes/opensearch-dashboards.release-notes-2.2.1.md) - [Opensearch dashboards.release notes 2.3.0](../release-notes/opensearch-dashboards.release-notes-2.3.0.md) 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