Yggdrasil 0.19.0
✨ Features:
#74 Bump Envoy support up to v1.26. Big thanks to @Aluxima for this!
#75 #76 #77 Updating all of the deps per Dependabot suggestions to keep things up to date and address and potential issues.
#78 Customisable Log formats 🚀
- Users are now able to set a custom log format for the File Access Log. The defaults remain the same so deploying with no changes is safe.
Check out the docs here for details on how its configured: ACCESSLOG.md
In the same change we included a flag for enabling a config dump endpoint at /configdump
on the Health server (port 8081 by default).
This is disabled by default as Yggdrasil config could be sensitive (Private TLS keys) so check your environment before enabling. It's useful for checking what is in the current snapshot directly.
See the README.md for new flags and config options to control these features.