Skip to content

Commit b8b3307

Browse files
authored
Merge pull request #374 from openshift/devel
Bump main to 1.5.2
2 parents 127eef4 + 1a816ee commit b8b3307

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 1.5.1
6+
VERSION ?= 1.5.2
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-operator
16-
newTag: 1.5.1
16+
newTag: 1.5.2

config/manifests/bases/sandboxed-containers-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
}
1414
]
1515
capabilities: Seamless Upgrades
16-
olm.skipRange: '>=1.1.0 <1.5.1'
16+
olm.skipRange: '>=1.1.0 <1.5.2'
1717
operatorframework.io/suggested-namespace: openshift-sandboxed-containers-operator
1818
operators.openshift.io/infrastructure-features: '["disconnected", "fips"]'
1919
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
@@ -25,7 +25,7 @@ metadata:
2525
labels:
2626
operatorframework.io/arch.amd64: supported
2727
operatorframework.io/os.linux: supported
28-
name: sandboxed-containers-operator.v1.5.1
28+
name: sandboxed-containers-operator.v1.5.2
2929
spec:
3030
apiservicedefinitions: {}
3131
customresourcedefinitions:
@@ -365,7 +365,7 @@ spec:
365365
maturity: beta
366366
provider:
367367
name: Red Hat
368-
version: 1.5.1
368+
version: 1.5.2
369369
webhookdefinitions:
370370
- admissionReviewVersions:
371371
- v1

config/samples/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
DisplayName: My Operator Catalog
88
sourceType: grpc
9-
image: quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-operator-catalog:v1.5.1
9+
image: quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-operator-catalog:v1.5.2
1010
updateStrategy:
1111
registryPoll:
1212
interval: 5m
@@ -36,5 +36,5 @@ spec:
3636
name: sandboxed-containers-operator
3737
source: my-operator-catalog
3838
sourceNamespace: openshift-marketplace
39-
startingCSV: sandboxed-containers-operator.v1.5.1
39+
startingCSV: sandboxed-containers-operator.v1.5.2
4040

hack/aws-image-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121

2222
initContainers:
2323
- name: payload
24-
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.5.1
24+
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.5.2
2525
imagePullPolicy: Always
2626
volumeMounts:
2727
- name: shared-data

hack/azure-image-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020

2121
initContainers:
2222
- name: payload
23-
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.5.1
23+
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.5.2
2424
imagePullPolicy: Always
2525
volumeMounts:
2626
- name: shared-data

0 commit comments

Comments
 (0)