Skip to content

cf-services-contrib/6

You can find the source of this version on GitHub at cloudfoundry-community/cf-services-contrib-release. It was created based on the commit 57fd2098.

Release Notes

Trusty support The main focus in this release has been trusty support. The supported services (mongodb, redis, postgresql and rabbitmq) have been tested to work with bosh-warden-boshlite-ubuntu-trusty-go_agent.

In the process of getting the packages to compile on trusty two packages where upgraded (https://github.com/cloudfoundry-community/cf-services-contrib-release/commit/d57f069496fefa067f67dddb646e8b5f1c44daf8): - ruby: 1.9.2-p180 => 1.9.3-p547 - erlang: otp_src_R14B01 => otp_src_17.3

Usage

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

- name: "cf-services-contrib"
  version: "6"
  url: "https://bosh.io/d/github.com/cloudfoundry-community/cf-services-contrib-release?v=6"
  sha1: "0eaaeb1e28882f6a30c4adaadda52afbc6b7a296"

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

bosh upload-release --sha1 0eaaeb1e28882f6a30c4adaadda52afbc6b7a296 \
  "https://bosh.io/d/github.com/cloudfoundry-community/cf-services-contrib-release?v=6"

Jobs

Packages