File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres
6
6
to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- # [ Unreleased] ( https://github.com/cockroachdb/cockroach-operator/compare/v2.10.0...master )
8
+ # [ Unreleased] ( https://github.com/cockroachdb/cockroach-operator/compare/v2.11.0...master )
9
+
10
+ # [ v2.11.0] ( https://github.com/cockroachdb/cockroach-operator/compare/v2.10.0...v2.11.0 )
9
11
10
12
* Bug fix to return correct error message if value passed for ` whenUnsatisfiable ` under ` topologySpreadConstraints ` field is invalid.
13
+ * Add openshift release process for cockroach operator
11
14
12
15
# [ v2.10.0] ( https://github.com/cockroachdb/cockroach-operator/compare/v2.9.0...v2.10.0 )
13
16
Original file line number Diff line number Diff line change 24
24
spec :
25
25
containers :
26
26
- name : cockroach-operator
27
- image : cockroachdb/cockroach-operator:v2.10 .0
27
+ image : cockroachdb/cockroach-operator:v2.11 .0
28
28
env :
29
29
- name : RELATED_IMAGE_COCKROACH_v20_1_4
30
30
value : cockroachdb/cockroach:v20.1.4
Original file line number Diff line number Diff line change @@ -592,7 +592,7 @@ spec:
592
592
valueFrom :
593
593
fieldRef :
594
594
fieldPath : metadata.namespace
595
- image : cockroachdb/cockroach-operator:v2.10 .0
595
+ image : cockroachdb/cockroach-operator:v2.11 .0
596
596
imagePullPolicy : IfNotPresent
597
597
name : cockroach-operator
598
598
resources :
Original file line number Diff line number Diff line change 1
- 2.10 .0
1
+ 2.11 .0
You can’t perform that action at this time.
0 commit comments