changelog ++
This commit is contained in:
parent
857cdaeb2b
commit
e39108c0d3
|
@ -30,6 +30,7 @@ IMPROVEMENTS:
|
|||
properly handle IDNA transformations for these DNS names [GH-3953]
|
||||
* secret/ssh: Add `valid-principles` flag to CLI for CA mode [GH-3922]
|
||||
* storage/manta: Add Manta storage [GH-3270]
|
||||
* ui (Enterprise): Support for ChaCha20-Poly1305 keys in the transit engine.
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
|
@ -60,6 +61,8 @@ BUG FIXES:
|
|||
* 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]
|
||||
* ui (Enterprise): Decoding the replication token should no longer error and prevent enabling
|
||||
of a secondary replication cluster via the ui.
|
||||
|
||||
## 0.9.3 (January 28th, 2018)
|
||||
|
||||
|
|
Loading…
Reference in New Issue