-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
deprecateChanges related to deprecation processChanges related to deprecation process
Description
Is your feature request related to a problem? Please describe.
We need to clean up our codebase by removing all v1alpha1 versions from the operators that are not being used. This will help maintain a clean and efficient codebase.
Describe the solution you'd like
- Identify all operators currently using alpha1 versions.
- Verify the necessity of alpha1 versions in each operator.
- Remove v1alpha1 versions from operators where they are not required.
- Ensure that the removal does not affect the functionality of the operators.
- Document the changes and update relevant documentation.
Metadata
Metadata
Assignees
Labels
deprecateChanges related to deprecation processChanges related to deprecation process
Type
Projects
Status
Done