Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates references to Elasticsearch version 8.13 and bumps support to 8.18 across setup scripts, Docker Compose, documentation, and CI workflows.
- Updated default version for REST API spec generator
- Adjusted CCR setup seeds and Docker Compose to use 8.18 images and container names
- Added 8.18 to supported versions in README and CI download URLs
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| script/setup-ccr | Changed remote seed from es8.13:9300 to es8.18:9300 |
| script/generate-rest-api-spec | Updated default initializer version from 8.13 to 8.18 |
| docker/compose.yaml | Switched Elasticsearch images and cluster names to 8.18 |
| README.md | Added 8.18 to supported Elasticsearch versions list |
| .github/workflows/main.yml | Bumped CI matrix and download URL to Elasticsearch 8.18 |
Comments suppressed due to low confidence (1)
.github/workflows/main.yml:15
- The CI matrix no longer includes tests for Elasticsearch 8.13.2, but the README still lists 8.13 as supported. Consider re-adding 8.13.2 to the matrix to maintain backward compatibility or updating the documentation if support is intentionally dropped.
ES_VERSION: ['8.18.0']
antkaynak
approved these changes
Jun 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the Elasticsearch 8.18 specification to the project and changes references from 8.13.2 to 8.18.0