Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(seamless) chore: add skipranges and replaces logic TODOs to CSV #231

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .rhdh/bundle/manifests/rhdh-operator.csv.yaml
Expand Up @@ -43,6 +43,7 @@ metadata:
features.operators.openshift.io/token-auth-gcp: "false"
repository: https://gitlab.cee.redhat.com/rhidp/rhdh/
support: Red Hat
skipRange: '>=1.0.0 <1.2.0'
name: rhdh-operator.v1.2.0
namespace: placeholder
spec:
Expand Down Expand Up @@ -341,3 +342,5 @@ spec:
name: Red Hat Inc.
url: https://www.redhat.com/
version: 1.2.0
# TODO: once we have a published 1.1.0 version in RHEC, we can use the replaces logic to support seamless upgrades
# replaces: rhdh-operator.v1.1.0
rm3l marked this conversation as resolved.
Show resolved Hide resolved
Expand Up @@ -25,6 +25,7 @@ metadata:
operatorframework.io/suggested-namespace: backstage-system
operators.operatorframework.io/builder: operator-sdk-v1.33.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
skipRange: '>=0.0.1 <0.2.0'
name: backstage-operator.v0.2.0
namespace: placeholder
spec:
Expand Down Expand Up @@ -327,3 +328,5 @@ spec:
- image: quay.io/janus-idp/backstage-showcase:latest
name: backstage
version: 0.2.0
# TODO: once we have a published 0.1.0 version in Quay, we can use the replaces logic to support seamless upgrades
# replaces: backstage-operator.v0.1.0