Skip to content

Commit

Permalink
Add support for 5.6.6 (elastic#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
russcam authored Jan 18, 2018
1 parent 849821d commit e821ee7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
3 changes: 3 additions & 0 deletions build/allowedValues.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
},
"5.6.5": {
"kibana": "5.6.5"
},
"5.6.6": {
"kibana": "5.6.6"
}
},
"numberOfDataNodes" : 50,
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": "v5.6.5",
"defaultValue": "v5.6.6",
"toolTip": "Choose a version of Elasticsearch.",
"constraints": {
"allowedValues": [
Expand Down Expand Up @@ -129,6 +129,10 @@
{
"label": "v5.6.5",
"value": "5.6.5"
},
{
"label": "v5.6.6",
"value": "5.6.6"
}
]
}
Expand Down
8 changes: 5 additions & 3 deletions src/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"esVersion": {
"type": "string",
"defaultValue": "5.6.5",
"defaultValue": "5.6.6",
"allowedValues": [
"2.0.2",
"2.1.2",
Expand All @@ -39,7 +39,8 @@
"5.5.2",
"5.5.3",
"5.6.3",
"5.6.5"
"5.6.5",
"5.6.6"
],
"metadata": {
"description": "Elasticsearch version to install"
Expand Down Expand Up @@ -778,7 +779,8 @@
"5.5.2": "5.5.2",
"5.5.3": "5.5.3",
"5.6.3": "5.6.3",
"5.6.5": "5.6.5"
"5.6.5": "5.6.5",
"5.6.6": "5.6.6"
},
"esSettings": {
"clusterName": "[parameters('esClusterName')]",
Expand Down

0 comments on commit e821ee7

Please sign in to comment.