Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

v242

Compare
Choose a tag to compare
released this 13 Sep 23:59
· 1188 commits to master since this release

The cf-release v242 was released on September 13, 2016.

IMPORTANT

  • Starting with this release the format for bootstrapping UAA Users and Groups has been switched from a Pipe format to a struct format.

    The previous format for uaa.scim.users was:

      - marissa|koala|[email protected]|Marissa|Bloggs|scim.write,scim.read,openid
    

    The new format for uaa.scim.users is:

     - name: marissa
     password: koala
     email: [email protected]
     firstName: Marissa
     lastName: Bloggs
     groups:
      - scim.write
      - scim.read
      - openid
    

    The previous format for uaa.scim.groups was:

    group1,group2,group3
    

    The new format is for uaa.scim.groups is:

    group1: 'My test group description'
    group2: 'My other test group description'
    group3: 'My next group description'
    

Contents:

CC and Service Broker APIs

Contains CAPI release v1.5.0. Release notes for v1.4.0 and v1.5.0

Identity

Updated to UAA 3.7.0

Routing

No change.

Loggregator

  • Loggregator Traffic Controllers now run consul_agent template to be discoverable via consul DNS.
  • dea_logging_agent now lives in its own repository. It is now submoduled within loggregator for backward compatibility. However, the intention is to move it directly under cf-release and out of Loggregator.
  • Loggregator components are now packaged with golang1.7
  • DopplerServer.sentMessagesFirehose no longer appends the subscription_id to the metric name, instead it adds subscription_id as a tag.
  • No longer supporting message aggregation of HttpStart and HttpStop messages in Metron Agent.

Buildpacks and Stacks

stacks

updated to 1.80.0 (from 1.78.0)

1.80.0

Minor curl and ISC DHCP updates. No CVEs present.

1.79.0

Minor Linux kernel header upgrade. No CVEs present.

go-buildpack

updated to v1.7.12 (from v1.7.11)

v1.7.12

Highlights:

Default binary versions: go 1.6.3

nodejs-buildpack

updated to v1.5.19 (from v1.5.18)

v1.5.19

Highlights:

Default binary versions: node 4.5.0

php-buildpack

updated to v4.3.19 (from v4.3.17)

v4.3.19

Highlights:

Default binary versions: php 5.5.38, composer 1.2.0, httpd 2.4.23, newrelic 6.3.0.161, nginx 1.11.3

v4.3.18

Highlights:

Default binary versions: php 5.5.38, composer 1.2.0, httpd 2.4.23, newrelic 6.3.0.161, nginx 1.11.3

ruby-buildpack

updated to v1.6.24 (from v1.6.21)

v1.6.24

Default binary versions: ruby 2.3.1, node 4.5.0

v1.6.23

Highlights:

Default binary versions: ruby 2.3.1, node 4.5.0

v1.6.22

Highlights:

Default binary versions: ruby 2.3.1, node 4.5.0

DEA-Warden-HM9000 Runtime

No changes

Internal Components

postgres-release (includes postgres job)

  • No changes.

etcd-release (includes etcd and etcd_metrics_server jobs)

  • No changes.

consul-release (includes consul_agent job)

  • Bumped from v108 to v110. No major functional changes, but several implementation changes from pull request to support consul_agent job on BOSH Windows stemcells.

nats-release (includes nats and nats_stream_forwarder jobs)

  • Bumped from v8 to v11. Functional changes:
    • Introduce BOSH links for nats.user, nats.password, nats.port (and implicitly, nats.machines) properties on nats job, including adding default value of 4222 to nats.port property. details

Recommended Versions of Additional Releases

These versions are soft recommendations, as several different versions of these releases may work correctly with this version of cf-release.

Job Spec Changes

Recommended BOSH Stemcell Versions

  • real IaaS: 3262.12
  • BOSH-Lite: 3262.2

Note: For AWS you should use the Xen-HVM stemcells rather than Xen.

These are soft recommendations; several different versions of the stemcells are likely to work fine with this version of cf-release and the corresponding versions of the additional releases listed above.