Skip to content

redis/13.0.0

You can find the source of this version on GitHub at cloudfoundry-community/redis-boshrelease. It was created based on the commit f6cd818.

Release Notes

This release upgrades redis to v3.2.8 and upgrades the jobs to provide/consume links. It assumes bosh2 for deploying the sample manifest, which includes redis-password variable.

See the manifests/redis.yml for deploying a 2-node cluster; and run bosh2 run-errand sanity-tests.

Deployment

releases:
- name: redis
  version: 13.0.0
  url: https://github.com/cloudfoundry-community/redis-boshrelease/releases/download/v13.0.0/redis-13.0.0.tgz
  sha1: 7cc104e398c7c7dc74841343e1a6b689927f7d99

Usage

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

- name: "redis"
  version: "13.0.0"
  url: "https://bosh.io/d/github.com/cloudfoundry-community/redis-boshrelease?v=13.0.0"
  sha1: "9f2682614093bea63fcd4265ab6d949ee0cb30c3"

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

bosh upload-release --sha1 9f2682614093bea63fcd4265ab6d949ee0cb30c3 \
  "https://bosh.io/d/github.com/cloudfoundry-community/redis-boshrelease?v=13.0.0"

Jobs

Packages