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

Commit

Permalink
Merge branch 'feature/5.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
russcam committed May 5, 2017
2 parents ffea13e + de9d3db commit 30c0832
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 @@ -26,6 +26,9 @@
},
"5.3.2": {
"kibana": "5.3.2"
},
"5.4.0": {
"kibana": "5.4.0"
}
},
"locations" : [
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.3.2",
"defaultValue": "v5.4.0",
"toolTip": "Choose a version of Elasticsearch.",
"constraints": {
"allowedValues": [
Expand Down Expand Up @@ -93,6 +93,10 @@
{
"label": "v5.3.2",
"value": "5.3.2"
},
{
"label": "v5.4.0",
"value": "5.4.0"
}
]
}
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.3.2",
"defaultValue": "5.4.0",
"allowedValues": [
"2.0.2",
"2.1.2",
Expand All @@ -30,7 +30,8 @@
"5.0.2",
"5.1.2",
"5.2.2",
"5.3.2"
"5.3.2",
"5.4.0"
],
"metadata": {
"description": "Elasticsearch version to install"
Expand Down Expand Up @@ -819,7 +820,8 @@
"5.0.2": "5.0.2",
"5.1.2": "5.1.2",
"5.2.2": "5.2.2",
"5.3.2": "5.3.2"
"5.3.2": "5.3.2",
"5.4.0": "5.4.0"
},
"esSettings": {
"clusterName": "[parameters('esClusterName')]",
Expand Down

0 comments on commit 30c0832

Please sign in to comment.