From d456893f63f018a19df649fabeff30d0965ab751 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 12 Mar 2021 10:38:45 -0500 Subject: [PATCH] Add CLI panic known issue to changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5b963f39d..557d01c43b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. ## 0.1.8 (2021/03/10) +### Known Issues + +These are specific known issues in the release that we feel are impactful enough +to call out in this changelog. The full set of open issues is on GitHub. + +* cli: When authenticating, changing a password, or a couple of other specific + actions on the CLI, if the output format is specified as `json`, the command + will panic (after the API call executes). This is due to a preexisting bug + that was exposed by the JSON changes described in the changes section below. + Although most of our CLI-level tests operate on `json`-format output, because + our CLI-level tests use the token helper during execution, the authentication + test was using the normal table output since the output was ignored anyways. + As a result, our CLI tests did not catch this panic. Our apologies, and we + will fix this in the next release. + ### Changes/Deprecations * api: A few functions have changed places. Notably, instead of `ResponseMap()`