Skip to content

Commit

Permalink
changelog++
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai authored and truenorthcreative committed Apr 23, 2018
1 parent 298428f commit a5d5a49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,16 @@ FEATURES:
* 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.
* `vault kv patch` command: A new `kv patch` helper command that allows
modifying only some values in existing data at a K/V path, but uses
check-and-set to ensure that this modification happens safely.

IMPROVEMENTS:

* auth/token: Add to the token lookup response, the policies inherited due to
identity associations [GH-4366]
* auth/token: Add CIDR binding to token roles [GH-815]
* cli: Add `vault kv patch` [GH-4432]
* core: Add X-Forwarded-For support [GH-4380]
* core: Add token CIDR-binding support [GH-815]
* identity: Add the ability to disable an entity. Disabling an entity does not
Expand All @@ -40,6 +44,8 @@ IMPROVEMENTS:

BUG FIXES:

* cli: Fix `vault kv` backwards compatibility with KV v1 engine mounts
[GH-4430]
* identity: Persist entity memberships in external identity groups across
mounts [GH-4365]
* replication: Fix issue causing secondaries to not connect properly to a
Expand Down

0 comments on commit a5d5a49

Please sign in to comment.