Skip to content

Commit 4e52c97

Browse files
committed
update to 1.35.2 and include OCP 4.19
1 parent ecf17cf commit 4e52c97

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

olm-catalog/serverless-operator/project.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ project:
44
# all components in `dependencies.previous` to the same versions as `dependencies` in the same PR.
55
# Otherwise, the upgrade tests will not pass, as we have a different SO version with the same bundle contents.
66
# 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
88
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'
1111
channels:
1212
default: stable
1313
list:
@@ -28,8 +28,9 @@ requirements:
2828
- "4.16"
2929
- "4.17"
3030
- "4.18"
31+
- "4.19"
3132
min: '4.14'
32-
max: '4.18'
33+
max: '4.19'
3334
label: 'v4.14'
3435
# OCP stream for kube-rbac-proxy image.
3536
kube-rbac-proxy: "4.17"

0 commit comments

Comments
 (0)