diff --git a/_config.yml b/_config.yml index 100f0cb1..008da5fc 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/_data/versions.json b/_data/versions.json index fa2f46fe..b80cc0f9 100644 --- a/_data/versions.json +++ b/_data/versions.json @@ -7,5 +7,5 @@ "1.1", "1.0" ], - "latest": "1.3" + "latest": "2.0" } \ No newline at end of file diff --git a/_opensearch/install/plugins.md b/_opensearch/install/plugins.md index 8536e67d..531a7f11 100644 --- a/_opensearch/install/plugins.md +++ b/_opensearch/install/plugins.md @@ -64,6 +64,26 @@ bin/opensearch-plugin list + + 2.0.0.0 + +
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
+
+ + 2.0.0.0-rc1 diff --git a/version-history.md b/version-history.md index 68a2ba2c..c3530f59 100644 --- a/version-history.md +++ b/version-history.md @@ -9,6 +9,7 @@ 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) | Adds Document level monitors for alerting, OpenSearch Notifications, and Geo Map Tiles in OpenSearch Dashboards. Also adds support for Lucene 9 and bug fixes for all OpenSearch Plugins.| 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.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