Skip to content

Commit

Permalink
Merge pull request #374 from Automattic/update-elasticsearch
Browse files Browse the repository at this point in the history
feat(elasticsearch): update ES versions (7.17.25, 8.15.3)
  • Loading branch information
sjinks authored Oct 28, 2024
2 parents 729c02e + 2029730 commit 932a529
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/features-scenarios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
- name: Download Elasticsearch
run: |
wget https://artifacts-no-kpi.elastic.co/downloads/elasticsearch/elasticsearch-7.17.23-linux-x86_64.tar.gz
wget https://artifacts-no-kpi.elastic.co/downloads/elasticsearch/elasticsearch-8.15.0-linux-x86_64.tar.gz
wget https://artifacts-no-kpi.elastic.co/downloads/elasticsearch/elasticsearch-7.17.25-linux-x86_64.tar.gz
wget https://artifacts-no-kpi.elastic.co/downloads/elasticsearch/elasticsearch-8.15.3-linux-x86_64.tar.gz
working-directory: features/src/elasticsearch
if: matrix.test.feature == 'elasticsearch'

Expand Down
6 changes: 3 additions & 3 deletions features/src/elasticsearch/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "elasticsearch",
"name": "Elasticsearch",
"description": "Sets up Elasticsearch into the Dev Environment",
"version": "1.2.2",
"version": "1.2.3",
"containerEnv": {
"ES_TMPDIR": "/usr/share/elasticsearch/tmp"
},
Expand All @@ -14,9 +14,9 @@
},
"version": {
"type": "string",
"default": "7.17.23",
"default": "7.17.25",
"description": "Elasticsearch version to install",
"proposals": ["7.17.23", "8.15.0"]
"proposals": ["7.17.25", "8.15.3"]
},
"installDataToWorkspaces": {
"type": "boolean",
Expand Down

0 comments on commit 932a529

Please sign in to comment.