mirror of https://github.com/helm/helm
In Helm v4, 'helm list' shows all releases by default, making the --all/-a flag unnecessary. However, removing the flag entirely was a breaking change that broke existing scripts and automation. This reintroduces --all/-a as a deprecated no-op flag that emits a warning, easing the transition for users upgrading from Helm v3. Fixes #31784 Signed-off-by: Umut Polat <52835619+umut-polat@users.noreply.github.com>pull/31886/head
parent
58b8545073
commit
795534f968
@ -0,0 +1,10 @@
|
||||
Flag --all has been deprecated, this is now the default behavior in Helm v4 and this flag will be removed in a future release
|
||||
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
|
||||
drax default 1 2016-01-16 00:00:01 +0000 UTC uninstalling chickadee-1.0.0 0.0.1
|
||||
gamora default 1 2016-01-16 00:00:01 +0000 UTC superseded chickadee-1.0.0 0.0.1
|
||||
groot default 1 2016-01-16 00:00:01 +0000 UTC uninstalled chickadee-1.0.0 0.0.1
|
||||
hummingbird default 1 2016-01-16 00:00:03 +0000 UTC deployed chickadee-1.0.0 0.0.1
|
||||
iguana default 2 2016-01-16 00:00:04 +0000 UTC deployed chickadee-1.0.0 0.0.1
|
||||
rocket default 1 2016-01-16 00:00:02 +0000 UTC failed chickadee-1.0.0 0.0.1
|
||||
starlord default 2 2016-01-16 00:00:01 +0000 UTC deployed chickadee-1.0.0 0.0.1
|
||||
thanos default 1 2016-01-16 00:00:01 +0000 UTC pending-install chickadee-1.0.0 0.0.1
|
||||
Loading…
Reference in new issue