Release Highlights
- Improved health checking for gorouter - monit will now restart the gorouter process if the gorouter stops responding to http requests on its health port
- Switched from vendoring
golang-1-linux
togolang-1.16-linux
to keep us pinned at Go 1.16 for the time being - Go 1.16 has GO111Module on by default. This release converts routing-release to be compatible with those changes
- As a result of the conversion to a Go module release, we updated and moved away from having many of our external dependencies in a submodule to a vendored package.
- Security Fix: Update golang to resolve CVE-2021-39293 where specially crafted inputs could cause panics/fatal errors in archive/zip
Manifest Property Changes
None