Skip to content
dieucao edited this page Aug 14, 2014 · 7 revisions

Release Notes

The cf-release v176 was released on 7/24/2014

Release Highlights

  • This release will truncate your events table of the CCDB. If you need data in that table, please perform an export prior to upgrading to v175.

  • As part of the work to add the new notifications component, there is a requirement to add a UAA client to the cf manifest.

This client requires the cf operator to provide a secret in a stub file. Creating a manifest without a secret provided will cause errors.

The necessary addition is to the stub is:

properties:
  uaa:
    clients:
      notifications:
        secret: your-super-secure-secret
  • Changed CC to use HM9000's bulk app state API. This should be more efficient for spaces with lots of apps.

  • Added the /v2/apps/:guid/instances/:index endpoint, against which a DELETE kills the app instance at the specified index

  • Allow operators to specify custom fields in the /v2/info endpoint

Config

Deployed with

  • BOSH Version: 91

  • Stemcell Version: bosh-aws-xen-ubuntu/2366 (lucid, ruby-agent)

Diff file

cf-176-whats-in-the-deploy

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