Skip to content

0.4.0

Choose a tag to compare

@dsabeti dsabeti released this 22 May 21:13

Manifest changes

  • Uses new consul link structure
  • Cloud Controller and UAA consume the database link via the mysql proxy. This should allow scaling of the mysql nodes and use of the proxy logic.
  • Privileged container support is turned off by default.
  • Updated redirect_uri for OAuth Clients to be complete URIs, in accordance with client validations introduced in uaa-release v36.
  • The variable uaa_scim_users_admin_password has been renamed to cf_admin_password. If you don't want your admin password to get rotated, you'll need to update your vars-store to include both values temporarily.

Ops-files

New operations

  • use-s3-blobstore.yml allows the deployer to use s3 as their Cloud Controller blobstore and eschews deploying WebDAV.
  • use-external-dbs.yml allows deployer to use external databases (e.g. RDS) for all SQL databases. That includes databases for CC, UAA, BBS, and the Routing API.
  • enable-privileged-container-support.yml enables support for privileged containers.
  • Experimental: use-grootfs.yml deploys GrootFS with Diego cells.
  • Experimental: use-cf-networking.yml deploys cf-networking-release and colocates the necessary jobs with Diego cells.

Ops-file updates

  • use-postgres.yml uses a link for sharing IP configuration with other jobs.
  • tcp-routing-gcp.yml uses default port 80 for TCP router healthchecks.