Commit cc97717
committed
fix: update Elasticsearch to 8.5.0 and ES_VERSION to v8
The docker-compose smoke test ("Ensure images work") was failing because
auto-setup had ES_VERSION=v7 while running ES 8.0.0. This mismatch caused
the auto-setup container to get stuck waiting for Elasticsearch.
This fix was applied to release/v1.29.x in PR #309 but was never applied
to main, causing CI failures on all release branch PRs since
docker-build-only.yml checks out main.
Made-with: Cursor1 parent d0ab85e commit cc97717
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments