From fe276e5ed59fe3917b9b35f8fa9c2774ed95d51a Mon Sep 17 00:00:00 2001 From: vishalnayak Date: Mon, 20 Jun 2016 20:43:59 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66cdfc1b50..083aab3191 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,21 @@ FEATURES: documentation](https://www.vaultproject.io/docs/secrets/transit/index.html) for more details. [GH-1537] +IMPROVEMENTS: + * cli: Output formatting in the presence of warnings in the response object + [GH-1533] + * cli: `vault auth` command supports a `-path` option to take in the path at + which the auth backend is enabled, thereby allowing authenticating against + different paths using the command options [GH-1532] + * secret/aws: Listing of roles is supported now [GH-1546] + * cli: `vault auth -methods` will now display the config settings of the mount + [GH-1531] + +BUG FIXES: + + * credential/aws-ec2: Added a nil check for stored whitelist identity object + during renewal [GH-1542] + ## 0.6.0 (June 14th, 2016) SECURITY: