Skip to content

Commit 39fdcad

Browse files
authored
Add 1.3.14 release notes (#5574)
Signed-off-by: Josh Romero <rmerqg@amazon.com>
1 parent 329f594 commit 39fdcad

File tree

2 files changed

+41
-5
lines changed

2 files changed

+41
-5
lines changed

CHANGELOG.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# CHANGELOG
22
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
33

4-
## [Unreleased](https://github.com/opensearch-project/OpenSearch-Dashboards/compare/1.3.13...1.3)
4+
## [Unreleased](https://github.com/opensearch-project/OpenSearch-Dashboards/compare/1.3.14...1.3)
55

66
### 💥 Breaking Changes
77

88
### Deprecations
99

1010
### 🛡 Security
11-
- [CVE-2023-46234] Bump `eslint-import-resolver-webpack` from `0.11.1` to `0.13.8` and `browserify-sign` from `4.2.1` to `4.2.2` ([#5414](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5414/))
1211

1312
### 📈 Features/Enhancements
1413

@@ -20,13 +19,31 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
2019

2120
### 🛠 Maintenance
2221

23-
- [Version] Increment version to 1.3.14 ([#5531](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5531))
24-
2522
### 🪛 Refactoring
2623

2724
### 🔩 Tests
2825

29-
## [1.3.13](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/1.3.13)
26+
## [1.3.14](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/1.3.14)
27+
28+
### 🛡 Security
29+
30+
- [CVE-2023-46234] Bump `eslint-import-resolver-webpack` from `0.11.1` to `0.13.8` and `browserify-sign` from `4.2.1` to `4.2.2` ([#5414](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5414/))
31+
- [CVE-2023-45133] Add package resolution for `@babel/traverse` to `7.23.2` to fix vulnerability ([#5309](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5309))
32+
- [CVE-2017-16137] Bump `debug` versions via yarn updates and resolutions ([#5573](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5573))
33+
34+
### 📈 Features/Enhancements
35+
36+
### 🐛 Bug Fixes
37+
38+
### 🚞 Infrastructure
39+
40+
### 📝 Documentation
41+
42+
### 🛠 Maintenance
43+
44+
- [Version] Increment version to 1.3.14 ([#5531](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5531))
45+
46+
## [1.3.13 - 2023-09-21](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/1.3.13)
3047

3148
### 🛡 Security
3249

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Version 1.3.14 Release Notes
2+
3+
### 🛡 Security
4+
5+
- [CVE-2023-46234] Bump `eslint-import-resolver-webpack` from `0.11.1` to `0.13.8` and `browserify-sign` from `4.2.1` to `4.2.2` ([#5414](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5414/))
6+
- [CVE-2023-45133] Add package resolution for `@babel/traverse` to `7.23.2` to fix vulnerability ([#5309](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5309))
7+
- [CVE-2017-16137] Bump `debug` versions via yarn updates and resolutions ([#5573](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5573))
8+
9+
### 📈 Features/Enhancements
10+
11+
### 🐛 Bug Fixes
12+
13+
### 🚞 Infrastructure
14+
15+
### 📝 Documentation
16+
17+
### 🛠 Maintenance
18+
19+
- [Version] Increment version to 1.3.14 ([#5531](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5531))

0 commit comments

Comments
 (0)