Skip to content

CAPI 1.67.0

Compare
Choose a tag to compare
@capi-bot capi-bot released this 28 Aug 21:15

Highlights

  • Provide bosh links for internal API consumers
  • Spaces can be filtered by guid

CC API Version: 2.121.0 and 3.56.0

Service Broker API Version: 2.14

CAPI Release

  • Capi release no longer includes debian_nfs_server job or package details
  • Operator can consume a link to connect to CC mtls endpoint. details
  • Operator can consume a link to connect to CC https endpoint details

Cloud Controller

  • API client can filter spaces by space guid details
  • API client can see that buildpack field is deprecated in favor of buildpacks details
  • Add deployments link to /v3 endpoint details
  • As a CF developer, I can delete an app using the recursive=true flag and see that service bindings are deleted asynchronously details
  • As a broker author, if I return an HTTP 408, then CC does not perform orphan mitigation details
  • As a developer, I see an error if I try to delete a service instance which has an async service binding operation in progress details
  • As a developer, I see an error if I try to update a service instance which has an async service binding operation in progress details
  • As an admin, I can delete a space and see that it triggers one or more asynchronous binding deletes details
  • CC Client can see placement errors (details) in process stats details
  • CC uses log cache to respond to stats requests instead of the legacy traffic controller endpoint. details
  • Pushing a Docker app with a long password fails when CCDB is MySQL details
  • Support new "/packages with resources json" in v2 API, i.e. when CC talks to Bits-Service details
  • a capi client can configure a weight for a route mapped to an application and see requests to the route are being load balanced across applications in proportion to the weights assigned to them details
  • a capi client can configure a weight for a route mapped to an application and see in the response body that a weight is associated with the mapping details

Cloud Controller Database Migrations

Pull Requests and Issues

  • cloudfoundry/cloud_controller_ng #1202: Don't orphan mitigate 408 responses details
  • cloudfoundry/cloud_controller_ng #1206: Raise binding operation in progress error on service instance update details
  • cloudfoundry/cloud_controller_ng #1207: Remove duplicate errors when deleting service instance bindings details