Skip to content

Commit 20462d9

Browse files
author
udnay
committed
Bump version to 2.16.0
1 parent 00598c2 commit 20462d9

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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)
911

1012
# [v2.15.1](https://github.com/cockroachdb/cockroach-operator/compare/v2.15.0...v2.15.1)
1113
* Bug fix, removing deprecated cluster setting `kv.snapshot_recovery.max_rate` from being checked during decommission.

config/manager/patches/image.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
spec:
2525
containers:
2626
- name: cockroach-operator
27-
image: cockroachdb/cockroach-operator:v2.15.1
27+
image: cockroachdb/cockroach-operator:v2.16.0
2828
env:
2929
- name: RELATED_IMAGE_COCKROACH_v20_1_4
3030
value: cockroachdb/cockroach:v20.1.4
@@ -312,6 +312,8 @@ spec:
312312
value: cockroachdb/cockroach:v23.2.12
313313
- name: RELATED_IMAGE_COCKROACH_v23_2_13
314314
value: cockroachdb/cockroach:v23.2.13
315+
- name: RELATED_IMAGE_COCKROACH_v23_2_14
316+
value: cockroachdb/cockroach:v23.2.14
315317
- name: RELATED_IMAGE_COCKROACH_v24_1_0
316318
value: cockroachdb/cockroach:v24.1.0
317319
- name: RELATED_IMAGE_COCKROACH_v24_1_1

config/manifests/bases/cockroach-operator.clusterserviceversion.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,8 @@ spec:
485485
name: RELATED_IMAGE_COCKROACH_v23_2_12
486486
- image: registry.connect.redhat.com/cockroachdb/cockroach@sha256:e0f21abea34825e55622c432a306f2e8aafd64d913eb78f2f601c51dc878a1da
487487
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
488490
- image: registry.connect.redhat.com/cockroachdb/cockroach@sha256:5240f9f591263569fad7ee934e81fa8a1617de3c25da94ddd59ee5b2b3407f90
489491
name: RELATED_IMAGE_COCKROACH_v24_1_0
490492
- image: registry.connect.redhat.com/cockroachdb/cockroach@sha256:1374cbdc4ecf38e4b4226328f532e830b8932b34d9449bf2fbb36e60d0310521

config/manifests/patches/deployment_patch.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,8 @@ spec:
321321
value: registry.connect.redhat.com/cockroachdb/cockroach@sha256:a0faa52a999289b308dc4caf050c6d9fe2f42e112aa30e4af282ed1f21c5c346
322322
- name: RELATED_IMAGE_COCKROACH_v23_2_13
323323
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
324326
- name: RELATED_IMAGE_COCKROACH_v24_1_0
325327
value: registry.connect.redhat.com/cockroachdb/cockroach@sha256:5240f9f591263569fad7ee934e81fa8a1617de3c25da94ddd59ee5b2b3407f90
326328
- name: RELATED_IMAGE_COCKROACH_v24_1_1

crdb-versions.yaml

+3-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
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.
141
#
152
# Supported CockroachDB versions.
163
#
@@ -451,6 +438,9 @@ CrdbVersions:
451438
- image: cockroachdb/cockroach:v23.2.13
452439
redhatImage: registry.connect.redhat.com/cockroachdb/cockroach@sha256:e0f21abea34825e55622c432a306f2e8aafd64d913eb78f2f601c51dc878a1da
453440
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
454444
- image: cockroachdb/cockroach:v24.1.0
455445
redhatImage: registry.connect.redhat.com/cockroachdb/cockroach@sha256:5240f9f591263569fad7ee934e81fa8a1617de3c25da94ddd59ee5b2b3407f90
456446
tag: v24.1.0

install/operator.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,8 @@ spec:
670670
value: cockroachdb/cockroach:v23.2.12
671671
- name: RELATED_IMAGE_COCKROACH_v23_2_13
672672
value: cockroachdb/cockroach:v23.2.13
673+
- name: RELATED_IMAGE_COCKROACH_v23_2_14
674+
value: cockroachdb/cockroach:v23.2.14
673675
- name: RELATED_IMAGE_COCKROACH_v24_1_0
674676
value: cockroachdb/cockroach:v24.1.0
675677
- name: RELATED_IMAGE_COCKROACH_v24_1_1
@@ -702,7 +704,7 @@ spec:
702704
valueFrom:
703705
fieldRef:
704706
fieldPath: metadata.namespace
705-
image: cockroachdb/cockroach-operator:v2.15.1
707+
image: cockroachdb/cockroach-operator:v2.16.0
706708
imagePullPolicy: IfNotPresent
707709
name: cockroach-operator
708710
resources:

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.15.1
1+
2.16.0

0 commit comments

Comments
 (0)