Commit 20462d9 udnay
committed
1 parent 00598c2 commit 20462d9 Copy full SHA for 20462d9
File tree 7 files changed +17
-17
lines changed
7 files changed +17
-17
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
@@ -312,6 +312,8 @@ spec:
312
312
value : cockroachdb/cockroach:v23.2.12
313
313
- name : RELATED_IMAGE_COCKROACH_v23_2_13
314
314
value : cockroachdb/cockroach:v23.2.13
315
+ - name : RELATED_IMAGE_COCKROACH_v23_2_14
316
+ value : cockroachdb/cockroach:v23.2.14
315
317
- name : RELATED_IMAGE_COCKROACH_v24_1_0
316
318
value : cockroachdb/cockroach:v24.1.0
317
319
- name : RELATED_IMAGE_COCKROACH_v24_1_1
Original file line number Diff line number Diff line change @@ -485,6 +485,8 @@ spec:
485
485
name : RELATED_IMAGE_COCKROACH_v23_2_12
486
486
- image : registry.connect.redhat.com/cockroachdb/cockroach@sha256:e0f21abea34825e55622c432a306f2e8aafd64d913eb78f2f601c51dc878a1da
487
487
name : RELATED_IMAGE_COCKROACH_v23_2_13
488
+ - image : registry.connect.redhat.com/cockroachdb/cockroach@sha256:6366ba29f301a82215c05e60d78e1de66bcee85440ce2fc3c692712d4da32685
489
+ name : RELATED_IMAGE_COCKROACH_v23_2_14
488
490
- image : registry.connect.redhat.com/cockroachdb/cockroach@sha256:5240f9f591263569fad7ee934e81fa8a1617de3c25da94ddd59ee5b2b3407f90
489
491
name : RELATED_IMAGE_COCKROACH_v24_1_0
490
492
- image : registry.connect.redhat.com/cockroachdb/cockroach@sha256:1374cbdc4ecf38e4b4226328f532e830b8932b34d9449bf2fbb36e60d0310521
Original file line number Diff line number Diff line change @@ -321,6 +321,8 @@ spec:
321
321
value : registry.connect.redhat.com/cockroachdb/cockroach@sha256:a0faa52a999289b308dc4caf050c6d9fe2f42e112aa30e4af282ed1f21c5c346
322
322
- name : RELATED_IMAGE_COCKROACH_v23_2_13
323
323
value : registry.connect.redhat.com/cockroachdb/cockroach@sha256:e0f21abea34825e55622c432a306f2e8aafd64d913eb78f2f601c51dc878a1da
324
+ - name : RELATED_IMAGE_COCKROACH_v23_2_14
325
+ value : registry.connect.redhat.com/cockroachdb/cockroach@sha256:6366ba29f301a82215c05e60d78e1de66bcee85440ce2fc3c692712d4da32685
324
326
- name : RELATED_IMAGE_COCKROACH_v24_1_0
325
327
value : registry.connect.redhat.com/cockroachdb/cockroach@sha256:5240f9f591263569fad7ee934e81fa8a1617de3c25da94ddd59ee5b2b3407f90
326
328
- name : RELATED_IMAGE_COCKROACH_v24_1_1
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
#
@@ -451,6 +438,9 @@ CrdbVersions:
451
438
- image : cockroachdb/cockroach:v23.2.13
452
439
redhatImage : registry.connect.redhat.com/cockroachdb/cockroach@sha256:e0f21abea34825e55622c432a306f2e8aafd64d913eb78f2f601c51dc878a1da
453
440
tag : v23.2.13
441
+ - image : cockroachdb/cockroach:v23.2.14
442
+ redhatImage : registry.connect.redhat.com/cockroachdb/cockroach@sha256:6366ba29f301a82215c05e60d78e1de66bcee85440ce2fc3c692712d4da32685
443
+ tag : v23.2.14
454
444
- image : cockroachdb/cockroach:v24.1.0
455
445
redhatImage : registry.connect.redhat.com/cockroachdb/cockroach@sha256:5240f9f591263569fad7ee934e81fa8a1617de3c25da94ddd59ee5b2b3407f90
456
446
tag : v24.1.0
Original file line number Diff line number Diff line change @@ -670,6 +670,8 @@ spec:
670
670
value : cockroachdb/cockroach:v23.2.12
671
671
- name : RELATED_IMAGE_COCKROACH_v23_2_13
672
672
value : cockroachdb/cockroach:v23.2.13
673
+ - name : RELATED_IMAGE_COCKROACH_v23_2_14
674
+ value : cockroachdb/cockroach:v23.2.14
673
675
- name : RELATED_IMAGE_COCKROACH_v24_1_0
674
676
value : cockroachdb/cockroach:v24.1.0
675
677
- name : RELATED_IMAGE_COCKROACH_v24_1_1
@@ -702,7 +704,7 @@ spec:
702
704
valueFrom :
703
705
fieldRef :
704
706
fieldPath : metadata.namespace
705
- image : cockroachdb/cockroach-operator:v2.15.1
707
+ image : cockroachdb/cockroach-operator:v2.16.0
706
708
imagePullPolicy : IfNotPresent
707
709
name : cockroach-operator
708
710
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