Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Add support for 6.5.3 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
russcam committed Dec 14, 2018
1 parent d2b4cd1 commit 48fc733
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion build/allowedValues.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"6.4.3",
"6.5.0",
"6.5.1",
"6.5.2"
"6.5.2",
"6.5.3"
],
"numberOfDataNodes" : 50,
"numberOfClientNodes" : 20,
Expand Down
6 changes: 5 additions & 1 deletion src/createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"name": "esVersion",
"type": "Microsoft.Common.DropDown",
"label": "Elasticsearch version",
"defaultValue": "v6.5.2",
"defaultValue": "v6.5.3",
"toolTip": "Choose a version of Elasticsearch.",
"constraints": {
"allowedValues": [
Expand Down Expand Up @@ -105,6 +105,10 @@
{
"label": "v6.5.2",
"value": "6.5.2"
},
{
"label": "v6.5.3",
"value": "6.5.3"
}
]
}
Expand Down
5 changes: 3 additions & 2 deletions src/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"esVersion": {
"type": "string",
"defaultValue": "6.5.2",
"defaultValue": "6.5.3",
"allowedValues": [
"5.5.3",
"5.6.12",
Expand All @@ -34,7 +34,8 @@
"6.4.3",
"6.5.0",
"6.5.1",
"6.5.2"
"6.5.2",
"6.5.3"
],
"metadata": {
"description": "Elasticsearch version to install"
Expand Down

0 comments on commit 48fc733

Please sign in to comment.