Skip to content

Commit cf5da65

Browse files
Remove ganttcharts in 3.0.0 and update deprecation notice (#5358)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 4a479da commit cf5da65

5 files changed

+8
-18
lines changed

manifests/3.0.0-alpha1/opensearch-dashboards-3.0.0-alpha1-test.yml

-5
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ components:
2929
test-configs:
3030
- with-security
3131
- without-security
32-
- name: ganttChartDashboards
33-
integ-test:
34-
test-configs:
35-
- with-security
36-
- without-security
3732
- name: indexManagementDashboards
3833
integ-test:
3934
test-configs:

manifests/3.0.0-alpha1/opensearch-dashboards-3.0.0-alpha1.yml

-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ components:
2020
- name: reportsDashboards
2121
repository: https://github.com/opensearch-project/dashboards-reporting.git
2222
ref: main
23-
- name: ganttChartDashboards
24-
repository: https://github.com/opensearch-project/dashboards-visualizations.git
25-
ref: main
2623
- name: queryWorkbenchDashboards
2724
repository: https://github.com/opensearch-project/dashboards-query-workbench.git
2825
ref: main

manifests/3.0.0-beta1/opensearch-dashboards-3.0.0-beta1-test.yml

-5
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ components:
2929
test-configs:
3030
- with-security
3131
- without-security
32-
- name: ganttChartDashboards
33-
integ-test:
34-
test-configs:
35-
- with-security
36-
- without-security
3732
- name: indexManagementDashboards
3833
integ-test:
3934
test-configs:

manifests/3.0.0-beta1/opensearch-dashboards-3.0.0-beta1.yml

-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ components:
2020
- name: reportsDashboards
2121
repository: https://github.com/opensearch-project/dashboards-reporting.git
2222
ref: main
23-
- name: ganttChartDashboards
24-
repository: https://github.com/opensearch-project/dashboards-visualizations.git
25-
ref: main
2623
- name: queryWorkbenchDashboards
2724
repository: https://github.com/opensearch-project/dashboards-query-workbench.git
2825
ref: main

release-notes/opensearch-release-notes-2.19.0.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,10 @@ OpenSearch 2.19 includes the following experimental functionality. Experimental
8181
#### DEPRECATION NOTICES
8282

8383
**Deprecating support for Ubuntu Linux 20.04**
84-
Please note that OpenSearch will deprecate support for Ubuntu Linux 20.04 as a continuous integration build image and supported operating system in an upcoming version, as Ubuntu Linux 20.04 will reach end-of-life with standard support as of April 2025 (refer to [this notice](https://ubuntu.com/blog/ubuntu-20-04-lts-end-of-life-standard-support-is-coming-to-an-end-heres-how-to-prepare) from Canonical Ubuntu). For a list of OpenSearch's compatible operating systems, [visit here](https://opensearch.org/docs/latest/install-and-configure/os-comp/).
84+
Please note that OpenSearch and OpenSearch Dashboards will deprecate support for Ubuntu Linux 20.04 as a continuous integration build image and supported operating system in an upcoming version, as Ubuntu Linux 20.04 will reach end-of-life with standard support as of April 2025 (refer to [this notice](https://ubuntu.com/blog/ubuntu-20-04-lts-end-of-life-standard-support-is-coming-to-an-end-heres-how-to-prepare) from Canonical Ubuntu). For a list of the compatible operating systems, [visit here](https://opensearch.org/docs/latest/install-and-configure/os-comp/).
85+
86+
**Deprecating support for Amazon Linux 2 on OpenSearch Dashboards**
87+
Please note that OpenSearch Dashboards will deprecate support for Amazon Linux 2 as a continuous integration build image and supported operating system in an upcoming version, as Node.js 18 will reach end-of-life with support as of April 2025 (refer to [this notice](https://nodejs.org/en/blog/announcements/v18-release-announce) from nodejs.org) and newer version of Node.js LTS version (20+) will not support runtime on Amazon Linux 2. For a list of the compatible operating systems, [visit here](https://opensearch.org/docs/latest/install-and-configure/os-comp/).
8588

8689
**Deprecating support for features and plugins in OpenSearch 3.0.0**
8790
Please note that OpenSearch and OpenSearch Dashboards will deprecate support for the following features and plugins in [OpenSearch 3.0.0](https://github.com/opensearch-project/opensearch-build/issues/3747):
@@ -93,6 +96,9 @@ Please note that OpenSearch and OpenSearch Dashboards will deprecate support for
9396
* [k-NN](https://github.com/opensearch-project/k-NN/issues/2396): OpenSearch 3.0.0 will deprecate the NMSLIB engine. Users will be advised to use the Faiss or Lucene engines instead.
9497

9598

99+
For more updates on breaking changes and deprecated/removed features in version 3.0.0, please see details in the [meta issues](https://github.com/opensearch-project/opensearch-build/issues/5243).
100+
101+
96102
## Release Details
97103
[OpenSearch and OpenSearch Dashboards 2.19.0](https://opensearch.org/versions/opensearch-2-19-0.html) includes the following features, enhancements, bug fixes, infrastructure, documentation, maintenance and refactoring updates.
98104

@@ -1162,4 +1168,4 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open
11621168

11631169
* Show selected rules on edit; options should only include enabled rules on edit ([#1231](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1231))
11641170
* Remove threat intel checkbox detector creation ([#1232](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1232))
1165-
* Updating Preview Message functionality while setting notifications in detector alerts ([#1241](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1241))
1171+
* Updating Preview Message functionality while setting notifications in detector alerts ([#1241](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1241))

0 commit comments

Comments
 (0)