Adds 2.5.0 version ()

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
kolchfa-aws 2023-01-24 14:16:48 -05:00 committed by GitHub
parent 65600a59fa
commit 71c846a163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

@ -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 url: "https://opensearch.org" # the base hostname & protocol for your site, e.g. http://example.com
permalink: /:path/ permalink: /:path/
opensearch_version: 2.4.0 opensearch_version: 2.5.0
opensearch_dashboards_version: 2.4.0 opensearch_dashboards_version: 2.5.0
opensearch_major_minor_version: 2.4 opensearch_major_minor_version: 2.5
lucene_version: 9_4_1 lucene_version: 9_4_2
# Build settings # Build settings
markdown: kramdown markdown: kramdown

@ -1,6 +1,7 @@
{ {
"current": "2.4", "current": "2.5",
"all": [ "all": [
"2.5",
"2.4", "2.4",
"2.3", "2.3",
"2.2", "2.2",
@ -11,5 +12,5 @@
"1.1", "1.1",
"1.0" "1.0"
], ],
"latest": "2.4" "latest": "2.5"
} }