From cb5599423336dfb5dc20eb24e8d8b9d7bc3d0c8c Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Tue, 20 Feb 2024 16:57:55 -0500 Subject: [PATCH] Add 2.12 version (#6451) Signed-off-by: Fanit Kolchina --- _config.yml | 8 ++++---- _data/versions.json | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/_config.yml b/_config.yml index 1579dce6..57dbf8c6 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.11.1' -opensearch_dashboards_version: '2.11.1' -opensearch_major_minor_version: '2.11' -lucene_version: '9_7_0' +opensearch_version: '2.12.0' +opensearch_dashboards_version: '2.12.0' +opensearch_major_minor_version: '2.12' +lucene_version: '9_9_2' # Build settings markdown: kramdown diff --git a/_data/versions.json b/_data/versions.json index a7c19704..1dd727f3 100644 --- a/_data/versions.json +++ b/_data/versions.json @@ -1,10 +1,11 @@ { - "current": "2.11", + "current": "2.12", "all": [ - "2.11", + "2.12", "1.3" ], "archived": [ + "2.11", "2.10", "2.9", "2.8", @@ -20,7 +21,7 @@ "1.1", "1.0" ], - "latest": "2.11" + "latest": "2.12" }