changelog ++

This commit is contained in:
Matthew Irish 2018-02-15 16:15:53 -06:00 committed by GitHub
parent 857cdaeb2b
commit e39108c0d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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)