Adds 2.3 release (#1197)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
parent
cc0ee6b99b
commit
fc34d7127f
|
@ -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.2.0
|
||||
opensearch_dashboards_version: 2.2.0
|
||||
opensearch_major_minor_version: 2.2
|
||||
opensearch_version: 2.3.0
|
||||
opensearch_dashboards_version: 2.3.0
|
||||
opensearch_major_minor_version: 2.3
|
||||
lucene_version: 9_3_0
|
||||
|
||||
# Build settings
|
||||
|
|
|
@ -1 +1 @@
|
|||
message: "[OpenSearch 2.2 is live 🍾!](/downloads.html)"
|
||||
message: "[OpenSearch 2.3 is live 🍾!](/downloads.html)"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"current": "2.2",
|
||||
"current": "2.3",
|
||||
"all": [
|
||||
"2.3",
|
||||
"2.2",
|
||||
"2.1",
|
||||
"2.0",
|
||||
|
@ -9,5 +10,5 @@
|
|||
"1.1",
|
||||
"1.0"
|
||||
],
|
||||
"latest": "2.2"
|
||||
"latest": "2.3"
|
||||
}
|
Loading…
Reference in New Issue