Skip to content

Commit 36674fc

Browse files
authored
Merge pull request #845 from littlejawa/prepare_1.10.1
Release 1.10.1: update the version everywhere
2 parents aaf4144 + 574e923 commit 36674fc

16 files changed

+27
-27
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN getent group nonroot || groupadd -o -g 499 nonroot
3737

3838
# Red Hat labels
3939
LABEL name="openshift-sandboxed-containers-operator" \
40-
version="1.10.0" \
40+
version="1.10.1" \
4141
com.redhat.component="osc-operator-container" \
4242
summary="This operator manages the Openshift Sandboxed Containers runtime installation" \
4343
maintainer="[email protected]" \

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.10.0 ## OSC_VERSION
6+
VERSION ?= 1.10.1 ## OSC_VERSION
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")

bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ LABEL name="openshift/sandboxed-containers-operator-bundle"
2929
LABEL com.redhat.component="osc-operator-bundle-container"
3030
LABEL io.openshift.maintainer.product='OpenShift Container Platform'
3131
LABEL io.openshift.maintainer.component='Sandboxed Containers'
32-
LABEL version=1.10.0
32+
LABEL version=1.10.1
3333
LABEL com.redhat.delivery.operator.bundle=true
3434
LABEL com.redhat.openshift.versions=v4.15
3535
LABEL summary="This operator manages the sandboxed-containers runtime"

bundle/manifests/sandboxed-containers-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
}
1414
]
1515
capabilities: Seamless Upgrades
16-
createdAt: "2025-08-05T11:47:27Z"
16+
createdAt: "2025-08-05T15:10:52Z"
1717
features.operators.openshift.io/cnf: "false"
1818
features.operators.openshift.io/cni: "false"
1919
features.operators.openshift.io/csi: "false"
@@ -24,7 +24,7 @@ metadata:
2424
features.operators.openshift.io/token-auth-aws: "false"
2525
features.operators.openshift.io/token-auth-azure: "false"
2626
features.operators.openshift.io/token-auth-gcp: "false"
27-
olm.skipRange: '>=1.1.0 <1.10.0'
27+
olm.skipRange: '>=1.1.0 <1.10.1'
2828
operatorframework.io/suggested-namespace: openshift-sandboxed-containers-operator
2929
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
3030
Platform Plus"]'
@@ -36,7 +36,7 @@ metadata:
3636
operatorframework.io/arch.amd64: supported
3737
operatorframework.io/arch.s390x: supported
3838
operatorframework.io/os.linux: supported
39-
name: sandboxed-containers-operator.v1.10.0
39+
name: sandboxed-containers-operator.v1.10.1
4040
spec:
4141
apiservicedefinitions: {}
4242
customresourcedefinitions:
@@ -560,8 +560,8 @@ spec:
560560
name: podvm-payload
561561
- image: registry.redhat.io/openshift-sandboxed-containers/osc-dm-verity-image@sha256:e5b116d47ce9e2c2ccf7833952440edf11b38265a263b2d60b2012e339721b39
562562
name: podvm-oci
563-
replaces: sandboxed-containers-operator.v1.9.0
564-
version: 1.10.0
563+
replaces: sandboxed-containers-operator.v1.10.0
564+
version: 1.10.1
565565
webhookdefinitions:
566566
- admissionReviewVersions:
567567
- v1

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: v1.10.0
16+
newTag: v1.10.1

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ metadata:
2323
features.operators.openshift.io/token-auth-aws: "false"
2424
features.operators.openshift.io/token-auth-azure: "false"
2525
features.operators.openshift.io/token-auth-gcp: "false"
26-
olm.skipRange: '>=1.1.0 <1.10.0'
26+
olm.skipRange: '>=1.1.0 <1.10.1'
2727
operatorframework.io/suggested-namespace: openshift-sandboxed-containers-operator
2828
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
2929
Platform Plus"]'
@@ -35,7 +35,7 @@ metadata:
3535
operatorframework.io/arch.amd64: supported
3636
operatorframework.io/arch.s390x: supported
3737
operatorframework.io/os.linux: supported
38-
name: sandboxed-containers-operator.v1.10.0
38+
name: sandboxed-containers-operator.v1.10.1
3939
spec:
4040
apiservicedefinitions: {}
4141
customresourcedefinitions:
@@ -364,8 +364,8 @@ spec:
364364
minKubeVersion: 1.28.0
365365
provider:
366366
name: Red Hat
367-
replaces: sandboxed-containers-operator.v1.9.0
368-
version: 1.10.0
367+
replaces: sandboxed-containers-operator.v1.10.0
368+
version: 1.10.1
369369
webhookdefinitions:
370370
- admissionReviewVersions:
371371
- v1

config/metrics/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ kind: Kustomization
99
images:
1010
- name: metrics-server
1111
newName: quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-operator
12-
newTag: v1.10.0
12+
newTag: v1.10.1

config/peerpods/podvm/Dockerfile.podvm-builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ADD podvm-builder.sh /podvm-builder.sh
5353

5454
# Red Hat labels
5555
LABEL name="openshift-sandboxed-containers-podvm-builder" \
56-
version="1.10.0" \
56+
version="1.10.1" \
5757
com.redhat.component="osc-podvm-builder-container" \
5858
summary="Container image containing artefacts that is required for creating Pod VM images" \
5959
maintainer="[email protected]" \

config/peerpods/podvm/bootc/Containerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Get payload
2-
FROM registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.10.0 as payload
2+
FROM registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.10.1 as payload
33

44
# Build bootc rhel podvm
55
FROM registry.redhat.io/rhel9/rhel-bootc:9.5-1738698007 as podvm-bootc

config/peerpods/podvm/osc-podvm-create-job.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
# /podvm-binaries.tar.gz /payload/podvm-binaries.tar.gz
1616
initContainers:
1717
- name: copy
18-
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.10.0 ## OSC_VERSION
18+
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.10.1 ## OSC_VERSION
1919
command: ["/bin/sh", "-c"]
2020
args:
2121
- |
@@ -29,7 +29,7 @@ spec:
2929
- name: create
3030
# Binaries like kubectl, packer and yq are expected to be under /usr/local/bin
3131
# podvm binaries are expected to be under /payload/podvm-binaries.tar.gz
32-
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-builder-rhel9:1.10.0 ## OSC_VERSION
32+
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-builder-rhel9:1.10.1 ## OSC_VERSION
3333
# This image contains the following
3434
# azure-podvm-image-handler.sh script under /scripts/azure-podvm-image-handler.sh
3535
# aws-podvm-image-handler.sh script under /scripts/aws-podvm-image-handler.sh

0 commit comments

Comments
 (0)