Skip to content

Commit 329fa72

Browse files
authored
Chore: Add 1.3.13 release notes (#5030)
Signed-off-by: ananzh <ananzh@amazon.com>
1 parent a45dea3 commit 329fa72

File tree

2 files changed

+48
-6
lines changed

2 files changed

+48
-6
lines changed

CHANGELOG.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,33 @@
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.12...1.3)
4+
## [Unreleased](https://github.com/opensearch-project/OpenSearch-Dashboards/compare/1.3.13...1.3)
55

66
### 💥 Breaking Changes
77

88
### Deprecations
99

1010
### 🛡 Security
11+
12+
### 📈 Features/Enhancements
13+
14+
### 🐛 Bug Fixes
15+
16+
### 🚞 Infrastructure
17+
18+
### 📝 Documentation
19+
20+
### 🛠 Maintenance
21+
22+
### 🪛 Refactoring
23+
24+
### 🔩 Tests
25+
26+
## [1.3.13](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/1.3.13)
27+
28+
### 🛡 Security
29+
30+
- [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))
1131
- [CVE-2023-26136] Bump `word-wrap` from `1.2.3` to `1.2.4` ([#5002](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5002))
1232
- [CVE-2022-21670] Bump `markdown-it` from `10.0.0` to `12.3.2` ([#5016](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5016))
1333
- [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))
@@ -25,12 +45,10 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
2545
### 🛠 Maintenance
2646

2747
- [Version] Increment version to 1.3.13 ([#4721](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4721))
48+
- [Chore] Add company.net to exclusion list in linkchecker ([#4704](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4704))
49+
- [Chore] Exclude checking dead link in linkchecker ([#4868](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4868))
2850

29-
### 🪛 Refactoring
30-
31-
### 🔩 Tests
32-
33-
## [1.3.12](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/1.3.12)
51+
## [1.3.12 - 2023-08-14](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/1.3.12)
3452

3553
### 🛡 Security
3654

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Version 1.3.13 Release Notes
2+
3+
### 🛡 Security
4+
5+
- [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))
6+
- [CVE-2023-26136] Bump `word-wrap` from `1.2.3` to `1.2.4` ([#5002](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5002))
7+
- [CVE-2022-21670] Bump `markdown-it` from `10.0.0` to `12.3.2` ([#5016](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5016))
8+
- [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))
9+
- Bump `yo` from `2.0.6` to `3.1.1` ([#5005]( https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5005))
10+
- [CVE-2023-0842] Bump `xml2js` from `0.4.22` to `0.6.2` ([#5024](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5024))
11+
12+
### 📈 Features/Enhancements
13+
14+
### 🐛 Bug Fixes
15+
16+
### 🚞 Infrastructure
17+
18+
### 📝 Documentation
19+
20+
### 🛠 Maintenance
21+
22+
- [Version] Increment version to 1.3.13 ([#4721](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4721))
23+
- [Chore] Add company.net to exclusion list in linkchecker ([#4704](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4704))
24+
- [Chore] Exclude checking dead link in linkchecker ([#4868](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4868))

0 commit comments

Comments
 (0)