cf-riak-cs/11
You can find the source of this version on GitHub at cloudfoundry/cf-riak-cs-release. It was created based on the commit 923633d6
.
Release Notes¶
Security Related Updates
- As an Operator, I should discover that cf-riak-cs compiles successfully on stemcell 3094 [#106028612]
- CVE-2015-3900: MITM rubygems vulnerability [#101620234]
- cf-riak-cs acceptance tests should use https only [#101144102]
New Documentation
- As an Operator, I’d like to access documentation to understand cluster behavior as I scale the Riak CS service components [#95276798]
- Document use of the aws-cli with riak-cs [#91645514]
- Project CONTRIBUTING.md does not mention develop / master / release-candidate [#95250996]
Interestings
- All templates should have the same comment/description about meta:environment property [#99474804]
- Internetless install of cf-riak-cs-release [#101812944]
- #34: Templates for OpenStack deployment [#95428952]
Special Note for bosh-lite Only
If you encounter an error when deploying that looks like:
Error 400007: `riak-cs/0’ is not running after update
… then you may need to update your cf-release to v219 or more recent. In order to improve stability, cf-release switched the system domain from 10.244.0.34.xip.io to bosh-lite.com. In #105876200, we’ve updated the manifest system domain to point to bosh-lite.com as well. The settings in both cf-release and cf-riak-cs-release must match. - Move from 10.244.0.34.xip.io to bosh-lite.com [#105876200]
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "cf-riak-cs" version: "11" url: "https://bosh.io/d/github.com/cloudfoundry/cf-riak-cs-release?v=11" sha1: "b1f025dd7e65393523659665093e91aab3099a62"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 b1f025dd7e65393523659665093e91aab3099a62 \ "https://bosh.io/d/github.com/cloudfoundry/cf-riak-cs-release?v=11"