Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Oct 20, 2020
1 parent 35f0c9d commit b5611ce
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,28 @@ Canonical reference for changes, improvements, and bugfixes for Boundary.

## vNext

### What's New
### Changes/Deprecations

### Improvements
* cli: There are two changes to token storage handling:
* Specifying `none` for the `token-name` parameter has been deprecated in
favor of specifying `none` for the new `keyring-type` parameter.
* [`pass`](https://www.passwordstore.org/) is now the default keyring type on
non-Windows/non-macOS platforms. See the [CLI docs
page](https://www.boundaryproject.io/docs/api-clients/cli) for more
information.

### What's New

* cli: New `keyring-type` option and `pass` keyring type for token storage
([Issue](https://github.com/hashicorp/boundary/issues/697))
([PR](https://github.com/hashicorp/boundary/issues/731))
* controller: Allow API/Cluster listeners to be Unix domain sockets
([Issue](https://github.com/hashicorp/boundary/pull/699))
([PR](https://github.com/hashicorp/boundary/pull/705))

### Improvements


### Bug Fixes

* cli: Fix hyphenation in help output for resources with compound names
Expand Down

0 comments on commit b5611ce

Please sign in to comment.