-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Improvements | ||
|
||
- Docker images are now compiling via the go 1.13 toolchain. | ||
|
||
- Agent Registration can now occur through chained load balancers, | ||
with standards-compliant comma-separated X-Forwarded-For | ||
headers. Why you would want to do this is beyond me, but ¯\_(ツ)\_/¯ | ||
|
||
- The `metashield` plugin now trusts system X.509 Root CAs if no | ||
specific CA is supplied. | ||
|
||
- Bootstrap restoration is simpler now, and the UI for init / | ||
restore is more streamlined. See #680. |