File tree Expand file tree Collapse file tree 3 files changed +118
-113
lines changed
olm-catalog/serverless-operator Expand file tree Collapse file tree 3 files changed +118
-113
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ USER 65532
2424LABEL \
2525 com.redhat.component="openshift-serverless-1-serverless-must-gather-rhel9-container" \
2626 name="openshift-serverless-1/serverless-must-gather-rhel9" \
27- version=1.37.0 \
27+ version=1.37.1 \
2828 summary="Red Hat OpenShift Serverless 1 Must Gather" \
2929 maintainer="serverless-support@redhat.com" \
3030 description="Red Hat OpenShift Serverless 1 Must Gather" \
Original file line number Diff line number Diff 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.37.0
7+ version : 1.37.1
88olm :
9- replaces : 1.36.1
10- skipRange : ' >1.36.1 <1.37.0 '
9+ replaces : 1.37.0
10+ skipRange : ' >1.37.0 <1.37.1 '
1111 channels :
1212 # The "global" operator default, used as "operators.operatorframework.io.bundle.channels.v1" annotation
1313 operator_default : stable
1818 - stable-1.37
1919 previousBundles :
2020 # List of previous bundles to add to the generated index, also used in upgrade tests
21+ - version : 1.37.0
22+ replaces : 1.36.1
23+ skipRange : " >=1.36.1 <1.37.0"
2124 - version : 1.36.1
2225 replaces : 1.36.0
2326 skipRange : " >=1.36.0 <1.36.1"
@@ -44,9 +47,11 @@ requirements:
4447 - " 4.18"
4548 - " 4.19"
4649 - " 4.20"
50+ - " 4.21"
51+ - " 4.22"
4752 min : ' 4.14'
4853 # Version to use for OCP docs links (in CSV or Quickstarts)
49- doc : ' 4.19 '
54+ doc : ' 4.20 '
5055 # deprecated, use requirements.ocpVersion.list[-1]
5156 max : ' 4.20'
5257 label : ' v4.14'
You can’t perform that action at this time.
0 commit comments