Merge pull request #601 from opensearch-project/2.0-release

2.0 Release changes
This commit is contained in:
Naarcha-AWS 2022-05-26 13:00:46 -05:00 committed by GitHub
commit cf1b918eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 76 additions and 5 deletions

View File

@ -5,9 +5,9 @@ baseurl: "/docs/latest" # the subpath of your site, e.g. /blog
url: "https://opensearch.org" # the base hostname & protocol for your site, e.g. http://example.com
permalink: /:path/
opensearch_version: 2.0.0-rc1
opensearch_dashboards_version: 2.0.0-rc1
opensearch_major_minor_version: 2.0-rc1
opensearch_version: 2.0.0
opensearch_dashboards_version: 2.0.0
opensearch_major_minor_version: 2.0
lucene_version: 9_1_0
# Build settings

View File

@ -28,6 +28,35 @@ If you don't want to use the all-in-one installation options, you can install th
</tr>
</thead>
<tbody>
<tr>
<td>2.0.0.0</td>
<td>
<pre>alertingDashboards 2.0.0.0
anomalyDetectionDashboards 2.0.0.0
ganttChartDashboards 2.0.0.0
indexManagementDashboards 2.0.0.0
notificationsDashboards 2.0.0.0
observabilityDashboards 2.0.0.0
queryWorkbenchDashboards 2.0.0.0
reportsDashboards 2.0.0.0
securityDashboards 2.0.0.0
</pre>
</td>
</tr>
<tr>
<td>1.3.2</td>
<td>
<pre>alertingDashboards 1.3.2.0
anomalyDetectionDashboards 1.3.2.0
ganttChartDashboards 1.3.2.0
indexManagementDashboards 1.3.2.0
observabilityDashboards 1.3.2.0
queryWorkbenchDashboards 1.3.2.0
reportsDashboards 1.3.2.0
securityDashboards 1.3.2.0
</pre>
</td>
</tr>
<tr>
<td>1.3.1</td>
<td>

View File

@ -1 +1 @@
message: "This is a pre-release version of OpenSearch 2.0.0. Feel free to try it out and provide feedback. If you are looking for the most recent production-ready release, see the [1.x line](https://opensearch.org/lines/1x.html)"
message: "[OpenSearch 2.0 is live 🍾!](/downloads.html)"

View File

@ -7,5 +7,5 @@
"1.1",
"1.0"
],
"latest": "1.3"
"latest": "2.0"
}

View File

@ -64,6 +64,27 @@ bin/opensearch-plugin list
</tr>
</thead>
<tbody>
<tr>
<tr>
<td>2.0.0.0</td>
<td>
<pre>opensearch-alerting 2.0.0.0
opensearch-anomaly-detection 2.0.0.0
opensearch-asynchronous-search 2.0.0.0
opensearch-cross-cluster-replication 2.0.0.0
opensearch-index-management 2.0.0.0
opensearch-job-scheduler 2.0.0.0
opensearch-knn 2.0.0.0
opensearch-ml 2.0.0.0
opensearch-notifications 2.0.0.0
opensearch-observability 2.0.0.0
opensearch-performance-analyzer 2.0.0.0
opensearch-reports-scheduler 2.0.0.0
opensearch-security 2.0.0.0
opensearch-sql 2.0.0.0
</pre>
</td>
</tr>
<tr>
<td>2.0.0.0-rc1</td>
<td>
@ -82,6 +103,25 @@ opensearch-security 2.0.0.0-rc1
opensearch-sql 2.0.0.0-rc1
</pre>
</td>
</tr>
<tr>
<td>1.3.2</td>
<td>
<pre>opensearch-alerting 1.3.2.0
opensearch-anomaly-detection 1.3.2.0
opensearch-asynchronous-search 1.3.2.0
opensearch-cross-cluster-replication 1.3.2.0
opensearch-index-management 1.3.2.0
opensearch-job-scheduler 1.3.2.0
opensearch-knn 1.3.2.0
opensearch-ml 1.3.2.0
opensearch-observability 1.3.2.0
opensearch-performance-analyzer 1.3.2.0
opensearch-reports-scheduler 1.3.2.0
opensearch-security 1.3.2.0
opensearch-sql 1.3.2.0
</pre>
</td>
</tr>
<tr>
<td>1.3.1</td>

View File

@ -9,7 +9,9 @@ permalink: /version-history/
OpenSearch version | Release highlights | Release date
:--- | :--- | :--- | :---
[2.0.0](https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.0.0.md) | Includes document-level monitors for alerting, OpenSearch Notifications plugins, and Geo Map Tiles in OpenSearch Dashboards. Also adds support for Lucene 9 and bug fixes for all OpenSearch plugins. For a full list of release highlights, see the Release Notes. | 24 May 2022
[2.0.0-rc1](https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.0.0-rc1.md) | The Release Candidate for 2.0.0. This version allows you to preview the upcoming 2.0.0 release before the GA release. The preview release adds document level alerting, support for Lucene 9, and the ability to use term lookup queries in document level security. | 3 May 2022
[1.3.2](https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-1.3.2.md) | Bug fixes for Anomaly Detection and the Security Dashboards Plugin, adds the option to install OpenSearch using RPM, as well as enhancements to the ML Commons execute task, and the removal of the job-scheduler zip in Anomaly Detection. | 5 May 2022
[1.3.1](https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-1.3.1.md) | Bug fixes when using document-level security, and adjusted ML Commons to use the latest RCF jar and protostuff to RCF model serialization. | 30 March 2022
[1.3.0](https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-1.3.0.md) | Adds Model Type Validation to Validate Detector API, continuous transforms, custom actions, applied policy parameter to Explain API, default action retries, and new rollover and transition conditions to Index Management, new ML Commons plugin, parse command to SQL, Application Analytics, Live Tail, Correlation, and Events Flyout to Observbility, and auto backport and support for OPENSEARCH_JAVA_HOME to Performance Analyzer. Bug fixes. | 17 March 2022
[1.2.4](https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-1.2.4.md) | Updates Performance Analyzer, SQL, and Security plugins to Log4j 2.17.1, Alerting and Job Scheduler to cron-utils 9.1.6, and gson in Anomaly Detection and SQL. | 18 January 2022