Skip to content

Commit e937db8

Browse files
authored
Added Release Notes for v3.0.0 (#1310)
* Fixed verify-binary-installation workflow file Signed-off-by: Vaibhav Agarwal <[email protected]> * Added Release Notes for v3.0.0 Signed-off-by: Vaibhav Agarwal <[email protected]> --------- Signed-off-by: Vaibhav Agarwal <[email protected]>
1 parent 04cc4e7 commit e937db8

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/workflows/verify-binary-installation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Install Dashboards with Plugin via Binary'
22

33
on: [push, pull_request]
44
env:
5-
OPENSEARCH_VERSION: '3.0.0-beta1'
5+
OPENSEARCH_VERSION: '3.0.0'
66
CI: 1
77
# avoid warnings like "tput: No value for $TERM and no -T specified"
88
TERM: xterm
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Version 3.0.0.0 2025-04-28
2+
3+
Compatible with OpenSearch 3.0.0
4+
5+
### Bug Fixes
6+
* Fix wrong urls to documentation ([#1278](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1278))
7+
* Fixed CVE in glob-parent and braces dependencies ([#1287](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1287))
8+
* Fixed CVE: Updated elliptic dependency resolution ([#1290](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1290))
9+
* Fix: Update @babel dependencies to address RegExp vulnerability ([#1296](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1296))
10+
* Fixed CVE: Updated babel dependencies ([#1308](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1308))
11+
* Fixed verify-binary-installation workflow file ([#1309](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1309))
12+
13+
### Maintenance
14+
* Index Management Dashboards plugin to version 3.0.0 ([#1265](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1265))
15+
* Updated Micromatch new version ([#1273](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1273))
16+
* Updated 3.0.0 qualifier from alpha1 to beta1 ([#1293](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1293))
17+
* Increment version to 3.0.0.0 ([#1303](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1303))

0 commit comments

Comments
 (0)