Skip to content

Commit

Permalink
Merge pull request #383 from Automattic/update-elasticsearch
Browse files Browse the repository at this point in the history
chore: test Elasticsearch against 8.16.1
  • Loading branch information
sjinks authored Nov 24, 2024
2 parents b239fdd + 962daf8 commit 00c3edf
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/features-scenarios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Download Elasticsearch
run: |
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
wget https://artifacts-no-kpi.elastic.co/downloads/elasticsearch/elasticsearch-8.16.1-linux-x86_64.tar.gz
working-directory: features/src/elasticsearch
if: matrix.test.feature == 'elasticsearch'

Expand Down
4 changes: 2 additions & 2 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.3",
"version": "1.2.4",
"containerEnv": {
"ES_TMPDIR": "/usr/share/elasticsearch/tmp"
},
Expand All @@ -16,7 +16,7 @@
"type": "string",
"default": "7.17.25",
"description": "Elasticsearch version to install",
"proposals": ["7.17.25", "8.15.3"]
"proposals": ["7.17.25", "8.16.1"]
},
"installDataToWorkspaces": {
"type": "boolean",
Expand Down
2 changes: 1 addition & 1 deletion features/src/elasticsearch/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi
: "${INSTALLDATATOWORKSPACES:?}"
: "${INSTALL_RUNIT_SERVICE:=true}"

ES_VERSION="${VERSION:-7.17.21}"
ES_VERSION="${VERSION:-7.17.25}"

if [ "${ENABLED}" = "true" ]; then
echo '(*) Installing Elasticsearch...'
Expand Down
24 changes: 12 additions & 12 deletions features/test/elasticsearch/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"features": {
"elasticsearch": {
"version": "7.17.22"
"version": "7.17.25"
}
}
},
Expand All @@ -19,7 +19,7 @@
},
"features": {
"elasticsearch": {
"version": "8.14.1"
"version": "8.16.1"
}
}
},
Expand All @@ -31,7 +31,7 @@
},
"features": {
"elasticsearch": {
"version": "7.17.22",
"version": "7.17.25",
"installDataToWorkspaces": true
}
}
Expand All @@ -44,7 +44,7 @@
},
"features": {
"elasticsearch": {
"version": "8.14.1",
"version": "8.16.1",
"installDataToWorkspaces": true
}
}
Expand All @@ -57,7 +57,7 @@
},
"features": {
"elasticsearch": {
"version": "7.17.22"
"version": "7.17.25"
}
}
},
Expand All @@ -69,7 +69,7 @@
},
"features": {
"elasticsearch": {
"version": "8.14.1"
"version": "8.16.1"
}
}
},
Expand All @@ -81,7 +81,7 @@
},
"features": {
"elasticsearch": {
"version": "7.17.22",
"version": "7.17.25",
"installDataToWorkspaces": true
}
}
Expand All @@ -94,7 +94,7 @@
},
"features": {
"elasticsearch": {
"version": "8.14.1",
"version": "8.16.1",
"installDataToWorkspaces": true
}
}
Expand All @@ -108,7 +108,7 @@
"features": {
"entrypoints": {},
"elasticsearch": {
"version": "7.17.22",
"version": "7.17.25",
"install-runit-service": false
}
},
Expand All @@ -125,7 +125,7 @@
"features": {
"entrypoints": {},
"elasticsearch": {
"version": "8.14.1",
"version": "8.16.1",
"install-runit-service": false
}
},
Expand All @@ -143,7 +143,7 @@
"features": {
"entrypoints": {},
"elasticsearch": {
"version": "7.17.22",
"version": "7.17.25",
"install-runit-service": false
}
},
Expand All @@ -160,7 +160,7 @@
"features": {
"entrypoints": {},
"elasticsearch": {
"version": "8.14.1",
"version": "8.16.1",
"install-runit-service": false
}
},
Expand Down

0 comments on commit 00c3edf

Please sign in to comment.