-
Notifications
You must be signed in to change notification settings - Fork 34
delete alpha1 and alpha2 #1838
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
base: main
Are you sure you want to change the base?
delete alpha1 and alpha2 #1838
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Type(Describe updated until commit 1b60738)Enhancement Description
|
| Relevant files | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Tests | |||||||||||||||||
| Configuration changes | 8 files
| ||||||||||||||||
| Formatting | |||||||||||||||||
| Additional files |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
Co-authored-by: gazarenkov <[email protected]>
|
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found a few occurrences in the docs below. We can probably update the text accordingly to remove Since v1apha2 ...?
- https://github.com/gazarenkov/rhdh-operator/blob/remove-alpha12/docs/configuration.md?plain=1#L607
- https://github.com/gazarenkov/rhdh-operator/blob/remove-alpha12/docs/configuration.md?plain=1#L237
Also, I assume we can remove the following test, based on the comment? https://github.com/gazarenkov/rhdh-operator/blob/remove-alpha12/pkg/model/deployment_test.go#L209-L236
| - description: Backstage is the Schema for the Red Hat Developer Hub backstages | ||
| API. It comes with pre-built plug-ins, configuration settings, and deployment | ||
| mechanisms, which can help streamline the process of setting up a self-managed | ||
| internal developer portal for adopters who are just starting out. | ||
| displayName: Red Hat Developer Hub | ||
| kind: Backstage | ||
| name: backstages.rhdh.redhat.com | ||
| version: v1alpha1 | ||
| - description: Backstage is the Schema for the Red Hat Developer Hub backstages | ||
| API. It comes with pre-built plug-ins, configuration settings, and deployment | ||
| mechanisms, which can help streamline the process of setting up a self-managed | ||
| internal developer portal for adopters who are just starting out. | ||
| displayName: Red Hat Developer Hub | ||
| kind: Backstage | ||
| name: backstages.rhdh.redhat.com | ||
| version: v1alpha2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still some references to v1alpha1 and v1alpha2 in https://github.com/gazarenkov/rhdh-operator/blob/remove-alpha12/config/manifests/backstage.io/bases/backstage-operator.clusterserviceversion.yaml#L13-L28
| - description: Backstage is the Schema for the Red Hat Developer Hub backstages | ||
| API. It comes with pre-built plug-ins, configuration settings, and deployment | ||
| mechanisms, which can help streamline the process of setting up a self-managed | ||
| internal developer portal for adopters who are just starting out. | ||
| displayName: Red Hat Developer Hub | ||
| kind: Backstage | ||
| name: backstages.rhdh.redhat.com | ||
| version: v1alpha1 | ||
| - description: Backstage is the Schema for the Red Hat Developer Hub backstages | ||
| API. It comes with pre-built plug-ins, configuration settings, and deployment | ||
| mechanisms, which can help streamline the process of setting up a self-managed | ||
| internal developer portal for adopters who are just starting out. | ||
| displayName: Red Hat Developer Hub | ||
| kind: Backstage | ||
| name: backstages.rhdh.redhat.com | ||
| version: v1alpha2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still some references to v1alpha1 and v1alpha2 in https://github.com/gazarenkov/rhdh-operator/blob/remove-alpha12/config/manifests/rhdh/bases/backstage-operator.clusterserviceversion.yaml#L36-L51
Description
Delete APIs of v1alpha1 and v1alpha2
Which issue(s) does this PR fix or relate to
https://issues.redhat.com/browse/RHIDP-7198
PR acceptance criteria
How to test changes / Special notes to the reviewer