Skip to content
dieucao edited this page Jul 30, 2015 · 5 revisions

DRAFT

Release Notes

The cf-release v214 was released on July 30th, 2015

  • This release includes a migration that modifies the events table. This table may be very large, and the migration may cause the deployment to fail if it takes too long to run. If the migration causes the deployment to fail, the api_z1/0 job will fail to start. If this happens, do not restart the deploy until the migration has finished running. The deploy can be restarted once the space_id foreign key constraint has been removed from the events table.
  • To avoid the possibility of the migration causing a failure, truncate the events table before the deployment starts. The data in the events table are considered to be audit and log data, and Cloud Foundry can function if it is removed.

Buildpacks

CAPI

CC API Version: 2.33.0

Service Broker API Version: 2.6

  • Fixed backwards incompatible ccdb migration introduced in cf-release 213 details
  • [Experimental] Work continues on /v3 and Application Process Types details
  • [Experimental] Work continues on Private Brokers details
  • [Experimental] Work continues on Dashboard Clients per Service Instance details
  • Truncate the billing_events table to complete the deprecation details
  • Support for app instance limit on Org Quota details
  • cloudfoundry/cloud_controller_ng #402: Enlarge Service Keys Credentials details
  • Audit events for service key create and delete details
  • vendor/errors is no longer a submodule details
  • use cf.internal for internal domain for consul details
  • SSH access requires app update access details
  • Create service usage event upon plan update details
  • hm9k fetcher to only select the columns that are needed details

UAA

Routing Api

Loggregator

Manifest and Job Spec Changes

Used Configuration

  • BOSH Version: 152
  • Stemcell Version: 3012
  • CC Api Version: 2.33.0

Commit summary

Compatible Diego Version

  • final release 0.???.0 commit

Contents

Community Advisory Board, PMC Schedules

Developing CF

Latest CF Releases

Roadmap and Trackers

See CFF official project list.

Roadmaps are reflected in pivotal trackers. Tracker Instructions and steps to watch stories. Here is a flat list of all trackers:

CIs

Maybe other CIs hosted on cf-app.com are mentioned in slack ?

Using CF

Running CF

Tools

Clone this wiki locally