Skip to content

Commit

Permalink
Bump version to 2.11.0 (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
prafull01 authored Jun 28, 2023
1 parent 681999b commit e5af1e0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [Unreleased](https://github.com/cockroachdb/cockroach-operator/compare/v2.10.0...master)
# [Unreleased](https://github.com/cockroachdb/cockroach-operator/compare/v2.11.0...master)

# [v2.11.0](https://github.com/cockroachdb/cockroach-operator/compare/v2.10.0...v2.11.0)

* Bug fix to return correct error message if value passed for `whenUnsatisfiable` under `topologySpreadConstraints` field is invalid.
* Add openshift release process for cockroach operator

# [v2.10.0](https://github.com/cockroachdb/cockroach-operator/compare/v2.9.0...v2.10.0)

Expand Down
2 changes: 1 addition & 1 deletion config/manager/patches/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: cockroach-operator
image: cockroachdb/cockroach-operator:v2.10.0
image: cockroachdb/cockroach-operator:v2.11.0
env:
- name: RELATED_IMAGE_COCKROACH_v20_1_4
value: cockroachdb/cockroach:v20.1.4
Expand Down
2 changes: 1 addition & 1 deletion install/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: cockroachdb/cockroach-operator:v2.10.0
image: cockroachdb/cockroach-operator:v2.11.0
imagePullPolicy: IfNotPresent
name: cockroach-operator
resources:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10.0
2.11.0

0 comments on commit e5af1e0

Please sign in to comment.