Skip to content

Commit 15b07aa

Browse files
authored
Add 2.18 version (#8660)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
1 parent 9a62529 commit 15b07aa

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ baseurl: "/docs/latest" # the subpath of your site, e.g. /blog
55
url: "https://opensearch.org" # the base hostname & protocol for your site, e.g. http://example.com
66
permalink: /:path/
77

8-
opensearch_version: '2.17.0'
9-
opensearch_dashboards_version: '2.17.0'
10-
opensearch_major_minor_version: '2.17'
11-
lucene_version: '9_11_1'
8+
opensearch_version: '2.18.0'
9+
opensearch_dashboards_version: '2.18.0'
10+
opensearch_major_minor_version: '2.18'
11+
lucene_version: '9_12_0'
1212

1313
# Build settings
1414
markdown: kramdown

_data/versions.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"current": "2.17",
2+
"current": "2.18",
33
"all": [
4-
"2.17",
4+
"2.18",
55
"1.3"
66
],
77
"archived": [
8+
"2.17",
89
"2.16",
910
"2.15",
1011
"2.14",
@@ -26,7 +27,7 @@
2627
"1.1",
2728
"1.0"
2829
],
29-
"latest": "2.17"
30+
"latest": "2.18"
3031
}
3132

3233

0 commit comments

Comments
 (0)