Skip to content

Commit 4be75ca

Browse files
committed
Bump version to v1.2.1
1 parent b1677ef commit 4be75ca

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ FROM ${RUNTIME_IMAGE}
3636
LABEL com.redhat.component="Multiarch Tuning Operator"
3737
LABEL distribution-scope="public"
3838
LABEL name="multiarch-tuning/multiarch-tuning-operator-bundle"
39-
LABEL release="1.2.0"
40-
LABEL version="1.2.0"
39+
LABEL release="1.2.1"
40+
LABEL version="1.2.1"
4141
LABEL cpe="cpe:/a:redhat:multiarch_tuning_operator:1.1::el9"
4242
LABEL url="https://github.com/openshift/multiarch-tuning-operator"
4343
LABEL vendor="Red Hat, Inc."

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARTIFACT_DIR ?= ./_output
99
# To re-generate a bundle for another specific version without changing the standard setup, you can:
1010
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
1111
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
12-
VERSION ?= 1.2.0
12+
VERSION ?= 1.2.1
1313

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

bundle.konflux.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ COPY --from=builder /code/bundle/tests/scorecard /tests/scorecard/
3636
LABEL com.redhat.component="Multiarch Tuning Operator"
3737
LABEL distribution-scope="public"
3838
LABEL name="multiarch-tuning/multiarch-tuning-operator-bundle"
39-
LABEL release="1.2.0"
40-
LABEL version="1.2.0"
39+
LABEL release="1.2.1"
40+
LABEL version="1.2.1"
4141
LABEL cpe="cpe:/a:redhat:multiarch_tuning_operator:1.1::el9"
4242
LABEL url="https://github.com/openshift/multiarch-tuning-operator"
4343
LABEL vendor="Red Hat, Inc."

bundle/manifests/multiarch-tuning-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ metadata:
2727
categories: OpenShift Optional, Other
2828
console.openshift.io/disable-operand-delete: "false"
2929
containerImage: registry.ci.openshift.org/origin/multiarch-tuning-operator:main
30-
createdAt: "2025-09-15T17:52:09Z"
30+
createdAt: "2025-11-07T19:53:09Z"
3131
features.operators.openshift.io/cnf: "false"
3232
features.operators.openshift.io/cni: "false"
3333
features.operators.openshift.io/csi: "false"
@@ -54,7 +54,7 @@ metadata:
5454
operatorframework.io/arch.arm64: supported
5555
operatorframework.io/arch.ppc64le: supported
5656
operatorframework.io/arch.s390x: supported
57-
name: multiarch-tuning-operator.v1.2.0
57+
name: multiarch-tuning-operator.v1.2.1
5858
namespace: openshift-multiarch-tuning-operator
5959
spec:
6060
apiservicedefinitions: {}
@@ -490,7 +490,7 @@ spec:
490490
provider:
491491
name: Red Hat
492492
url: https://github.com/openshift/multiarch-tuning-operator
493-
version: 1.2.0
493+
version: 1.2.1
494494
webhookdefinitions:
495495
- admissionReviewVersions:
496496
- v1

config/manifests/bases/multiarch-tuning-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ metadata:
3131
operatorframework.io/arch.arm64: supported
3232
operatorframework.io/arch.ppc64le: supported
3333
operatorframework.io/arch.s390x: supported
34-
name: multiarch-tuning-operator.v1.2.0
34+
name: multiarch-tuning-operator.v1.2.1
3535
namespace: openshift-multiarch-tuning-operator
3636
spec:
3737
apiservicedefinitions: {}
@@ -109,4 +109,4 @@ spec:
109109
provider:
110110
name: Red Hat
111111
url: https://github.com/openshift/multiarch-tuning-operator
112-
version: 1.2.0
112+
version: 1.2.1

deploy/base/operators.coreos.com/subscriptions/openshift-multiarch-tuning-operator/subscription.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ spec:
99
source: multiarch-tuning-operator-catalog
1010
sourceNamespace: openshift-marketplace
1111
installPlanApproval: Automatic
12-
startingCSV: multiarch-tuning-operator.v1.2.0
12+
startingCSV: multiarch-tuning-operator.v1.2.1

index.base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ schema: olm.channel
1111
package: multiarch-tuning-operator
1212
name: main
1313
entries:
14-
- name: multiarch-tuning-operator.v1.2.0
14+
- name: multiarch-tuning-operator.v1.2.1

konflux.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ USER 65532:65532
3636
LABEL com.redhat.component="Multiarch Tuning Operator"
3737
LABEL distribution-scope="public"
3838
LABEL name="multiarch-tuning/multiarch-tuning-rhel9-operator"
39-
LABEL release="1.2.0"
40-
LABEL version="1.2.0"
39+
LABEL release="1.2.1"
40+
LABEL version="1.2.1"
4141
LABEL cpe="cpe:/a:redhat:multiarch_tuning_operator:1.1::el9"
4242
LABEL url="https://github.com/openshift/multiarch-tuning-operator"
4343
LABEL vendor="Red Hat, Inc."

0 commit comments

Comments
 (0)