From 71c846a163d2adb21abfceb5b1df3bfcb8c4c031 Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Tue, 24 Jan 2023 14:16:48 -0500 Subject: [PATCH] Adds 2.5.0 version (#2436) Signed-off-by: Fanit Kolchina Signed-off-by: Fanit Kolchina --- _config.yml | 8 ++++---- _data/versions.json | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index 778e680f..01305683 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.4.0 -opensearch_dashboards_version: 2.4.0 -opensearch_major_minor_version: 2.4 -lucene_version: 9_4_1 +opensearch_version: 2.5.0 +opensearch_dashboards_version: 2.5.0 +opensearch_major_minor_version: 2.5 +lucene_version: 9_4_2 # Build settings markdown: kramdown diff --git a/_data/versions.json b/_data/versions.json index ac4fcafe..0f476fb6 100644 --- a/_data/versions.json +++ b/_data/versions.json @@ -1,6 +1,7 @@ { - "current": "2.4", + "current": "2.5", "all": [ + "2.5", "2.4", "2.3", "2.2", @@ -11,5 +12,5 @@ "1.1", "1.0" ], - "latest": "2.4" + "latest": "2.5" } \ No newline at end of file