Skip to content

Commit 2d37cb2

Browse files
Bump version to 2.18.3
1 parent 0c311a9 commit 2d37cb2

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ 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.18.2...master)
8+
# [Unreleased](https://github.com/cockroachdb/cockroach-operator/compare/v2.18.3...master)
9+
10+
# [v2.18.3](https://github.com/cockroachdb/cockroach-operator/compare/v2.18.2...v2.18.3)
11+
* Added a migration label to allow pausing reconciliation during cluster migrations.
12+
* Fixed version-checker job update failing due to attempts to modify an immutable field.
913

1014
# [v2.18.2](https://github.com/cockroachdb/cockroach-operator/compare/v2.18.1...v2.18.2)
1115
* Added the priorityClassName configuration

config/manager/patches/image.yaml

Lines changed: 1 addition & 1 deletion
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.18.2
27+
image: cockroachdb/cockroach-operator:v2.18.3
2828
env:
2929
- name: RELATED_IMAGE_COCKROACH_v22_1_0
3030
value: cockroachdb/cockroach:v22.1.0

install/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ spec:
743743
valueFrom:
744744
fieldRef:
745745
fieldPath: metadata.namespace
746-
image: cockroachdb/cockroach-operator:v2.18.2
746+
image: cockroachdb/cockroach-operator:v2.18.3
747747
imagePullPolicy: IfNotPresent
748748
name: cockroach-operator
749749
resources:

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.18.2
1+
2.18.3

0 commit comments

Comments
 (0)