Stalefeaturehelp wanted
説明
What would you like to be added?
In v4, helm list was changed to show all releases by default, making the --all/-a CLI flag obsolete.
#31295
But removal of the flag was a breaking change that was not called out in the release notes.
Can the -a/--all flag be reintroduced with a proper deprecation warning? Behaviorally it could be a no-op.
Why is this needed?
Existing scripts that use this helm cli option must be modified to upgrade to helm v4.
Care was taken to make other cli changes (renamed options etc.) non-breaking, continuing support with old options, so I don't think it was an intentional decision to make a breaking change here.