Skip to content

Commit f5fc269

Browse files
authored
Bump version to 2.18.2 (#1115)
1 parent d12f4b4 commit f5fc269

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +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.1...master)
8+
# [Unreleased](https://github.com/cockroachdb/cockroach-operator/compare/v2.18.2...master)
9+
10+
# [v2.18.2](https://github.com/cockroachdb/cockroach-operator/compare/v2.18.1...v2.18.2)
911
* Added the priorityClassName configuration
12+
* Make timestamp human readable from linux epoch in operator logs
1013

1114
# [v2.18.1](https://github.com/cockroachdb/cockroach-operator/compare/v2.18.0...v2.18.1)
1215
* Added support for openshift 4.19

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.1
27+
image: cockroachdb/cockroach-operator:v2.18.2
2828
env:
2929
- name: RELATED_IMAGE_COCKROACH_v21_2_0
3030
value: cockroachdb/cockroach:v21.2.0

install/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ spec:
717717
valueFrom:
718718
fieldRef:
719719
fieldPath: metadata.namespace
720-
image: cockroachdb/cockroach-operator:v2.18.1
720+
image: cockroachdb/cockroach-operator:v2.18.2
721721
imagePullPolicy: IfNotPresent
722722
name: cockroach-operator
723723
resources:

version.txt

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

0 commit comments

Comments
 (0)