-
Notifications
You must be signed in to change notification settings - Fork 195
[ECK-3.3] Update supported versions #4669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: eck-3.3.0
Are you sure you want to change the base?
[ECK-3.3] Update supported versions #4669
Conversation
Signed-off-by: Michael Montgomery <[email protected]>
| * Elastic Agent: 7.10+ (standalone), 7.17+ (Fleet), 8+, 9+ | ||
| * Elastic Maps Server: 7.17+, 8+, 9+ | ||
| * Logstash: 8.7+, 9+ | ||
| * Logstash: 8.12+, 9+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this was a typo, as in our (cloud-on-k8s) 3.2 branch, I see we support Logstash 8.12+, not 8.7+
✅ Vale Linting ResultsNo issues found on modified lines! The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the ECK documentation for the upcoming 3.3 release, introducing support information for the new version and improving terminology consistency throughout the document.
Changes:
- Added ECK 3.3+ compatibility information for Kubernetes 1.31-1.35 and OpenShift 4.16-4.20
- Updated Stack component support for ECK 3.3+, removing support for versions prior to 8.x (except Enterprise Search and Logstash which maintain limited 7.x support)
- Replaced hardcoded "Kubernetes" references with the
{{k8s}}template variable for consistency
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| * Logstash: 8.7+, 9+ | ||
| * Logstash: 8.12+, 9+ | ||
| ::: | ||
|
|
Copilot
AI
Jan 15, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Stack compatibility section is missing entries for ECK versions 3.1 and 3.0, while the Kubernetes compatibility section above includes these versions (lines 94-108). For consistency and completeness, the Stack compatibility section should also include applies-item blocks for ECK versions 3.1 and 3.0 with their respective supported Stack application versions.
| :::{applies-item} eck: ga =3.1 | |
| * {{es}}, {{kib}}, APM Server: 7.17+, 8+, 9+ | |
| * Enterprise Search: 7.7+, 8+ | |
| * Beats: 7.17+, 8+, 9+ | |
| * Elastic Agent: 7.10+ (standalone), 7.17+ (Fleet), 8+, 9+ | |
| * Elastic Maps Server: 7.17+, 8+, 9+ | |
| * Logstash: 8.12+, 9+ | |
| ::: | |
| :::{applies-item} eck: ga =3.0 | |
| * {{es}}, {{kib}}, APM Server: 7.17+, 8+, 9+ | |
| * Enterprise Search: 7.7+, 8+ | |
| * Beats: 7.17+, 8+, 9+ | |
| * Elastic Agent: 7.10+ (standalone), 7.17+ (Fleet), 8+, 9+ | |
| * Elastic Maps Server: 7.17+, 8+, 9+ | |
| * Logstash: 8.12+, 9+ | |
| ::: |
Updates the supported versions for the upcoming ECK 3.3 release.