diff --git a/_config.yml b/_config.yml index 38627aa8..52873bd9 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/_data/alert.yml b/_data/alert.yml index df46f5aa..a360fe27 100644 --- a/_data/alert.yml +++ b/_data/alert.yml @@ -1 +1 @@ -message: "[OpenSearch 2.1 is live 🍾!](/downloads.html)" +message: "[OpenSearch 2.2 is live 🍾!](/downloads.html)" diff --git a/_data/versions.json b/_data/versions.json index 29382a0b..c4c1f94d 100644 --- a/_data/versions.json +++ b/_data/versions.json @@ -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" } \ No newline at end of file diff --git a/_opensearch/install/plugins.md b/_opensearch/install/plugins.md index 00a48358..cf2cd91d 100644 --- a/_opensearch/install/plugins.md +++ b/_opensearch/install/plugins.md @@ -66,6 +66,25 @@ bin/opensearch-plugin list + + 2.2.0 + +
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
+
+ + 2.1.0.0 diff --git a/version-history.md b/version-history.md index a1f698f4..cb98c530 100644 --- a/version-history.md +++ b/version-history.md @@ -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