Skip to content

Commit

Permalink
changelog++
Browse files Browse the repository at this point in the history
  • Loading branch information
calvn committed Apr 23, 2018
1 parent 3037963 commit 43ca8d5
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

FEATURES:

* X-Forwarded-For support: `X-Forwarded-For` headers can now be used to set
the client IP seen by Vault. See the [TCP listener configuration
* X-Forwarded-For support: `X-Forwarded-For` headers can now be used to set the
client IP seen by Vault. See the [TCP listener configuration
page](https://www.vaultproject.io/docs/configuration/listener/tcp.html) for
details.
* CIDR IP Binding for Tokens: Tokens now support being bound to specific
CIDR(s) for usage. Currently this is implemented in Token Roles; usage can
be expanded to other authentication backends over time.
CIDR(s) for usage. Currently this is implemented in Token Roles; usage can be
expanded to other authentication backends over time.

IMPROVEMENTS:

Expand All @@ -21,6 +21,8 @@ IMPROVEMENTS:
revoke associated tokens, but while the entity is disabled they cannot be
used. [GH-4353]
* physical/consul: Allow tuning of session TTL and lock wait time [GH-4352]
* replication: Dynamically adjust WAL cleanup over a period of time based on
the rate of writes committed

BUG FIXES:

Expand All @@ -33,8 +35,9 @@ BUG FIXES:
* secret/gcp: Fix panic on renewal
* ui: Fix IE11 form submissions in a few parts of the application [GH-4378]
* ui: Fix IE file saving on policy pages and init screens [GH-4376]
* ui: Fixed an issue where the AWS secret backend would show the wrong menu [GH-4371]
* ui: Fixed an issue where policies with commas would not render in the
* ui: Fixed an issue where the AWS secret backend would show the wrong menu
[GH-4371]
* ui: Fixed an issue where policies with commas would not render in the
interface properly [GH-4398]

## 0.10.0 (April 10th, 2018)
Expand Down

0 comments on commit 43ca8d5

Please sign in to comment.