Highlights
- Improve BOSH Backup and Restore support
- Add experimental support for service brokers storing credentials in CredHub
Job Spec Changes
release_level_backup
: Now defaults totrue
cc.credential_references.interpolate_service_bindings
: When set totrue
, does not interpolate CredHub references for staging and running apps and tasks.
CC API Version: 2.98.0 and 3.33.0
Service Broker API Version: 2.13
CAPI Release
- CAPI release 1.42 sometimes tries and fails to compile ruby-debug-ide details
- BBR
release_level_backup
property is true by default for all capi-release jobs details
Cloud Controller
- API client can view the space relationship on an app resource details
- V3 Droplets should not have a link to V2 Buildpack details
- Remove
/internal/log_access/:guid
endpoint details - Bump nokogiri to 1.8.1 details
- API client can find credhub link at "/" endpoint details
- App developer sees that service credentials from credhub are interpolated for staging details
- App developer sees that service credentials from credhub are interpolated for running apps and tasks details
- Operator can configure CF to NOT interpolate service credentials from credhub details
- API client can view service keys that are credhub references details
Pull Requests and Issues
- cloudfoundry/capi-release #61: Add patch for nginx-http-upload-module details
- cloudfoundry/capi-release #60: cloud_controller_ng pre-restore-lock exits before monit finished details
- cloudfoundry/capi-release #58: un-namespace
release_level_backup
property details - cloudfoundry/cloud_controller_ng #864: 500 unknown error when binding route to app in org with quota of 0M app instance mem details
- cloudfoundry/capi-release #63: cloud_controller_ng pre-backup-lock does not work when there is more than 1 CC instance details
- cloudfoundry/cloud_controller_ng #897: App Staging buildpack cache not getting updated when using NFS Fog Local blobstore details
- Operators using NFS blobstores will need to
DELETE /v2/blobstores/buildpack_cache
to remove existing read-only cache files
- Operators using NFS blobstores will need to