Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

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

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .rhdh/bundle/manifests/rhdh-operator.csv.yaml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ metadata:
alm-examples: '[]'
capabilities: Seamless Upgrades
operatorframework.io/suggested-namespace: backstage-system
name: backstage-operator.v0.0.0
skipRange: '>=0.0.1 <0.2.0'
name: backstage-operator.v0.2.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -52,4 +53,6 @@ spec:
provider:
name: Red Hat Inc.
url: https://www.redhat.com/
version: 0.0.0
version: 0.2.0
rm3l marked this conversation as resolved.
Show resolved Hide resolved
# 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