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
Copy Markdown
Collaborator

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 not 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.

Correct. I missed this: #9053


* 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