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