From 0225ebd96dab5f89dc9f8da96e2471f6ff3ea310 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Tue, 27 Jul 2021 21:04:01 -0700 Subject: [PATCH] Add release note for shell completion --- docs/releases/1.22-NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/releases/1.22-NOTES.md b/docs/releases/1.22-NOTES.md index 3433006199..c9ce4e8989 100644 --- a/docs/releases/1.22-NOTES.md +++ b/docs/releases/1.22-NOTES.md @@ -88,6 +88,8 @@ spec: # Other changes of note +* Support for shell completion has been substantially improved. kOps has added support for shell completion in `fish` and `PowerShell`. + * It is no longer necessary to set `AWS_SDK_LOAD_CONFIG=1` in the environment when using AWS assumed roles with the `kops` CLI. * There is a new command `kops get assets` for listing image and file assets used by a cluster.