Add 2.10 version (#5083)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
parent
e3568ecc43
commit
e40e794b87
|
@ -5,9 +5,9 @@ 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.9.0'
|
||||
opensearch_dashboards_version: '2.9.0'
|
||||
opensearch_major_minor_version: '2.9'
|
||||
opensearch_version: '2.10.0'
|
||||
opensearch_dashboards_version: '2.10.0'
|
||||
opensearch_major_minor_version: '2.10'
|
||||
lucene_version: '9_7_0'
|
||||
|
||||
# Build settings
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
"current": "2.9",
|
||||
"current": "2.10",
|
||||
"all": [
|
||||
"2.9",
|
||||
"2.10",
|
||||
"1.3"
|
||||
],
|
||||
"archived": [
|
||||
"2.9",
|
||||
"2.8",
|
||||
"2.7",
|
||||
"2.6",
|
||||
|
@ -18,7 +19,7 @@
|
|||
"1.1",
|
||||
"1.0"
|
||||
],
|
||||
"latest": "2.9"
|
||||
"latest": "2.10"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue