File tree Expand file tree Collapse file tree 5 files changed +19
-19
lines changed
Expand file tree Collapse file tree 5 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 7878
7979 - name : Download Elasticsearch
8080 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
8383 working-directory : features/src/elasticsearch
8484 if : matrix.test.feature == 'elasticsearch'
8585
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Sets up Elasticsearch into the Dev Environment
1616| Options Id | Description | Type | Default Value |
1717| -----| -----| -----| -----|
1818| 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 |
2020| installDataToWorkspaces | Set Elasticseatch data directory to /workspaces/es-data to persist data between container rebuilds (GHCS) | boolean | false |
2121| install-runit-service | Whether to install a runit service for Elasticsearch | boolean | true |
2222
Original file line number Diff line number Diff line change 22 "id" : " elasticsearch" ,
33 "name" : " Elasticsearch" ,
44 "description" : " Sets up Elasticsearch into the Dev Environment" ,
5- "version" : " 1.2.4 " ,
5+ "version" : " 1.2.5 " ,
66 "containerEnv" : {
77 "ES_TMPDIR" : " /usr/share/elasticsearch/tmp"
88 },
1414 },
1515 "version" : {
1616 "type" : " string" ,
17- "default" : " 7.17.25 " ,
17+ "default" : " 7.17.28 " ,
1818 "description" : " Elasticsearch version to install" ,
19- "proposals" : [" 7.17.25 " , " 8.16.1 " ]
19+ "proposals" : [" 7.17.28 " , " 8.17.3 " ]
2020 },
2121 "installDataToWorkspaces" : {
2222 "type" : " boolean" ,
Original file line number Diff line number Diff line change 1414: " ${INSTALLDATATOWORKSPACES:? } "
1515: " ${INSTALL_RUNIT_SERVICE:= true} "
1616
17- ES_VERSION=" ${VERSION:- 7.17.25 } "
17+ ES_VERSION=" ${VERSION:- 7.17.28 } "
1818
1919if [ " ${ENABLED} " = " true" ]; then
2020 echo ' (*) Installing Elasticsearch...'
Original file line number Diff line number Diff line change 77 },
88 "features" : {
99 "elasticsearch" : {
10- "version" : " 7.17.25 "
10+ "version" : " 7.17.28 "
1111 }
1212 }
1313 },
1919 },
2020 "features" : {
2121 "elasticsearch" : {
22- "version" : " 8.16.1 "
22+ "version" : " 8.17.3 "
2323 }
2424 }
2525 },
3131 },
3232 "features" : {
3333 "elasticsearch" : {
34- "version" : " 7.17.25 " ,
34+ "version" : " 7.17.28 " ,
3535 "installDataToWorkspaces" : true
3636 }
3737 }
4444 },
4545 "features" : {
4646 "elasticsearch" : {
47- "version" : " 8.16.1 " ,
47+ "version" : " 8.17.3 " ,
4848 "installDataToWorkspaces" : true
4949 }
5050 }
5757 },
5858 "features" : {
5959 "elasticsearch" : {
60- "version" : " 7.17.25 "
60+ "version" : " 7.17.28 "
6161 }
6262 }
6363 },
6969 },
7070 "features" : {
7171 "elasticsearch" : {
72- "version" : " 8.16.1 "
72+ "version" : " 8.17.3 "
7373 }
7474 }
7575 },
8181 },
8282 "features" : {
8383 "elasticsearch" : {
84- "version" : " 7.17.25 " ,
84+ "version" : " 7.17.28 " ,
8585 "installDataToWorkspaces" : true
8686 }
8787 }
9494 },
9595 "features" : {
9696 "elasticsearch" : {
97- "version" : " 8.16.1 " ,
97+ "version" : " 8.17.3 " ,
9898 "installDataToWorkspaces" : true
9999 }
100100 }
108108 "features" : {
109109 "entrypoints" : {},
110110 "elasticsearch" : {
111- "version" : " 7.17.25 " ,
111+ "version" : " 7.17.28 " ,
112112 "install-runit-service" : false
113113 }
114114 },
125125 "features" : {
126126 "entrypoints" : {},
127127 "elasticsearch" : {
128- "version" : " 8.16.1 " ,
128+ "version" : " 8.17.3 " ,
129129 "install-runit-service" : false
130130 }
131131 },
143143 "features" : {
144144 "entrypoints" : {},
145145 "elasticsearch" : {
146- "version" : " 7.17.25 " ,
146+ "version" : " 7.17.28 " ,
147147 "install-runit-service" : false
148148 }
149149 },
160160 "features" : {
161161 "entrypoints" : {},
162162 "elasticsearch" : {
163- "version" : " 8.16.1 " ,
163+ "version" : " 8.17.3 " ,
164164 "install-runit-service" : false
165165 }
166166 },
You can’t perform that action at this time.
0 commit comments