From 5caf1ba75230736f6307ec7483c31b4a1d0e410c Mon Sep 17 00:00:00 2001 From: ananzh Date: Thu, 14 Sep 2023 23:40:39 +0000 Subject: [PATCH] Chore: Add 1.3.13 release notes Signed-off-by: ananzh --- CHANGELOG.md | 33 +++++++++++++++---- ...nsearch-dashboards.release-notes-1.3.13.md | 25 ++++++++++++++ 2 files changed, 52 insertions(+), 6 deletions(-) create mode 100644 release-notes/opensearch-dashboards.release-notes-1.3.13.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 8691007ead6a..ad531b5e1ba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,39 @@ # CHANGELOG Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -## [Unreleased](https://github.com/opensearch-project/OpenSearch-Dashboards/compare/1.3.12...1.3) +## [Unreleased](https://github.com/opensearch-project/OpenSearch-Dashboards/compare/1.3.13...1.3) ### 💥 Breaking Changes ### Deprecations ### 🛡 Security + +### 📈 Features/Enhancements + +### 🐛 Bug Fixes + +### 🚞 Infrastructure + +### 📝 Documentation + +### 🛠 Maintenance + +### 🪛 Refactoring + +### 🔩 Tests + +## [1.3.13](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/1.3.13) + +### 🛡 Security + +- [CVE-2019-11358] Bump version of `tinygradient` from `0.4.3` to `1.1.5` ([#4571](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4751)) - [CVE-2023-26136] Bump `word-wrap` from `1.2.3` to `1.2.4` ([#5002](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5002)) - [CVE-2022-21670] Bump `markdown-it` from `10.0.0` to `12.3.2` ([#5016](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5016)) - [CVE-2022-33987] Partially fix security issues for `got` by bumping `@elastic/makelogs` from `6.0.0` to `6.1.1` and updating yarn.lock ([#5006](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5006)) +- Bump `yo` from `2.0.6` to `3.1.1` ([#5005]( https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5005)) +- [CVE-2023-0842] Bump `xml2js` from `0.4.22` to `0.6.2` ([#5024](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5024)) +- [CVE-2021-23364] Bump `browserslist` from `4.12.0` to `4.21.10` ([#5023](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5023)) ### 📈 Features/Enhancements @@ -23,12 +46,10 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### 🛠 Maintenance - [Version] Increment version to 1.3.13 ([#4721](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4721)) +- [Chore] Add company.net to exclusion list in linkchecker ([#4704](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4704)) +- [Chore] Exclude checking dead link in linkchecker ([#4868](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4868)) -### 🪛 Refactoring - -### 🔩 Tests - -## [1.3.12](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/1.3.12) +## [1.3.12 - 2023-08-14](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/1.3.12) ### 🛡 Security diff --git a/release-notes/opensearch-dashboards.release-notes-1.3.13.md b/release-notes/opensearch-dashboards.release-notes-1.3.13.md new file mode 100644 index 000000000000..a243ebd4ab6a --- /dev/null +++ b/release-notes/opensearch-dashboards.release-notes-1.3.13.md @@ -0,0 +1,25 @@ +# Version 1.3.13 Release Notes + +### 🛡 Security + +- [CVE-2019-11358] Bump version of `tinygradient` from `0.4.3` to `1.1.5` ([#4571](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4751)) +- [CVE-2023-26136] Bump `word-wrap` from `1.2.3` to `1.2.4` ([#5002](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5002)) +- [CVE-2022-21670] Bump `markdown-it` from `10.0.0` to `12.3.2` ([#5016](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5016)) +- [CVE-2022-33987] Partially fix security issues for `got` by bumping `@elastic/makelogs` from `6.0.0` to `6.1.1` and updating yarn.lock ([#5006](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5006)) +- Bump `yo` from `2.0.6` to `3.1.1` ([#5005]( https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5005)) +- [CVE-2023-0842] Bump `xml2js` from `0.4.22` to `0.6.2` ([#5024](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5024)) +- [CVE-2021-23364] Bump `browserslist` from `4.12.0` to `4.21.10` ([#5023](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5023)) + +### 📈 Features/Enhancements + +### 🐛 Bug Fixes + +### 🚞 Infrastructure + +### 📝 Documentation + +### 🛠 Maintenance + +- [Version] Increment version to 1.3.13 ([#4721](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4721)) +- [Chore] Add company.net to exclusion list in linkchecker ([#4704](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4704)) +- [Chore] Exclude checking dead link in linkchecker ([#4868](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4868))