Highlights
- All components have been upgraded to 1.8.x details
- Removed redundant content from Gorouter log message
backend-endpoint-failed
details - Routing API returns a 204 response when deleting a tcp route that does not exist details
- Simplified start delays:
/health
will report200 OK
after the value ofrouter.requested_route_registration_interval_in_seconds
in seconds, and BOSH will consider Gorouter started (and allow the next instance to update) after an additional duration ofrouter.load_balancer_healthy_threshold
in seconds details - Gorouter now emits a metric
file_descriptors
to help operators monitor file descriptor consumption details - Manifest generation scripts support overriding release versions from a spiff stub details
- Gorouter now emits counter metrics periodically, regardless of whether they are incremented details
- Routing API now support updating the isolation segment for a TCP route details
Manifest Property Changes
None