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

Commit

Permalink
Remove EOL versions (#340)
Browse files Browse the repository at this point in the history
This commit removes versions that are now End-Of-Life (EOL):
6.4.3 and 6.5.4

(cherry picked from commit 2b32249)
  • Loading branch information
russcam committed May 14, 2020
1 parent 1224e5d commit 5b4422c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions build/allowedValues.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"versions": [
"6.4.3",
"6.5.4",
"6.6.2",
"6.7.2",
"6.8.5",
Expand Down
8 changes: 0 additions & 8 deletions src/createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@
"toolTip": "Choose a version of Elasticsearch.",
"constraints": {
"allowedValues": [
{
"label": "v6.4.3",
"value": "6.4.3"
},
{
"label": "v6.5.4",
"value": "6.5.4"
},
{
"label": "v6.6.2",
"value": "6.6.2"
Expand Down
2 changes: 0 additions & 2 deletions src/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
"type": "string",
"defaultValue": "7.7.0",
"allowedValues": [
"6.4.3",
"6.5.4",
"6.6.2",
"6.7.2",
"6.8.5",
Expand Down

0 comments on commit 5b4422c

Please sign in to comment.