Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release notes for 1.3.19 #7847

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# 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

### Deprecations

### 🛡 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
Expand Down
21 changes: 21 additions & 0 deletions release-notes/opensearch-dashboards.release-notes-1.3.19.md
Original file line number Diff line number Diff line change
@@ -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))
Loading