From 68de20990bf318ac30d17c1c44fc32f7fdae562b Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:16:48 -0400 Subject: [PATCH] Add 2.8 version (#4240) 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 7bfae748f2..0d6ac85575 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.7.0' -opensearch_dashboards_version: '2.7.0' -opensearch_major_minor_version: '2.7' -lucene_version: '9_5_0' +opensearch_version: '2.8.0' +opensearch_dashboards_version: '2.8.0' +opensearch_major_minor_version: '2.8' +lucene_version: '9_6_0' # Build settings markdown: kramdown diff --git a/_data/versions.json b/_data/versions.json index 0515ac80de..afbcacbcf3 100644 --- a/_data/versions.json +++ b/_data/versions.json @@ -1,10 +1,11 @@ { - "current": "2.7", + "current": "2.8", "all": [ - "2.7", + "2.8", "1.3" ], "archived": [ + "2.7", "2.6", "2.5", "2.4", @@ -16,7 +17,7 @@ "1.1", "1.0" ], - "latest": "2.7" + "latest": "2.8" }