diff --git a/CHANGELOG.md b/CHANGELOG.md index a12206876d27..c0c721fc994a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # CHANGELOG Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -## [Unreleased](https://github.com/opensearch-project/OpenSearch-Dashboards/compare/1.3.18...1.3) +## [1.3.19 - 2024-08-26](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/1.3.19) ### 💥 Breaking Changes @@ -9,6 +9,12 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### 🛡 Security +- [CVE-2024-28863] Bump tar from 6.1.11 to 6.2.1 ([#7736](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7736)) +- [CVE-2024-28849] Bump follow-redirects from 1.15.2 to 1.15.6 ([#7737](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7737)) +- [CVE-2024-29041] Bump express from 4.18.2 to 4.19.2 ([#7738](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7738)) +- [CVE-2024-33883] Bump ejs from 3.1.7 to 3.1.10 ([#7740](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7740)) +- [CVE-2024-37890] Bump ws from 6.2.2 to 6.2.3 and from 7.5.3 to 7.5.10 ([#7732](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7732)) + ### 📈 Features/Enhancements ### 🐛 Bug Fixes diff --git a/release-notes/opensearch-dashboards.release-notes-1.3.19.md b/release-notes/opensearch-dashboards.release-notes-1.3.19.md new file mode 100644 index 000000000000..0c2d6a4bc2b2 --- /dev/null +++ b/release-notes/opensearch-dashboards.release-notes-1.3.19.md @@ -0,0 +1,21 @@ +# Version 1.3.19 Release Notes + +### 🛡 Security + +- [CVE-2024-28863] Bump tar from 6.1.11 to 6.2.1 ([#7736](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7736)) +- [CVE-2024-28849] Bump follow-redirects from 1.15.2 to 1.15.6 ([#7737](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7737)) +- [CVE-2024-29041] Bump express from 4.18.2 to 4.19.2 ([#7738](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7738)) +- [CVE-2024-33883] Bump ejs from 3.1.7 to 3.1.10 ([#7740](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7740)) +- [CVE-2024-37890] Bump ws from 6.2.2 to 6.2.3 and from 7.5.3 to 7.5.10 ([#7732](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7732)) + +### 📈 Features/Enhancements + +### 🐛 Bug Fixes + +### 🚞 Infrastructure + +### 📝 Documentation + +### 🛠 Maintenance + +- [Version] Increment version to 1.3.19 ([#7733](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7733))