diff --git a/VERSION b/VERSION index 46b81d815a..6ceb272eec 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.0 +2.11.1 diff --git a/deploy/eck-operator/Chart.yaml b/deploy/eck-operator/Chart.yaml index 466bce4ff8..83cbe23987 100644 --- a/deploy/eck-operator/Chart.yaml +++ b/deploy/eck-operator/Chart.yaml @@ -10,9 +10,9 @@ home: https://github.com/elastic/cloud-on-k8s type: application -version: 2.11.0 +version: 2.11.1 -appVersion: 2.11.0 +appVersion: 2.11.1 kubeVersion: ">=1.21.0-0" @@ -32,5 +32,5 @@ maintainers: dependencies: - name: eck-operator-crds - version: 2.11.0 + version: 2.11.1 condition: installCRDs diff --git a/deploy/eck-operator/charts/eck-operator-crds/Chart.yaml b/deploy/eck-operator/charts/eck-operator-crds/Chart.yaml index f4f2b92b10..3d33a951ce 100644 --- a/deploy/eck-operator/charts/eck-operator-crds/Chart.yaml +++ b/deploy/eck-operator/charts/eck-operator-crds/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 - + name: eck-operator-crds icon: https://helm.elastic.co/icons/eck.png @@ -8,9 +8,9 @@ description: ECK operator Custom Resource Definitions type: application -version: 2.11.0 +version: 2.11.1 -appVersion: 2.11.0 +appVersion: 2.11.1 home: https://github.com/elastic/cloud-on-k8s diff --git a/docs/eck-attributes.asciidoc b/docs/eck-attributes.asciidoc index 4c1dcd7037..bb3d650226 100644 --- a/docs/eck-attributes.asciidoc +++ b/docs/eck-attributes.asciidoc @@ -1,4 +1,4 @@ -:eck_version: 2.11.0 +:eck_version: 2.11.1 :eck_crd_version: v1 :eck_release_branch: 2.11 :eck_github: https://github.com/elastic/cloud-on-k8s diff --git a/hack/operatorhub/config.yaml b/hack/operatorhub/config.yaml index d0c6aa5676..6846f052ec 100644 --- a/hack/operatorhub/config.yaml +++ b/hack/operatorhub/config.yaml @@ -1,5 +1,5 @@ -newVersion: 2.11.0 -prevVersion: 2.10.0 +newVersion: 2.11.1 +prevVersion: 2.11.0 stackVersion: 8.12.0 crds: - name: elasticsearches.elasticsearch.k8s.elastic.co