summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authortylercloke <tylercloke@gmail.com>2015-04-29 18:07:11 -0700
committertylercloke <tylercloke@gmail.com>2015-04-30 15:29:51 -0700
commit69647cefc41058e4d653e113b47107b9eb926430 (patch)
tree63884ee62cf3fe103e40e49e09ca114becd9d369 /RELEASE_NOTES.md
parent00fff6a2dd7a33554413b1f1b140d0cf9856f303 (diff)
downloadchef-69647cefc41058e4d653e113b47107b9eb926430.tar.gz
Implemented `knife user key show` and `knife client key show`.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index b05498e36d..4520a37d44 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,2 +1,10 @@
# Chef Client Release Notes <unreleased>:
+## Knife Key Management Commands for Users and Clients
+
+`knife user` and `knife client` now have a suite of subcommands that live under
+the `key` subcommand. These subcommands allow you to list, show, create, delete
+and edit keys for a given user or client. They can be used to implement
+key rotation with multiple expiring keys for a single actor or just
+for basic key management. See `knife user key` and `knife client key`
+for a full list of subcommands and their usage.