changelog++
This commit is contained in:
parent
80ffd07b8b
commit
b29759fb10
|
@ -5,6 +5,7 @@ IMPROVEMENTS:
|
|||
* auth/centrify: Add CLI helper
|
||||
* audit: Always log failure metrics, even if zero, to ensure the values appear
|
||||
on dashboards [GH-3937]
|
||||
* secret/pki: Add a flag to make the common name optional on certs [GH-3940]
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
|
@ -20,13 +21,15 @@ BUG FIXES:
|
|||
periodic tokens. [GH-3880]
|
||||
* command/ssh: Create and reuse the api client [GH-3909]
|
||||
* identity: Fix race when creating entities [GH-3932]
|
||||
* plugin/gRPC: Fixed an issue with list requests and raw responses coming from
|
||||
plugins using gRPC transport [GH-3881]
|
||||
* plugin/gRPC: Fix panic when special paths are not set [GH-3946]
|
||||
* secret/pki: Verify a name is a valid hostname before adding to DNS SANs
|
||||
[GH-3918]
|
||||
* storage/etcd3: Fix memory ballooning with standby instances [GH-3798]
|
||||
* storage/etcd3: Fix large lists (like token loading at startup) not being
|
||||
handled [GH-3772]
|
||||
* storage/zookeeper: Update vendoring to fix freezing issues [GH-3896]
|
||||
* plugin/gRPC: Fixed an issue with list requests and raw responses coming from
|
||||
plugins using gRPC transport [GH-3881]
|
||||
* plugin/gRPC: Fix panic when special paths are not set [GH-3946]
|
||||
|
||||
## 0.9.3 (January 28th, 2018)
|
||||
|
||||
|
|
Loading…
Reference in New Issue