Skip to content

Commit f007ef2

Browse files
committed
Elasticsearch versions at major level rather than minor
1 parent 53ceac3 commit f007ef2

File tree

2 files changed

+8
-28
lines changed

2 files changed

+8
-28
lines changed

package.json

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Elasticsearch",
3-
"version": "0.1.7",
4-
"versionDate": "2018-08-09",
3+
"version": "0.1.8",
4+
"versionDate": "2018-08-28",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "1.12.7",
@@ -12,19 +12,9 @@
1212
"applicationTarget": "ELASTICSEARCH",
1313
"title": "Elasticsearch",
1414
"versions": [
15-
"2.3.x",
16-
"2.4.x",
17-
"5.0.x",
18-
"5.1.x",
19-
"5.2.x",
20-
"5.3.x",
21-
"5.4.x",
22-
"5.5.x",
23-
"5.6.x",
24-
"6.0.x",
25-
"6.1.x",
26-
"6.2.x",
27-
"6.3.x"
15+
"2.x",
16+
"5.x",
17+
"6.x"
2818
]
2919
},
3020
"features": {

properties_pane/model_level/modelLevelConfig.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -102,19 +102,9 @@ making sure that you maintain a proper JSON format.
102102
"propertyTooltip": "DB version",
103103
"propertyType": "select",
104104
"options": [
105-
"2.3.x",
106-
"2.4.x",
107-
"5.0.x",
108-
"5.1.x",
109-
"5.2.x",
110-
"5.3.x",
111-
"5.4.x",
112-
"5.5.x",
113-
"5.6.x",
114-
"6.0.x",
115-
"6.1.x",
116-
"6.2.x",
117-
"6.3.x"
105+
"2.x",
106+
"5.x",
107+
"6.x"
118108
],
119109
"disabledOption": false
120110
},

0 commit comments

Comments
 (0)