[go: up one dir, main page]

Skip to content

Commit

Permalink
Update CSV & package versions to 4.13
Browse files Browse the repository at this point in the history
Signed-off-by: Malay Kumar Parida <mparida@redhat.com>
  • Loading branch information
malayparida2000 committed Feb 16, 2023
1 parent 9a0d4d1 commit 67e541f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion catalog/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ schema: olm.channel
package: ocs-operator
name: alpha
entries:
- name: ocs-operator.v4.12.0
- name: ocs-operator.v4.13.0

---
defaultChannel: alpha
Expand Down
2 changes: 1 addition & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ COPY ocs-operator/metadata/annotations.yaml /metadata/annotations.yaml
LABEL com.redhat.delivery.operator.bundle=true
# This second label tells the pipeline which versions of OpenShift the operator supports.
# This is used to control which index images should include this operator.
LABEL com.redhat.openshift.versions="v4.12"
LABEL com.redhat.openshift.versions="v4.13"
2 changes: 1 addition & 1 deletion deploy/ics.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ COPY ics-operator/metadata/annotations.yaml /metadata/annotations.yaml
LABEL com.redhat.delivery.operator.bundle=true
# This second label tells the pipeline which versions of OpenShift the operator supports.
# This is used to control which index images should include this operator.
LABEL com.redhat.openshift.versions="v4.12"
LABEL com.redhat.openshift.versions="v4.13"
2 changes: 1 addition & 1 deletion hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GO_LINT_IMG_TAG="${GO_LINT_IMG_TAG:-v1.49.0}"
GO_LINT_IMG="${GO_LINT_IMG:-${GO_LINT_IMG_LOCATION}:${GO_LINT_IMG_TAG}}"

# Current DEV version of the CSV
DEFAULT_CSV_VERSION="4.12.0"
DEFAULT_CSV_VERSION="4.13.0"
CSV_VERSION="${CSV_VERSION:-${DEFAULT_CSV_VERSION}}"
VERSION="${VERSION:-${CSV_VERSION}}"

Expand Down
2 changes: 1 addition & 1 deletion hack/generate-master-appregistry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

CSV_VERSION=4.12.0
CSV_VERSION=4.13.0
source hack/generate-appregistry.sh

CSV_FILE=build/_output/appregistry/olm-catalog/ocs-operator/${CSV_VERSION}/ocs-operator.v${CSV_VERSION}.clusterserviceversion.yaml
Expand Down
2 changes: 1 addition & 1 deletion hack/generate-master-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

CSV_VERSION=4.12.0
CSV_VERSION=4.13.0
source hack/common.sh

CSV_FILE=/manifests/ocs-operator.clusterserviceversion.yaml
Expand Down
2 changes: 1 addition & 1 deletion openshift-ci/Dockerfile.bundle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY deploy/bundle/metadata/annotations.yaml /metadata/annotations.yaml
LABEL com.redhat.delivery.operator.bundle=true
# This second label tells the pipeline which versions of OpenShift the operator supports.
# This is used to control which index images should include this operator.
LABEL com.redhat.openshift.versions="v4.12"
LABEL com.redhat.openshift.versions="v4.13"
# This third label tells the pipeline that this operator should *also* be supported on OCP 4.4 and
# earlier. It is used to control whether or not the pipeline should attempt to automatically
# backport this content into the old appregistry format and upload it to the quay.io application
Expand Down
2 changes: 1 addition & 1 deletion openshift-ci/Dockerfile.bundle.master
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN rm -rf /hack/
LABEL com.redhat.delivery.operator.bundle=true
# This second label tells the pipeline which versions of OpenShift the operator supports.
# This is used to control which index images should include this operator.
LABEL com.redhat.openshift.versions="v4.12"
LABEL com.redhat.openshift.versions="v4.13"
# This third label tells the pipeline that this operator should *also* be supported on OCP 4.4 and
# earlier. It is used to control whether or not the pipeline should attempt to automatically
# backport this content into the old appregistry format and upload it to the quay.io application
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package version

var (
// Version of the operator
Version = "4.12.0"
Version = "4.13.0"
)

0 comments on commit 67e541f

Please sign in to comment.