diff --git a/CHANGELOG.md b/CHANGELOG.md index f52263ceb..b7747cf0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -# [Unreleased](https://github.com/cockroachdb/cockroach-operator/compare/v2.15.0...master) +# [Unreleased](https://github.com/cockroachdb/cockroach-operator/compare/v2.15.1...master) + +# [v2.15.1](https://github.com/cockroachdb/cockroach-operator/compare/v2.15.0...v2.15.1) +* Bug fix, removing deprecated cluster setting `kv.snapshot_recovery.max_rate` from being checked during decommission. # [v2.15.0](https://github.com/cockroachdb/cockroach-operator/compare/v2.14.0...v2.15.0) diff --git a/config/manager/patches/image.yaml b/config/manager/patches/image.yaml index 5b5d7e6d2..7557180de 100644 --- a/config/manager/patches/image.yaml +++ b/config/manager/patches/image.yaml @@ -24,7 +24,7 @@ spec: spec: containers: - name: cockroach-operator - image: cockroachdb/cockroach-operator:v2.15.0 + image: cockroachdb/cockroach-operator:v2.15.1 env: - name: RELATED_IMAGE_COCKROACH_v20_1_4 value: cockroachdb/cockroach:v20.1.4 diff --git a/install/operator.yaml b/install/operator.yaml index 7e07c2698..c7143edde 100644 --- a/install/operator.yaml +++ b/install/operator.yaml @@ -696,7 +696,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cockroachdb/cockroach-operator:v2.15.0 + image: cockroachdb/cockroach-operator:v2.15.1 imagePullPolicy: IfNotPresent name: cockroach-operator resources: diff --git a/version.txt b/version.txt index c910885a0..d91346fd9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.15.0 \ No newline at end of file +2.15.1 \ No newline at end of file