UNCLASSIFIED

Commit e1911b70 authored by Idan Moyal's avatar Idan Moyal
Browse files

Update ECK Operator version to 1.6.0

parent 1ef200b3
Pipeline #280571 passed with stages
in 5 minutes and 59 seconds
# Elastic Cloud on Kubernetes (ECK)
Elastic Cloud on Kubernetes automates the deployment, provisioning, management, and orchestration of Elasticsearch, Kibana, APM Server, Enterprise Search, and Beats on Kubernetes based on the operator pattern.
Elastic Cloud on Kubernetes automates the deployment, provisioning, management, and orchestration of Elasticsearch, Kibana, APM Server, Enterprise Search, Beats, Elastic Agent and Elastic Maps Server on Kubernetes based on the operator pattern.
Current features:
* Elasticsearch, Kibana, APM Server, Enterprise Search, Beats and Elastic Agent deployments
* Elasticsearch, Kibana, APM Server, Enterprise Search, Beats, Elastic Agent and Elastic Maps Server deployments
* TLS Certificates management
* Safe Elasticsearch cluster configuration & topology changes
* Persistent volumes usage
......@@ -14,10 +14,15 @@ Current features:
Supported versions:
* Kubernetes 1.12+ or OpenShift 3.11+
* Kubernetes 1.16-1.20
* OpenShift 3.11, 4.3-4.7
* Google Kubernetes Engine (GKE), Azure Kubernetes Service (AKS), and Amazon Elastic Kubernetes Service (EKS)
* Elasticsearch, Kibana, APM Server: 6.8+, 7.1+
* Enterprise Search: 7.7+
* Beats: 7.0+
* Elastic Agent: 7.10+
* Elastic Maps Server: 7.11+
Check the [Quickstart](https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-quickstart.html) to deploy your first cluster with ECK.
......@@ -29,4 +34,4 @@ We recommend a minimum of 150Mi of RAM and 100m CPU. Larger Kubernetes clusters
## Startup requirements
This image requires a valid kubeconfig and an `OPERATOR_NAMESPACE` environment variable to start successfully. Please see the StatefulSet manifest in [the default distribution](https://download.elastic.co/downloads/eck/1.5.0/all-in-one.yaml) for a recommended configuration.
This image requires a valid kubeconfig and an `OPERATOR_NAMESPACE` environment variable to start successfully. Please see the StatefulSet manifest in [the default distribution](https://download.elastic.co/downloads/eck/1.6.0/all-in-one.yaml) for a recommended configuration.
......@@ -8,7 +8,7 @@ name: "elastic/eck-operator/eck-operator"
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags:
- "1.5.0"
- "1.6.0"
- "latest"
# Build args passed to Dockerfile ARGs
......@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url: "https://www.elastic.co/guide/en/cloud-on-k8s/"
## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "Elastic"
org.opencontainers.image.version: "1.5.0"
org.opencontainers.image.version: "1.6.0"
## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "search,elastic,elasticsearch,operator,golang"
## This value can be "opensource" or "commercial"
......@@ -38,20 +38,20 @@ labels:
# List of resources to make available to the offline build context
resources:
- filename: elastic-operator
url: https://download.elastic.co/downloads/eck/1.5.0/elastic-operator
url: https://download.elastic.co/downloads/eck/1.6.0/elastic-operator
validation:
type: sha512
value: 6b02ee7e8bbb72cfb648d1b9eeb740b3d1fb542265ce94f73fa1051f6a0d111e83b761932d509832088f0ab236f4e9baf7775818a70788461059d44345d1ae14
value: 4f7667b32e0478df0e0ee51de3c6c3a18c727a5c5c41789ed4291144c68edc64809d4756839dd81f1238f857358bd1b955479583d34ca262503b4f6e18133425
- filename: LICENSE.txt
url: https://download.elastic.co/downloads/eck/1.5.0/LICENSE.txt
url: https://download.elastic.co/downloads/eck/1.6.0/LICENSE.txt
validation:
type: sha512
value: 16b176f955b9ad9c109b6681ff7abb9d815f0d684289669ba8c4175df677cf0d0311163881321c4318abae43b9599a009a9876a8a48c37e93681a5a44ce6b67a
- filename: NOTICE.txt
url: https://download.elastic.co/downloads/eck/1.5.0/NOTICE.txt
url: https://download.elastic.co/downloads/eck/1.6.0/NOTICE.txt
validation:
type: sha512
value: a64a37e17aab807b81b3b7e6990b52eab332e0f3bcabf0d994a8627fcb9dc4e3ca40d16f8f37bd92c546101a6a57ef2f85d99e54576a7fd84d248db69e40d3ba
value: 3b13a5d2bb01608c2e4bbf50c2d7ba6ff17f52d1da49a097fc860071a56a18fb1f3e160cb18c8230d87959b525ba9e427bb3e8913535f2f8322c5139572983c0
# List of project maintainers
maintainers:
......@@ -63,4 +63,4 @@ maintainers:
# cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT
- name: "Dawid Kowalski"
username: "dkow"
email: "dawid.kowalski@elastic.co"
\ No newline at end of file
email: "dawid.kowalski@elastic.co"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment