Added 2.1 release (#775)

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
kolchfa-aws 2022-07-07 14:10:45 -04:00 committed by GitHub
parent e12c1a2867
commit 8e43230cc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 28 additions and 6 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.1
opensearch_dashboards_version: 2.0.1
opensearch_major_minor_version: 2.0
opensearch_version: 2.1.0
opensearch_dashboards_version: 2.1.0
opensearch_major_minor_version: 2.1
lucene_version: 9_1_0
# Build settings

View File

@ -1 +1 @@
message: "[OpenSearch 2.0 is live 🍾!](/downloads.html)"
message: "[OpenSearch 2.1 is live 🍾!](/downloads.html)"

View File

@ -1,11 +1,12 @@
{
"current": "2.0",
"current": "2.1",
"all": [
"2.1",
"2.0",
"1.3",
"1.2",
"1.1",
"1.0"
],
"latest": "2.0"
"latest": "2.1"
}

View File

@ -63,6 +63,26 @@ bin/opensearch-plugin list
</thead>
<tbody>
<tr>
<tr>
<td>2.1.0.0</td>
<td>
<pre>opensearch-alerting 2.1.0.0
opensearch-anomaly-detection 2.1.0.0
opensearch-asynchronous-search 2.1.0.0
opensearch-cross-cluster-replication 2.1.0.0
opensearch-index-management 2.1.0.0
opensearch-job-scheduler 2.1.0.0
opensearch-knn 2.1.0.0
opensearch-ml 2.1.0.0
opensearch-notifications 2.1.0.0
opensearch-observability 2.1.0.0
opensearch-performance-analyzer 2.1.0.0
opensearch-reports-scheduler 2.1.0.0
opensearch-security 2.1.0.0
opensearch-sql 2.1.0.0
</pre>
</td>
</tr>
<tr>
<td>2.0.1.0</td>
<td>

View File

@ -9,6 +9,7 @@ permalink: /version-history/
OpenSearch version | Release highlights | Release date
:--- | :--- | :--- | :---
[2.1.0](https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.1.0.md) | Includes support for dedicated ML node in the ML Commons plugin, relevance search and other features in SQL, multi-terms aggretation, and Snapshot Management. For a full list of release highlights, see the Release Notes. | 07 July 2022
[2.0.1](https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.0.1.md) | Includes bug fixes and maintenance updates for Alerting and Anomaly Detection. | 16 June 2022
[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. | 26 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