Skip to content

cf/250

You can find the source of this version on GitHub at cloudfoundry/cf-release. It was created based on the commit 7c126228.

Release Notes

The cf-release v250 was released on December 22, 2016.

IMPORTANT - The CAPI Release included in CF-250 has several new manifest properties that aren’t meant to be required yet. We’ve discovered an issue with BOSH directors before v257 where these properties must still be set. One of the following workarounds should be applied: - Upgrade your BOSH deployment to v257 or later - Set the following properties to ”” in your CF Deployment manifest: cc.mutual_tls.ca_cert, cc.mutual_tls.public_cert, and cc.mutual_tls.private_key - The Loggregator bosh properties for loggregator.tls.metron.cert and loggregator.tls.metron.key do not need to be set for this release. They were added for documentation that a future version of cf-release will require these properties.

The Loggregator release

Contents: - CC and Service Broker APIs - Identity - Routing - Loggregator - Buildpacks and Stacks - DEA-Warden-HM9000 Runtime - Internal Components - Recommended Versions of Additional Releases - Job Spec Changes - Recommended BOSH Stemcell Versions

CC and Service Broker APIs

Contains CAPI release v1.14.0. Release notes for v1.12.0, v1.13.0, and v1.14.0

Identity

No Changes

Routing

No changes

Loggregator

No changes

Buildpacks and Stacks

stacks

updated to 1.95.0 (from 1.92.0)

1.95.0

1.94.0

USN-3156-1 Ubuntu Security Notice USN-3156-1: - CVE-2016-1252: A man-in-the-middle attacker could circumvent the InRelease signature of a repository, leading to a malicious package being installed and, therefore, remote arbitrary code execution.

1.93.0

dotnet-core-buildpack

updated to v1.0.6 (from v1.0.5)

v1.0.6

Highlights: - Add dotnet 1.0.0-preview2-1-003177, remove .NET SDK 1.0.0-preview2-1-003155

Default binary versions: node 6.9.1, bower 1.8.0, dotnet 1.0.0-preview2-003131

go-buildpack

updated to v1.7.16 (from v1.7.15)

v1.7.16

Highlights: - Add go 1.6.4, 1.7.4, remove go 1.6.2, 1.7.1

Default binary versions: go 1.7.4

nodejs-buildpack

updated to v1.5.24 (from v1.5.23)

v1.5.24

Highlights: - Add node 7.2.0, remove node 7.0.0

Default binary versions: node 4.6.2

php-buildpack

updated to v4.3.23 (from v4.3.22)

v4.3.23

Highlights: - Add rdkafka for PHP5, ioncube for PHP 7 - Add nginx 1.11.6, remove nginx 1.11.5 - Add php 5.6.28, 7.0.13, remove php 5.6.26, 7.0.11

Default binary versions: php 5.5.38, composer 1.2.2, httpd 2.4.23, newrelic 6.3.0.161, nginx 1.11.6

python-buildpack

updated to v1.5.13 (from v1.5.12)

v1.5.13

Default binary versions: python 2.7.12

ruby-buildpack

updated to v1.6.29 (from v1.6.28)

v1.6.29

Highlights: - Add ruby 2.1.10, 2.2.6, 2.3.2, 2.3.3, remove ruby 2.1.8, 2.2.4, 2.3.1

Default binary versions: ruby 2.3.3, node 4.6.2

staticfile-buildpack

updated to v1.3.14 (from v1.3.13)

v1.3.14

Highlights: - Enable ‘Vary: Accept-Encoding’ header - Add nginx 1.11.6, remove nginx 1.11.5

Default binary versions: nginx 1.11.6

DEA-Warden-HM9000 Runtime

This section will be updated soon. If this section is not yet up-to-date, please reach out for information: - direct team email: runtime-og@cloudfoundry.org - CF Dev mailing list: https://lists.cloudfoundry.org/archives/list/cf-dev@lists.cloudfoundry.org/ - Slack channel: https://cloudfoundry.slack.com/messages/runtime_og/ - GitHub issues: https://github.com/cloudfoundry/dea-hm-workspace/issues

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 v135 to v145. Functional changes: ** Now includes consul 0.7.1(was 0.7.0) ** Changes to support running consul_agent on windows in client mode.

nats-release (includes nats and nats_stream_forwarder jobs)

  • No changes.

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. - Diego release v1.4.1. Release notes for v1.4.1 · v1.4.0 · v1.3.1 · v1.3.0. - Garden-Runc release v1.0.4. Release notes for v1.0.4. - cflinuxfs2-rootfs release v1.44.0. Release notes for v1.44.0 · v1.43.0 · v1.42.0.

Job Spec Changes

Recommended BOSH Stemcell Version

  • 3312.12

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.

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "cf"
  version: "250"
  url: "https://bosh.io/d/github.com/cloudfoundry/cf-release?v=250"
  sha1: "f6b118483a972d0f619af707cf4a55c20e27f361"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 f6b118483a972d0f619af707cf4a55c20e27f361 \
  "https://bosh.io/d/github.com/cloudfoundry/cf-release?v=250"

Jobs

Packages