Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .buildkite/e2e/release-branch-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
fixed:
E2E_PROVIDER: gke
mixed:
- E2E_STACK_VERSION: "7.17.29"
- E2E_STACK_VERSION: "8.0.1"
- E2E_STACK_VERSION: "8.1.3"
- E2E_STACK_VERSION: "8.2.3"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ Supported versions:

* Kubernetes 1.31-1.35
* OpenShift 4.16-4.20
* Elasticsearch, Kibana, APM Server: 7.17+, 8+, 9+
* Elasticsearch, Kibana, APM Server: 8+, 9+
* Enterprise Search: 7.7+, 8+
* Beats: 7.17+, 8+, 9+
* Elastic Agent: 7.17+ (standalone), 7.17+, 8+, 9+ (Fleet)
* Elastic Maps Server: 7.17+, 8+, 9+
* Beats: 8+, 9+
* Elastic Agent: 8+, 9+ (Fleet, Standalone)
* Elastic Maps Server: 8+, 9+
* Logstash 8.12+, 9+

Check the [Quickstart](https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-quickstart.html) to deploy your first cluster with ECK.
Expand Down
10 changes: 5 additions & 5 deletions hack/operatorhub/templates/csv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -290,15 +290,15 @@ spec:

* Google Kubernetes Engine (GKE), Azure Kubernetes Service (AKS), and Amazon Elastic Kubernetes Service (EKS)

* Elasticsearch, Kibana, APM Server: 7.17+, 8+, 9+
* Elasticsearch, Kibana, APM Server: 8+, 9+

* Enterprise Search: 7.17+, 8+
* Enterprise Search: 7.7+, 8+
Copy link

Copilot AI Jan 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Enterprise Search version support is being changed from "7.17+" to "7.7+", which moves backward to an older version. This is inconsistent with the PR's goal of removing support for Stack 7.17. Since 7.7 is older than 7.17, this change would expand support to older versions rather than removing 7.17 support. Consider changing this to "8+" to align with the removal of 7.17 support, or verify if Enterprise Search has a different support policy.

Suggested change
* Enterprise Search: 7.7+, 8+
* Enterprise Search: 8+, 9+

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ent Search == different from core stack. Also this was a typo that was fixed. Not relevant.

Copy link
Copy Markdown
Collaborator

@pebrc pebrc Jan 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I struggle to see how this can be correct. Enterprise Search as a product is EOL and 8.x is still supported until 2027 but there is no mention of 7.x https://www.elastic.co/support/eol#end-of-life-eol-software-products

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#9053 You are correct @pebrc . Would you rather I:

  1. merge this, and also merge the backport of 9053?
  2. or edit this directly removing Ent Search 7.x?


* Beats: 7.17+, 8+, 9+
* Beats: 8+, 9+

* Elastic Agent: 7.17+, 8+, 9+
* Elastic Agent: 8+, 9+

* Elastic Maps Server: 7.17+, 8+, 9+
* Elastic Maps Server: 8+, 9+

* Logstash 8.12+, 9+

Expand Down