Skip to content

Commit

Permalink
Update version for 2.11.1 release. (#7509)
Browse files Browse the repository at this point in the history
* Update version for 2.11.1 release.
* Update eck-operator chart versions.
* Update config prevVersion => 2.11.0
---------
Signed-off-by: Michael Montgomery <[email protected]>
  • Loading branch information
naemono authored Jan 29, 2024
1 parent 12eba65 commit dd6704c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.11.0
2.11.1
6 changes: 3 additions & 3 deletions deploy/eck-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -32,5 +32,5 @@ maintainers:

dependencies:
- name: eck-operator-crds
version: 2.11.0
version: 2.11.1
condition: installCRDs
6 changes: 3 additions & 3 deletions deploy/eck-operator/charts/eck-operator-crds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2

name: eck-operator-crds

icon: https://helm.elastic.co/icons/eck.png
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/eck-attributes.asciidoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions hack/operatorhub/config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dd6704c

Please sign in to comment.