From e581341cf0a58022046a7afb3db345b056b5d9ec Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Tue, 2 Apr 2024 14:49:41 -0400 Subject: [PATCH] Add 2.13 version 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 57dbf8c641..d9c0ee823f 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.12.0' -opensearch_dashboards_version: '2.12.0' -opensearch_major_minor_version: '2.12' -lucene_version: '9_9_2' +opensearch_version: '2.13.0' +opensearch_dashboards_version: '2.13.0' +opensearch_major_minor_version: '2.13' +lucene_version: '9_10_0' # Build settings markdown: kramdown diff --git a/_data/versions.json b/_data/versions.json index 1dd727f3e1..03e43e6d4a 100644 --- a/_data/versions.json +++ b/_data/versions.json @@ -1,10 +1,11 @@ { - "current": "2.12", + "current": "2.13", "all": [ - "2.12", + "2.13", "1.3" ], "archived": [ + "2.12", "2.11", "2.10", "2.9", @@ -21,7 +22,7 @@ "1.1", "1.0" ], - "latest": "2.12" + "latest": "2.13" }