Skip to content

Commit cd0bb72

Browse files
AnnaZivkoviclwan-wanglin
authored andcommitted
Bump version to v1.2.1
1 parent 9da077e commit cd0bb72

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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: {}
@@ -480,7 +480,7 @@ spec:
480480
provider:
481481
name: Red Hat
482482
url: https://github.com/openshift/multiarch-tuning-operator
483-
version: 1.2.0
483+
version: 1.2.1
484484
webhookdefinitions:
485485
- admissionReviewVersions:
486486
- 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: {}
@@ -102,4 +102,4 @@ spec:
102102
provider:
103103
name: Red Hat
104104
url: https://github.com/openshift/multiarch-tuning-operator
105-
version: 1.2.0
105+
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: v1.x
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,9 +36,9 @@ 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.1"
40+
LABEL version="1.2.1"
3941
LABEL cpe="cpe:/a:redhat:multiarch_tuning_operator:1.1::el9"
40-
LABEL release="1.2.0"
41-
LABEL version="1.2.0"
4242
LABEL url="https://github.com/openshift/multiarch-tuning-operator"
4343
LABEL vendor="Red Hat, Inc."
4444
LABEL description="The Multiarch Tuning Operator enhances the user experience for administrators of Openshift \

0 commit comments

Comments
 (0)