From 26d71bde3c588bb4da7d4b9a29a72036d7f24ee8 Mon Sep 17 00:00:00 2001 From: Prafull Ladha Date: Mon, 23 Oct 2023 17:31:02 +0530 Subject: [PATCH] Bump version to 2.12.0 (#1010) --- CHANGELOG.md | 4 +++- config/manager/patches/image.yaml | 2 +- install/operator.yaml | 2 +- version.txt | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a92a9eede..d6b85d609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ 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.11.0...master) +# [Unreleased](https://github.com/cockroachdb/cockroach-operator/compare/v2.12.0...master) + +# [v2.12.0](https://github.com/cockroachdb/cockroach-operator/compare/v2.11.0...v2.12.0) # [v2.11.0](https://github.com/cockroachdb/cockroach-operator/compare/v2.10.0...v2.11.0) diff --git a/config/manager/patches/image.yaml b/config/manager/patches/image.yaml index 59ba8598b..24619d9c5 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.11.0 + image: cockroachdb/cockroach-operator:v2.12.0 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 80486706a..b06856f7f 100644 --- a/install/operator.yaml +++ b/install/operator.yaml @@ -612,7 +612,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cockroachdb/cockroach-operator:v2.11.0 + image: cockroachdb/cockroach-operator:v2.12.0 imagePullPolicy: IfNotPresent name: cockroach-operator resources: diff --git a/version.txt b/version.txt index ed0edc885..3ca2c9b2c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.11.0 \ No newline at end of file +2.12.0 \ No newline at end of file