File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
olm-catalog/serverless-operator Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ project:
4
4
# all components in `dependencies.previous` to the same versions as `dependencies` in the same PR.
5
5
# Otherwise, the upgrade tests will not pass, as we have a different SO version with the same bundle contents.
6
6
# Also make sure to update values under `olm.previous` by copying from `olm.replaces` and `olm.skipRange`.
7
- version : 1.35.1
7
+ version : 1.35.2
8
8
olm :
9
- replaces : 1.35.0
10
- skipRange : ' >=1.35.0 <1.35.1 '
9
+ replaces : 1.35.1
10
+ skipRange : ' >=1.35.0 <1.35.2 '
11
11
channels :
12
12
default : stable
13
13
list :
@@ -28,8 +28,9 @@ requirements:
28
28
- " 4.16"
29
29
- " 4.17"
30
30
- " 4.18"
31
+ - " 4.19"
31
32
min : ' 4.14'
32
- max : ' 4.18 '
33
+ max : ' 4.19 '
33
34
label : ' v4.14'
34
35
# OCP stream for kube-rbac-proxy image.
35
36
kube-rbac-proxy : " 4.17"
You can’t perform that action at this time.
0 commit comments