helm/helm

Breaking change to helm list cli command in v4

Open

#31,784 opened on 2026年2月3日

GitHub で見る
 (4 comments) (3 reactions) (0 assignees)Go (29,815 stars) (7,602 forks)batch import
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.

コントリビューターガイド