changelog++
This commit is contained in:
parent
e72890e83f
commit
0f10a8d0ba
46
CHANGELOG.md
46
CHANGELOG.md
|
@ -28,56 +28,48 @@ FEATURES:
|
|||
* **UI Control Group Workflow (enterprise)**: The UI will now detect control
|
||||
group responses and provides a workflow to view the status of the request
|
||||
and to authorize requests.
|
||||
* **Vault Agent (Beta)**: Vault Agent is a daemon that can automatically
|
||||
authenticate for you across a variety of authentication methods, provide
|
||||
tokens to clients, and keep the tokens renewed, reauthenticating as
|
||||
necessary.
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
* auth/azure: Add support for virtual machine scale sets
|
||||
* cli: Add subcommands for interacting with the plugin catalog [GH-4911]
|
||||
* cli: Add a `-description` flag to secrets and auth tune subcommands to allow
|
||||
updating an existing secret engine's or auth method's description. This
|
||||
change also allows the description to be unset by providing an empty string.
|
||||
* core: Add config flag to disable non-printable character check [GH-4917]
|
||||
* core: A `max_request_size` parameter can now be set per-listener to adjust
|
||||
the maximum allowed size per request [GH-4824]
|
||||
* core: Add control group request endpoint to default policy [GH-4904]
|
||||
* identity: Identity metadata is now passed through to plugins [GH-4967]
|
||||
* replication: Add additional saftey checks and logging when replication is
|
||||
in a bad state
|
||||
* secrets/kv: Add support for using `-field=data` to KVv2 when using `vault
|
||||
kv` [GH-4895]
|
||||
* secrets/pki: Add the ability to tidy revoked but unexpired certificates
|
||||
[GH-4916]
|
||||
* secrets/ssh: Allow Vault to work with single-argument SSH flags [GH-4825]
|
||||
* secrets/ssh: SSH executable path can now be configured in the CLI [GH-4937]
|
||||
* storage/swift: Add additional configuration options [GH-4901]
|
||||
* ui: Choose which auth methods to show to unauthenticated users via
|
||||
`listing_visibility` in the auth method edit forms [GH-4854]
|
||||
* ui: Authenticate users automatically by passing a wrapped token to the UI via
|
||||
the new `wrapped_token` query parameter [GH-4854]
|
||||
* ssh: SSH executable path can now be configured in the CLI [GH-4937]
|
||||
* cli: Add subcommands for interacting with the plugin catalog [GH-4911]
|
||||
* core: Add config flag to disable non-printable character check [GH-4917]
|
||||
* storage/swift: Add additional configuration options [GH-4901]
|
||||
* replication: Add additional saftey checks and logging when replication is
|
||||
in a bad state
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* api: Fix response body being cleared too early [GH-4987]
|
||||
* auth/approle: Fix issue with tidy endpoint that would unnecessarily remove
|
||||
secret accessors [GH-4981]
|
||||
* auth/aws: Fix updating `max_retries` [GH-4980]
|
||||
* core: Fix returning 500 instead of 503 if a rekey is attempted when Vault is
|
||||
sealed [GH-4874]
|
||||
* core: Fix issue releasing the leader lock in some circumstances [GH-4915]
|
||||
* core: Fix a panic that could happen if the server was shut down while still
|
||||
starting up
|
||||
* plugins: Fix being unable to send very large payloads to or from plugins
|
||||
[GH-4958]
|
||||
* physical/azure: Long list responses would sometimes be truncaated [GH-4983]
|
||||
* replication: Fix a case where a network interruption could cause a secondary
|
||||
to be unable to reconnect to a primary
|
||||
* secrets/pki: Fix permitted DNS domains performing improper validation
|
||||
[GH-4863]
|
||||
* secrets/database: Fix panic during DB creds revocation [GH-4846]
|
||||
* ui: Fix usage of cubbyhole backend in the UI [GH-4851]
|
||||
* ui: Fix toggle state when a secret is JSON-formatted [GH-4913]
|
||||
* ui: Fix coercion of falsey values to empty string when editing secrets as
|
||||
JSON [GH-4977]
|
||||
* api: Fix response body being cleared too early [GH-4987]
|
||||
* auth/approle: Fix issue with tidy endpoint that would unnecessarily remove
|
||||
secret accessors [GH-4981]
|
||||
* core: Fix deadlock that would occur if a leadership loss occurs at the same
|
||||
time as a seal operation [GH-4932]
|
||||
* core: Fix issue with auth mounts failing to renew tokens due to policies
|
||||
|
@ -90,9 +82,21 @@ BUG FIXES:
|
|||
* core: Fix standby not being able to forward requests larger than 4MB
|
||||
[GH-4844]
|
||||
* core: Avoid panic while processing group memberships [GH-4841]
|
||||
* plugins: Fix being unable to send very large payloads to or from plugins
|
||||
[GH-4958]
|
||||
* physical/azure: Long list responses would sometimes be truncaated [GH-4983]
|
||||
* replication: Allow replication status requests to be processed while in
|
||||
merkle sync
|
||||
* replication: Ensure merkle reindex flushes all changes to storage immediately
|
||||
* replication: Fix a case where a network interruption could cause a secondary
|
||||
to be unable to reconnect to a primary
|
||||
* secrets/pki: Fix permitted DNS domains performing improper validation
|
||||
[GH-4863]
|
||||
* secrets/database: Fix panic during DB creds revocation [GH-4846]
|
||||
* ui: Fix usage of cubbyhole backend in the UI [GH-4851]
|
||||
* ui: Fix toggle state when a secret is JSON-formatted [GH-4913]
|
||||
* ui: Fix coercion of falsey values to empty string when editing secrets as
|
||||
JSON [GH-4977]
|
||||
|
||||
## 0.10.3 (June 20th, 2018)
|
||||
|
||||
|
|
Loading…
Reference in New Issue