Added 2.2 release (#876)
* Added 2.2 release Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Fixed RCFSummarize Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Fixed typo Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
parent
29d719a461
commit
ae5ae02147
|
@ -5,10 +5,10 @@ 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.1.0
|
||||
opensearch_dashboards_version: 2.1.0
|
||||
opensearch_major_minor_version: 2.1
|
||||
lucene_version: 9_1_0
|
||||
opensearch_version: 2.2.0
|
||||
opensearch_dashboards_version: 2.2.0
|
||||
opensearch_major_minor_version: 2.2
|
||||
lucene_version: 9_3_0
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
|
|
|
@ -1 +1 @@
|
|||
message: "[OpenSearch 2.1 is live 🍾!](/downloads.html)"
|
||||
message: "[OpenSearch 2.2 is live 🍾!](/downloads.html)"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"current": "2.1",
|
||||
"current": "2.2",
|
||||
"all": [
|
||||
"2.2",
|
||||
"2.1",
|
||||
"2.0",
|
||||
"1.3",
|
||||
|
@ -8,5 +9,5 @@
|
|||
"1.1",
|
||||
"1.0"
|
||||
],
|
||||
"latest": "2.1"
|
||||
"latest": "2.2"
|
||||
}
|
|
@ -66,6 +66,25 @@ bin/opensearch-plugin list
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<tr>
|
||||
<td>2.2.0</td>
|
||||
<td>
|
||||
<pre>opensearch-alerting 2.2.0.0
|
||||
opensearch-anomaly-detection 2.2.0.0
|
||||
opensearch-asynchronous-search 2.2.0.0
|
||||
opensearch-cross-cluster-replication 2.2.0.0
|
||||
opensearch-index-management 2.2.0.0
|
||||
opensearch-job-scheduler 2.2.0.0
|
||||
opensearch-knn 2.2.0.0
|
||||
opensearch-ml 2.2.0.0
|
||||
opensearch-observability 2.2.0.0
|
||||
opensearch-performance-analyzer 2.2.0.0
|
||||
opensearch-reports-scheduler 2.2.0.0
|
||||
opensearch-security 2.2.0.0
|
||||
opensearch-sql 2.2.0.0
|
||||
</pre>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2.1.0.0</td>
|
||||
<td>
|
||||
|
|
|
@ -9,6 +9,7 @@ permalink: /version-history/
|
|||
|
||||
OpenSearch version | Release highlights | Release date
|
||||
:--- | :--- | :--- | :---
|
||||
[2.2.0](https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.2.0.md) | Includes support for Logistic Regression and RCFSummarize machine learning algorithms in ML Commons, Lucene or C-based Nmslib and Faiss libraries for approximate k-NN search, search by relevance using SQL and PPL queries, custom region maps for visualizations, and rollup enhancements. For a full list of release highlights, see the Release Notes. | 11 August 2022
|
||||
[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
|
||||
|
|
Loading…
Reference in New Issue