go-cfenv v1.22.0
Release v1.22.0
[Features]
- Service bindings are now read from the file named by
VCAP_SERVICES_FILE_PATHwhen Cloud Foundry provides it, so apps with thefile-based-vcap-servicesfeature enabled work without any application change. That feature exists for bindings too large for an environment variable (RFC-0030); with it enabled Cloud Foundry does not setVCAP_SERVICESat all, which previously madecfenv.Currentfail outright. TheSERVICE_BINDING_ROOTform of the RFC is not supported — it follows the Kubernetes servicebinding.io layout, which has no faithful translation into theVCAP_SERVICESshape. (#28)