Skip to content

Commit

Permalink
Merge pull request #996 from tesshuflower/remove_v0.7.z_from_stable_c…
Browse files Browse the repository at this point in the history
…hannel

Remove v0.7.z from stable operator channel
  • Loading branch information
openshift-merge-bot[bot] committed Nov 20, 2023
2 parents fcca228 + e159dba commit e956b19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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=volsync
LABEL operators.operatorframework.io.bundle.channels.v1=stable,stable-0.7
LABEL operators.operatorframework.io.bundle.channels.v1=stable-0.7
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.26.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/volsync.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2023-08-24T22:34:30Z"
createdAt: "2023-11-20T14:15:06Z"
olm.skipRange: '>=0.4.0 <0.7.5'
operators.operatorframework.io/builder: operator-sdk-v1.26.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
Expand Down
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ annotations:
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: volsync
operators.operatorframework.io.bundle.channels.v1: stable,stable-0.7
operators.operatorframework.io.bundle.channels.v1: stable-0.7
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.metrics.builder: operator-sdk-v1.26.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
Expand Down
2 changes: 1 addition & 1 deletion version.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VERSION := 0.7.5
# REPLACES_VERSION should be left empty for the first version in a new channel (See more info in Procedures.md)
REPLACES_VERSION := 0.7.4
OLM_SKIPRANGE := '>=0.4.0 <$(VERSION)'
CHANNELS := stable,stable-0.7
CHANNELS := stable-0.7
DEFAULT_CHANNEL := stable
MIN_KUBE_VERSION := 1.20.0

Expand Down

0 comments on commit e956b19

Please sign in to comment.