Commit 7eaaafd udnay
committed
1 parent bddf5e1 commit 7eaaafd Copy full SHA for 7eaaafd
File tree 5 files changed +7
-17
lines changed
5 files changed +7
-17
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 1
- # Copyright 2024 The Cockroach Authors
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # https://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
1
#
15
2
# Supported CockroachDB versions.
16
3
#
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