Skip to content

Commit 5004759

Browse files
committed
chore(elasticsearch): update ES versions
1 parent f3beb31 commit 5004759

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

.github/workflows/features-scenarios.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
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

features/src/elasticsearch/README.md

+1-1
Original file line numberDiff line numberDiff 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

features/src/elasticsearch/devcontainer-feature.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
},
@@ -14,9 +14,9 @@
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",

features/src/elasticsearch/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414
: "${INSTALLDATATOWORKSPACES:?}"
1515
: "${INSTALL_RUNIT_SERVICE:=true}"
1616

17-
ES_VERSION="${VERSION:-7.17.25}"
17+
ES_VERSION="${VERSION:-7.17.28}"
1818

1919
if [ "${ENABLED}" = "true" ]; then
2020
echo '(*) Installing Elasticsearch...'

features/test/elasticsearch/scenarios.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"features": {
99
"elasticsearch": {
10-
"version": "7.17.25"
10+
"version": "7.17.28"
1111
}
1212
}
1313
},
@@ -19,7 +19,7 @@
1919
},
2020
"features": {
2121
"elasticsearch": {
22-
"version": "8.16.1"
22+
"version": "8.17.3"
2323
}
2424
}
2525
},
@@ -31,7 +31,7 @@
3131
},
3232
"features": {
3333
"elasticsearch": {
34-
"version": "7.17.25",
34+
"version": "7.17.28",
3535
"installDataToWorkspaces": true
3636
}
3737
}
@@ -44,7 +44,7 @@
4444
},
4545
"features": {
4646
"elasticsearch": {
47-
"version": "8.16.1",
47+
"version": "8.17.3",
4848
"installDataToWorkspaces": true
4949
}
5050
}
@@ -57,7 +57,7 @@
5757
},
5858
"features": {
5959
"elasticsearch": {
60-
"version": "7.17.25"
60+
"version": "7.17.28"
6161
}
6262
}
6363
},
@@ -69,7 +69,7 @@
6969
},
7070
"features": {
7171
"elasticsearch": {
72-
"version": "8.16.1"
72+
"version": "8.17.3"
7373
}
7474
}
7575
},
@@ -81,7 +81,7 @@
8181
},
8282
"features": {
8383
"elasticsearch": {
84-
"version": "7.17.25",
84+
"version": "7.17.28",
8585
"installDataToWorkspaces": true
8686
}
8787
}
@@ -94,7 +94,7 @@
9494
},
9595
"features": {
9696
"elasticsearch": {
97-
"version": "8.16.1",
97+
"version": "8.17.3",
9898
"installDataToWorkspaces": true
9999
}
100100
}
@@ -108,7 +108,7 @@
108108
"features": {
109109
"entrypoints": {},
110110
"elasticsearch": {
111-
"version": "7.17.25",
111+
"version": "7.17.28",
112112
"install-runit-service": false
113113
}
114114
},
@@ -125,7 +125,7 @@
125125
"features": {
126126
"entrypoints": {},
127127
"elasticsearch": {
128-
"version": "8.16.1",
128+
"version": "8.17.3",
129129
"install-runit-service": false
130130
}
131131
},
@@ -143,7 +143,7 @@
143143
"features": {
144144
"entrypoints": {},
145145
"elasticsearch": {
146-
"version": "7.17.25",
146+
"version": "7.17.28",
147147
"install-runit-service": false
148148
}
149149
},
@@ -160,7 +160,7 @@
160160
"features": {
161161
"entrypoints": {},
162162
"elasticsearch": {
163-
"version": "8.16.1",
163+
"version": "8.17.3",
164164
"install-runit-service": false
165165
}
166166
},

0 commit comments

Comments
 (0)