Skip to content

Commit 7eaaafd

Browse files
author
udnay
committed
Bump version to 2.15.1
1 parent bddf5e1 commit 7eaaafd

File tree

5 files changed

+7
-17
lines changed

5 files changed

+7
-17
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ 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.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.
912

1013
# [v2.15.0](https://github.com/cockroachdb/cockroach-operator/compare/v2.14.0...v2.15.0)
1114

config/manager/patches/image.yaml

+1-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.0
27+
image: cockroachdb/cockroach-operator:v2.15.1
2828
env:
2929
- name: RELATED_IMAGE_COCKROACH_v20_1_4
3030
value: cockroachdb/cockroach:v20.1.4

crdb-versions.yaml

-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
#

install/operator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ spec:
696696
valueFrom:
697697
fieldRef:
698698
fieldPath: metadata.namespace
699-
image: cockroachdb/cockroach-operator:v2.15.0
699+
image: cockroachdb/cockroach-operator:v2.15.1
700700
imagePullPolicy: IfNotPresent
701701
name: cockroach-operator
702702
resources:

version.txt

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

0 commit comments

Comments
 (0)