Skip to content

Commit 82c0d8d

Browse files
authored
Bump version to 2.18.1 (#1096)
1 parent cea4d9a commit 82c0d8d

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
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.18.0...master)
8+
# [Unreleased](https://github.com/cockroachdb/cockroach-operator/compare/v2.18.1...master)
9+
10+
# [v2.18.1](https://github.com/cockroachdb/cockroach-operator/compare/v2.18.0...v2.18.1)
11+
* Added support for openshift 4.19
912

1013
# [v2.18.0](https://github.com/cockroachdb/cockroach-operator/compare/v2.17.0...v2.18.0)
1114
* Added support for skipping innovative releases post 24.x

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.18.0
27+
image: cockroachdb/cockroach-operator:v2.18.1
2828
env:
2929
- name: RELATED_IMAGE_COCKROACH_v21_1_0
3030
value: cockroachdb/cockroach:v21.1.0

install/operator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ spec:
711711
valueFrom:
712712
fieldRef:
713713
fieldPath: metadata.namespace
714-
image: cockroachdb/cockroach-operator:v2.18.0
714+
image: cockroachdb/cockroach-operator:v2.18.1
715715
imagePullPolicy: IfNotPresent
716716
name: cockroach-operator
717717
resources:

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.18.0
1+
2.18.1

0 commit comments

Comments
 (0)