From 863b79d09e072902dd339adeb5318824bec3811e Mon Sep 17 00:00:00 2001 From: Prafull Ladha Date: Mon, 25 Nov 2024 20:41:18 +0530 Subject: [PATCH] Bump version to 2.16.1 (#1071) --- CHANGELOG.md | 5 ++++- config/manager/patches/image.yaml | 2 +- install/operator.yaml | 2 +- version.txt | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cb7fbcbd..ceedcfd3d 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.16.0...master) +# [Unreleased](https://github.com/cockroachdb/cockroach-operator/compare/v2.16.1...master) + +# [v2.16.1](https://github.com/cockroachdb/cockroach-operator/compare/v2.16.0...v2.16.1) +* Increased memory limits for the version checker job # [v2.16.0](https://github.com/cockroachdb/cockroach-operator/compare/v2.15.1...v2.16.0) diff --git a/config/manager/patches/image.yaml b/config/manager/patches/image.yaml index f20dec7de..12cd87c06 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.16.0 + image: cockroachdb/cockroach-operator:v2.16.1 env: - name: RELATED_IMAGE_COCKROACH_v21_1_0 value: cockroachdb/cockroach:v21.1.0 diff --git a/install/operator.yaml b/install/operator.yaml index 4c106404d..8235e3701 100644 --- a/install/operator.yaml +++ b/install/operator.yaml @@ -659,7 +659,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cockroachdb/cockroach-operator:v2.16.0 + image: cockroachdb/cockroach-operator:v2.16.1 imagePullPolicy: IfNotPresent name: cockroach-operator resources: diff --git a/version.txt b/version.txt index 79a00e9a0..15c5c9d5b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.16.0 \ No newline at end of file +2.16.1 \ No newline at end of file