Skip to content

fix: update Elasticsearch to 8.5.0 and ES_VERSION to v8#316

Closed
rkannan82 wants to merge 1 commit intomainfrom
fix/es-smoke-test-main
Closed

fix: update Elasticsearch to 8.5.0 and ES_VERSION to v8#316
rkannan82 wants to merge 1 commit intomainfrom
fix/es-smoke-test-main

Conversation

@rkannan82
Copy link
Copy Markdown

Summary

  • Update ELASTICSEARCH_VERSION from 8.0.0 to 8.5.0 in .env
  • Update ES_VERSION from v7 to v8 in docker-compose.yml

This fix was applied to release/v1.29.x in PR #309 but was never applied to main. Since docker-build-only.yml (used by the features-integration CI) always checks out main, this has been causing CI failures on all release branch PRs — including the v1.28.3 release (PR #315).

The auto-setup container was configured with ES_VERSION=v7 while running ES 8.0.0, causing it to get stuck waiting for Elasticsearch during the smoke test.

Test plan

  • CI "Ensure images work" step passes

Made with Cursor

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: Cursor
@rkannan82 rkannan82 requested a review from a team as a code owner March 18, 2026 22:12
@rkannan82 rkannan82 requested a review from prathyushpv March 18, 2026 22:15
@rkannan82 rkannan82 closed this Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant