Skip to content

Commit

Permalink
Bump OSC to 1.5.3
Browse files Browse the repository at this point in the history
Prepare the release of OSC 1.5.3 on the main branch. A subsequent PR will
be created to merge this change back into the devel branch.

Fixes: KATA-2876

Signed-off-by: Greg Kurz <groug@kaod.org>
  • Loading branch information
gkurz committed Apr 2, 2024
1 parent b8b3307 commit 76b9e24
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 1.5.2
VERSION ?= 1.5.3

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-operator
newTag: 1.5.2
newTag: 1.5.3
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
}
]
capabilities: Seamless Upgrades
olm.skipRange: '>=1.1.0 <1.5.2'
olm.skipRange: '>=1.1.0 <1.5.3'
operatorframework.io/suggested-namespace: openshift-sandboxed-containers-operator
operators.openshift.io/infrastructure-features: '["disconnected", "fips"]'
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
Expand All @@ -25,7 +25,7 @@ metadata:
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/os.linux: supported
name: sandboxed-containers-operator.v1.5.2
name: sandboxed-containers-operator.v1.5.3
spec:
apiservicedefinitions: {}
customresourcedefinitions:
Expand Down Expand Up @@ -365,7 +365,7 @@ spec:
maturity: beta
provider:
name: Red Hat
version: 1.5.2
version: 1.5.3
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
4 changes: 2 additions & 2 deletions config/samples/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
DisplayName: My Operator Catalog
sourceType: grpc
image: quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-operator-catalog:v1.5.2
image: quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-operator-catalog:v1.5.3
updateStrategy:
registryPoll:
interval: 5m
Expand Down Expand Up @@ -36,5 +36,5 @@ spec:
name: sandboxed-containers-operator
source: my-operator-catalog
sourceNamespace: openshift-marketplace
startingCSV: sandboxed-containers-operator.v1.5.2
startingCSV: sandboxed-containers-operator.v1.5.3

2 changes: 1 addition & 1 deletion hack/aws-image-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:

initContainers:
- name: payload
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.5.2
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.5.3
imagePullPolicy: Always
volumeMounts:
- name: shared-data
Expand Down
2 changes: 1 addition & 1 deletion hack/azure-image-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:

initContainers:
- name: payload
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.5.2
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.5.3
imagePullPolicy: Always
volumeMounts:
- name: shared-data
Expand Down

0 comments on commit 76b9e24

Please sign in to comment.