Changes from v2.32.0 to v2.33.0
Per-Instance Proxy
- Envoy proxy binary bumped to 54e22406c38987d5b0401f18b614501bc184f41f
App Logging and Metrics
- As an App Developer I want my app logs to include information identifying the org and space to which my app belongs so I can filter/analyze the logs for my app by org/space in downstream systems
- As an app operator, I want to be able to distinguish the http stop/start metrics associated with different versions of my app so I can make scaling decisions
Test Suites and Tooling
Security
BOSH property changes
file_server
https_server_enabled
(NEW)- description: "Use HTTPS for serving file_server assets"
- default: false
https_listen_addr
(NEW)- description: "Address at which HTTPS server is listening"
- default: "0.0.0.0:8443"
tls.cert
(NEW)- description: "PEM-encoded tls certificate that can be used for server auth"
tls.key
(NEW)- description: "PEM-encoded tls key"