Skip to content

Commit

Permalink
Trail bump 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uriziv1 committed Jul 17, 2024
1 parent 147ae4d commit 60f15fa
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ LABEL vendor="IBM" \
org.label-schema.name="ibm storage odf operator" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url=$VCS_URL \
org.label-schema.schema-version="1.5.0" \
org.label-schema.schema-version="1.6.0" \
summary="IBM Storage ODF Operator" \
description="operator and driver of ibm storage systems for openshift data foundation (ODF)"

Expand Down
6 changes: 3 additions & 3 deletions bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=ibm-storage-odf-operator
LABEL operators.operatorframework.io.bundle.channels.v1=stable-v1.5
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable-v1.5
LABEL operators.operatorframework.io.bundle.channels.v1=stable-v1.6
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable-v1.6
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.25.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
Expand All @@ -19,5 +19,5 @@ LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/
COPY bundle/manifests /manifests/
COPY bundle/metadata /metadata/
COPY bundle/tests/scorecard /tests/scorecard/
LABEL com.redhat.openshift.versions="v4.14"
LABEL com.redhat.openshift.versions="v4.15"
LABEL com.redhat.delivery.operator.bundle=true
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ metadata:
operators.operatorframework.io/builder: operator-sdk-v1.25.0
operators.operatorframework.io/operator-type: non-standalone
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
olm.skipRange: '>=0.0.1 <1.5.0'
name: ibm-storage-odf-operator.v1.5.0
olm.skipRange: '>=0.0.1 <1.6.0'
name: ibm-storage-odf-operator.v1.6.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -319,12 +319,12 @@ spec:
- /manager
env:
- name: EXPORTER_IMAGE
value: quay.io/ibmodffs/ibm-storage-odf-block-driver:1.5.0
value: quay.io/ibmodffs/ibm-storage-odf-block-driver:1.6.0
- name: RESOURCES_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.operatorNamespace']
image: registry.connect.redhat.com/ibm/ibm-storage-odf-operator:1.5.0
image: registry.connect.redhat.com/ibm/ibm-storage-odf-operator:1.6.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -376,7 +376,7 @@ spec:
app: ibm-odf-console
spec:
containers:
- image: quay.io/ibmodffs/ibm-storage-odf-plugin:1.5.0
- image: quay.io/ibmodffs/ibm-storage-odf-plugin:1.6.0
name: ibm-odf-console
ports:
- containerPort: 9003
Expand Down Expand Up @@ -455,4 +455,4 @@ spec:
maturity: alpha
provider:
name: IBM
version: 1.5.0
version: 1.6.0
6 changes: 3 additions & 3 deletions bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ annotations:
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: ibm-storage-odf-operator
operators.operatorframework.io.bundle.channels.v1: stable-v1.5
operators.operatorframework.io.bundle.channel.default.v1: stable-v1.5
operators.operatorframework.io.bundle.channels.v1: stable-v1.6
operators.operatorframework.io.bundle.channel.default.v1: stable-v1.6
operators.operatorframework.io.metrics.builder: operator-sdk-v1.25.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3
Expand All @@ -15,4 +15,4 @@ annotations:
operators.operatorframework.io.test.config.v1: tests/scorecard/

# OpenShift annotations:
com.redhat.openshift.versions: v4.13-v4.14
com.redhat.openshift.versions: =v4.15
2 changes: 1 addition & 1 deletion config/console/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ kind: Kustomization
images:
- name: ibm-console
newName: quay.io/ibmodffs/ibm-storage-odf-plugin
newTag: 1.5.0
newTag: 1.6.0
2 changes: 1 addition & 1 deletion config/default/manager_config_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ spec:
- name: manager
env:
- name: EXPORTER_IMAGE
value: quay.io/ibmodffs/ibm-storage-odf-block-driver:1.5.0
value: quay.io/ibmodffs/ibm-storage-odf-block-driver:1.6.0
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/ibmodffs/ibm-storage-odf-operator
newTag: 1.5.0
newTag: 1.6.0
2 changes: 1 addition & 1 deletion console/console.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func RemoveConsole(client client.Client, namespace string) error {
return nil
}
func GetBasePath(clusterVersion string) string {
if strings.Contains(clusterVersion, "4.14") {
if strings.Contains(clusterVersion, "4.15") {
return CompatibilityBasePath
}

Expand Down
6 changes: 3 additions & 3 deletions hack/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ pipeline {
}
parameters {
string(name: 'DOCKER_REGISTRY', defaultValue: "stg-artifactory.xiv.ibm.com:5030")
string(name: 'DRIVER_GIT_BRANCH', defaultValue: "release-1.5.0")
string(name: 'CONSOLE_GIT_BRANCH', defaultValue: "release-1.5.0")
string(name: 'OPERATOR_GIT_BRANCH', defaultValue: "release-1.5.0")
string(name: 'DRIVER_GIT_BRANCH', defaultValue: "release-1.6.0")
string(name: 'CONSOLE_GIT_BRANCH', defaultValue: "release-1.6.0")
string(name: 'OPERATOR_GIT_BRANCH', defaultValue: "release-1.6.0")
string(name: 'PLATFORM', defaultValue: "linux/amd64")
string(name: 'ENABLE_UPGRADE', defaultValue: "False")
}
Expand Down
2 changes: 1 addition & 1 deletion hack/bundle-manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ echo "Updating the olm.skipRange for new release version ${RELEASE_VERSION}..."
${YQ_BIN} eval -i ".metadata.annotations.\"olm.skipRange\" = \">=0.0.1 <${RELEASE_VERSION}\"" "${CSV_PATH}"

echo "add certification required labels to bundle.Dockerfile"
echo "LABEL com.redhat.openshift.versions=\"v4.13-v4.14\"" >> ./bundle.Dockerfile
echo "LABEL com.redhat.openshift.versions=\"v4.15\"" >> ./bundle.Dockerfile
echo "LABEL com.redhat.delivery.operator.bundle=true" >> ./bundle.Dockerfile
12 changes: 6 additions & 6 deletions hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@ CSI_VOLUME_GROUP_OPERATOR_DEVELOP_PATH="quay.io\/csiblock\/volume-group-operator
CSI_VOLUME_GROUP_OPERATOR_TAG="v0.9.1"

VCS_URL="https://github.com/IBM/ibm-storage-odf-operator"
VCS_REF="1.5.0-$(git rev-parse --short HEAD)"
VCS_REF="1.6.0-$(git rev-parse --short HEAD)"
RELEASE_VERSION=$(cat version/version.go | grep "Version =" | awk -F '"' '{print $2}')

CHANNELS="stable-v1.5"
CHANNELS="stable-v1.6"
DEFAULT_CHANNEL="${CHANNELS}"
OPERATOR_IMAGE_VERSION="v1.5.0"
OPERATOR_IMAGE_VERSION="v1.6.0"

DEFAULT_ENABLE_UPGRADE='False'
PREVIOUS_CHANNELS="stable-v1.4"
PREVIOUS_CHANNELS="stable-v1.5"
PREVIOUS_DEFAULT_CHANNEL="${PREVIOUS_CHANNELS}"
PREVIOUS_OPERATOR_IMAGE_VERSION="v1.4.1"
PREVIOUS_OPERATOR_IMAGE_TAG="${PREVIOUS_OPERATOR_IMAGE_VERSION:1}" #1.4.1
PREVIOUS_OPERATOR_IMAGE_VERSION="v1.5.0"
PREVIOUS_OPERATOR_IMAGE_TAG="${PREVIOUS_OPERATOR_IMAGE_VERSION:1}" #1.5.0
PREVIOUS_BUNDLE_IMAGE_PATH="quay.io/ibmodffs/ibm-storage-odf-operator-bundle:${PREVIOUS_OPERATOR_IMAGE_TAG}"

GO111MODULE="on"
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ package version

var (
// Version of the operator
Version = "1.5.0"
Version = "1.6.0"
)

0 comments on commit 60f15fa

Please sign in to comment.