- BOSH does not report tcp_router job as failing when reloading configuration, and runs as vcap user details
- Fixed bug: gorouter doesn't send logs to syslog details
- Continued improving documentation around metrics sent on the firehose details
- Routing components support manifest property to configure a trusted CA certificate for TLS communication between the components and UAA server. details
- Output meaningful error when running routing acceptance tests errand when Routing API is not running details
- Allow an operator to update router group
reservable_ports
field through the API. details - Expose uptime metric in the firehose for the GoRouter details
- Fixed bug: x-cf-forwarded-url header to route service no longer includes port details
Manifest Property Changes
acceptance_tests
0.134.0 | 0.135.0 | Default Value |
---|---|---|
skip_ssl_validation
| acceptance_tests.uaa.skip_ssl_validation
| false
|
property did not exist | acceptance_tests.system_domain
| Required property |
uaa.tls_port
| Removed property since we now use system_domain to contact UAA |
gorouter
0.134.0 | 0.135.0 | Default Value |
---|---|---|
router.debug_addr
| router.debug_address
| 0.0.0.0:17002
|
property did not exist | router.enable_proxy
| false
|
property did not exist | uaa.ca_cert
| ""
|
router_configurer
0.134.0 | 0.135.0 | Default Value |
---|---|---|
router_configurer.debug_addr
| router_configurer.debug_address
| 0.0.0.0:17002
|
property did not exist | uaa.ca_cert
| ""
|
routing-api
0.134.0 | 0.135.0 | Default Value |
---|---|---|
routing.etcd.servers
| routing_api.etcd.servers
| Required property |
routing.etcd.client_cert
| routing_api.etcd.client_cert
| "" , required if routing.etcd.require_ssl is true
|
routing.etcd.client_key
| routing_api.etcd.client_key
| "" , required if routing.etcd.require_ssl is true
|
routing.etcd.ca_cert
| routing_api.etcd.ca_cert
| "" , required if routing.etcd.require_ssl is true
|
routing.etcd.require_ssl
| routing_api.etcd.require_ssl
| false
|
property did not exist | uaa.ca_cert
| ""
|
tcp_emitter
0.134.0 | 0.135.0 | Default Value |
---|---|---|
tcp_emitter.debug_addr
| tcp_emitter.debug_address
| 0.0.0.0:17002
|
tcp_emitter.consul.session_name
| Removed property | |
property did not exist | uaa.ca_cert
| ""
|
Dependencies
cf-release v236
diego-release 0.1468.0
cf CLI 6.17