Skip to content

Commit 4b630fe

Browse files
Bump 1.37.1 version (#3947)
1 parent 34f08db commit 4b630fe

File tree

3 files changed

+118
-113
lines changed

3 files changed

+118
-113
lines changed

must-gather/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ USER 65532
2424
LABEL \
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" \

olm-catalog/serverless-operator/project.yaml

Lines changed: 9 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.37.0
7+
version: 1.37.1
88
olm:
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
@@ -18,6 +18,9 @@ olm:
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'

0 commit comments

Comments
 (0)