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,7 +5,10 @@ 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.15.0...master )
8
+ # [ Unreleased] ( https://github.com/cockroachdb/cockroach-operator/compare/v2.15.1...master )
9
+
10
+ # [ v2.15.1] ( https://github.com/cockroachdb/cockroach-operator/compare/v2.15.0...v2.15.1 )
11
+ * Bug fix, removing deprecated cluster setting ` kv.snapshot_recovery.max_rate ` from being checked during decommission.
9
12
10
13
# [ v2.15.0] ( https://github.com/cockroachdb/cockroach-operator/compare/v2.14.0...v2.15.0 )
11
14
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.15.0
27
+ image : cockroachdb/cockroach-operator:v2.15.1
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 @@ -696,7 +696,7 @@ spec:
696
696
valueFrom :
697
697
fieldRef :
698
698
fieldPath : metadata.namespace
699
- image : cockroachdb/cockroach-operator:v2.15.0
699
+ image : cockroachdb/cockroach-operator:v2.15.1
700
700
imagePullPolicy : IfNotPresent
701
701
name : cockroach-operator
702
702
resources :
Original file line number Diff line number Diff line change 1
- 2.15.0
1
+ 2.15.1
You can’t perform that action at this time.
0 commit comments