Commit 1a62d7b udnay
committed
1 parent 339275d commit 1a62d7b Copy full SHA for 1a62d7b
File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ 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.1...master )
8
+ # [ Unreleased] ( https://github.com/cockroachdb/cockroach-operator/compare/v2.16.0...master )
9
+
10
+ # [ v2.16.0] ( https://github.com/cockroachdb/cockroach-operator/compare/v2.15.1...v2.16.0 )
9
11
10
12
# [ v2.15.1] ( https://github.com/cockroachdb/cockroach-operator/compare/v2.15.0...v2.15.1 )
11
13
* Bug fix, removing deprecated cluster setting ` kv.snapshot_recovery.max_rate ` from being checked during decommission.
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.1
27
+ image : cockroachdb/cockroach-operator:v2.16.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 @@ -705,7 +705,7 @@ spec:
705
705
valueFrom :
706
706
fieldRef :
707
707
fieldPath : metadata.namespace
708
- image : cockroachdb/cockroach-operator:v2.15.1
708
+ image : cockroachdb/cockroach-operator:v2.16.0
709
709
imagePullPolicy : IfNotPresent
710
710
name : cockroach-operator
711
711
resources :
Original file line number Diff line number Diff line change 1
- 2.15.1
1
+ 2.16.0
You can’t perform that action at this time.
0 commit comments