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
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 ++