File tree 5 files changed +19
-19
lines changed
5 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 78
78
79
79
- name : Download Elasticsearch
80
80
run : |
81
- wget https://artifacts-no-kpi.elastic.co/downloads/elasticsearch/elasticsearch-7.17.25 -linux-x86_64.tar.gz
82
- wget https://artifacts-no-kpi.elastic.co/downloads/elasticsearch/elasticsearch-8.16.1 -linux-x86_64.tar.gz
81
+ wget https://artifacts-no-kpi.elastic.co/downloads/elasticsearch/elasticsearch-7.17.28 -linux-x86_64.tar.gz
82
+ wget https://artifacts-no-kpi.elastic.co/downloads/elasticsearch/elasticsearch-8.17.3 -linux-x86_64.tar.gz
83
83
working-directory : features/src/elasticsearch
84
84
if : matrix.test.feature == 'elasticsearch'
85
85
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Sets up Elasticsearch into the Dev Environment
16
16
| Options Id | Description | Type | Default Value |
17
17
| -----| -----| -----| -----|
18
18
| enabled | Enable Elasticsearch | boolean | true |
19
- | version | Elasticsearch version to install | string | 7.17.25 |
19
+ | version | Elasticsearch version to install | string | 7.17.28 |
20
20
| installDataToWorkspaces | Set Elasticseatch data directory to /workspaces/es-data to persist data between container rebuilds (GHCS) | boolean | false |
21
21
| install-runit-service | Whether to install a runit service for Elasticsearch | boolean | true |
22
22
Original file line number Diff line number Diff line change 2
2
"id" : " elasticsearch" ,
3
3
"name" : " Elasticsearch" ,
4
4
"description" : " Sets up Elasticsearch into the Dev Environment" ,
5
- "version" : " 1.2.4 " ,
5
+ "version" : " 1.2.5 " ,
6
6
"containerEnv" : {
7
7
"ES_TMPDIR" : " /usr/share/elasticsearch/tmp"
8
8
},
14
14
},
15
15
"version" : {
16
16
"type" : " string" ,
17
- "default" : " 7.17.25 " ,
17
+ "default" : " 7.17.28 " ,
18
18
"description" : " Elasticsearch version to install" ,
19
- "proposals" : [" 7.17.25 " , " 8.16.1 " ]
19
+ "proposals" : [" 7.17.28 " , " 8.17.3 " ]
20
20
},
21
21
"installDataToWorkspaces" : {
22
22
"type" : " boolean" ,
Original file line number Diff line number Diff line change 14
14
: " ${INSTALLDATATOWORKSPACES:? } "
15
15
: " ${INSTALL_RUNIT_SERVICE:= true} "
16
16
17
- ES_VERSION=" ${VERSION:- 7.17.25 } "
17
+ ES_VERSION=" ${VERSION:- 7.17.28 } "
18
18
19
19
if [ " ${ENABLED} " = " true" ]; then
20
20
echo ' (*) Installing Elasticsearch...'
Original file line number Diff line number Diff line change 7
7
},
8
8
"features" : {
9
9
"elasticsearch" : {
10
- "version" : " 7.17.25 "
10
+ "version" : " 7.17.28 "
11
11
}
12
12
}
13
13
},
19
19
},
20
20
"features" : {
21
21
"elasticsearch" : {
22
- "version" : " 8.16.1 "
22
+ "version" : " 8.17.3 "
23
23
}
24
24
}
25
25
},
31
31
},
32
32
"features" : {
33
33
"elasticsearch" : {
34
- "version" : " 7.17.25 " ,
34
+ "version" : " 7.17.28 " ,
35
35
"installDataToWorkspaces" : true
36
36
}
37
37
}
44
44
},
45
45
"features" : {
46
46
"elasticsearch" : {
47
- "version" : " 8.16.1 " ,
47
+ "version" : " 8.17.3 " ,
48
48
"installDataToWorkspaces" : true
49
49
}
50
50
}
57
57
},
58
58
"features" : {
59
59
"elasticsearch" : {
60
- "version" : " 7.17.25 "
60
+ "version" : " 7.17.28 "
61
61
}
62
62
}
63
63
},
69
69
},
70
70
"features" : {
71
71
"elasticsearch" : {
72
- "version" : " 8.16.1 "
72
+ "version" : " 8.17.3 "
73
73
}
74
74
}
75
75
},
81
81
},
82
82
"features" : {
83
83
"elasticsearch" : {
84
- "version" : " 7.17.25 " ,
84
+ "version" : " 7.17.28 " ,
85
85
"installDataToWorkspaces" : true
86
86
}
87
87
}
94
94
},
95
95
"features" : {
96
96
"elasticsearch" : {
97
- "version" : " 8.16.1 " ,
97
+ "version" : " 8.17.3 " ,
98
98
"installDataToWorkspaces" : true
99
99
}
100
100
}
108
108
"features" : {
109
109
"entrypoints" : {},
110
110
"elasticsearch" : {
111
- "version" : " 7.17.25 " ,
111
+ "version" : " 7.17.28 " ,
112
112
"install-runit-service" : false
113
113
}
114
114
},
125
125
"features" : {
126
126
"entrypoints" : {},
127
127
"elasticsearch" : {
128
- "version" : " 8.16.1 " ,
128
+ "version" : " 8.17.3 " ,
129
129
"install-runit-service" : false
130
130
}
131
131
},
143
143
"features" : {
144
144
"entrypoints" : {},
145
145
"elasticsearch" : {
146
- "version" : " 7.17.25 " ,
146
+ "version" : " 7.17.28 " ,
147
147
"install-runit-service" : false
148
148
}
149
149
},
160
160
"features" : {
161
161
"entrypoints" : {},
162
162
"elasticsearch" : {
163
- "version" : " 8.16.1 " ,
163
+ "version" : " 8.17.3 " ,
164
164
"install-runit-service" : false
165
165
}
166
166
},
You can’t perform that action at this time.
0 commit comments