ROX-33125: deprecation notices for helm and manifests#19552
ROX-33125: deprecation notices for helm and manifests#19552sachaudh wants to merge 1 commit intoROX-33119/operator-instructions-non-openshiftfrom
Conversation
|
Skipping CI for Draft Pull Request. |
|
@porridge (and reviewers), I have a few follow-up questions after working on this change:
2. When creating an init bundle, users can select the "Helm chart" option as the installation method and download the bundle without seeing the deprecation warning. Should the warning be surfaced in the form itself?
3. The change mentions deprecation in `4.11.0` and removal in `5.1.0`. @porridge can you confirm that as still true for this? I'll dm PMs to make sure they're good with that as well.
|
|
Images are ready for the commit at 26a7a02. To use with deploy scripts, first |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## ROX-33119/operator-instructions-non-openshift #19552 +/- ##
=================================================================================
- Coverage 49.27% 49.25% -0.02%
=================================================================================
Files 2726 2727 +1
Lines 205625 205788 +163
=================================================================================
+ Hits 101312 101369 +57
- Misses 96777 96885 +108
+ Partials 7536 7534 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Warn users that the rhacs/secured-cluster-services Helm chart and legacy manifest bundle installation methods are deprecated since 4.11 and will be removed in 5.1, recommending the Kubernetes operator instead. Signed-off-by: Saif Chaudhry <schaudhr@redhat.com>
9aa7ee6 to
26a7a02
Compare
|
@sachaudh: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |


Description
Jira: ROX-33125
Add deprecation warning alerts to the Helm chart and legacy manifest bundle installation flows in the cluster setup UI. Users are warned that:
rhacs/secured-cluster-servicesHelm chart is deprecated since 4.11 and will be removed in 5.1Warnings appear in:
User-facing documentation
Testing and quality
Automated testing
How I validated my change
npx tsc --noEmit)Screenshots