Skip to content

Commit c519ab1

Browse files
kolchfa-awssumobrian
authored andcommitted
Add 3.2 version (opensearch-project#10740)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
1 parent 365bd55 commit c519ab1

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
@@ -6,10 +6,10 @@ latesturl: "/latest" # The subpath of the latest version. Used for non-version-s
66
url: "https://docs.opensearch.org" # the base hostname & protocol for your site, e.g. http://example.com
77
permalink: /:path/
88

9-
opensearch_version: '3.1.0'
10-
opensearch_dashboards_version: '3.1.0'
11-
opensearch_major_minor_version: '3.1'
12-
lucene_version: '10_2_1'
9+
opensearch_version: '3.2.0'
10+
opensearch_dashboards_version: '3.2.0'
11+
opensearch_major_minor_version: '3.2'
12+
lucene_version: '10_2_2'
1313

1414
# Build settings
1515
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": "3.1",
2+
"current": "3.2",
33
"all": [
4-
"3.1",
4+
"3.2",
55
"2.19"
66
],
77
"archived": [
8+
"3.1",
89
"3.0",
910
"2.18",
1011
"2.17",
@@ -30,7 +31,7 @@
3031
"1.1",
3132
"1.0"
3233
],
33-
"latest": "3.1"
34+
"latest": "3.2"
3435
}
3536

3637

0 commit comments

Comments
 (0)