File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres
6
6
to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
9
12
10
13
# [ v2.18.0] ( https://github.com/cockroachdb/cockroach-operator/compare/v2.17.0...v2.18.0 )
11
14
* Added support for skipping innovative releases post 24.x
Original file line number Diff line number Diff line change 24
24
spec :
25
25
containers :
26
26
- name : cockroach-operator
27
- image : cockroachdb/cockroach-operator:v2.18.0
27
+ image : cockroachdb/cockroach-operator:v2.18.1
28
28
env :
29
29
- name : RELATED_IMAGE_COCKROACH_v21_1_0
30
30
value : cockroachdb/cockroach:v21.1.0
Original file line number Diff line number Diff line change @@ -711,7 +711,7 @@ spec:
711
711
valueFrom :
712
712
fieldRef :
713
713
fieldPath : metadata.namespace
714
- image : cockroachdb/cockroach-operator:v2.18.0
714
+ image : cockroachdb/cockroach-operator:v2.18.1
715
715
imagePullPolicy : IfNotPresent
716
716
name : cockroach-operator
717
717
resources :
Original file line number Diff line number Diff line change 1
- 2.18.0
1
+ 2.18.1
You can’t perform that action at this time.
0 commit comments