From 99cb2699bb42df5347516ea969c29ac25ec5fd9e Mon Sep 17 00:00:00 2001 From: James Hunt Date: Tue, 9 Jun 2020 11:50:18 -0400 Subject: [PATCH] Release Notes for 8.7.3 --- ci/release_notes.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ci/release_notes.md diff --git a/ci/release_notes.md b/ci/release_notes.md new file mode 100644 index 000000000..10bdb35ab --- /dev/null +++ b/ci/release_notes.md @@ -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.