redis/13.1.1
You can find the source of this version on GitHub at cloudfoundry-community/redis-boshrelease. It was created based on the commit bcd3154
.
Release Notes¶
Implemented CI pipeline to testflight from master branch and any Pull Requests. It also created this release.
https://ci.starkandwayne.com/teams/main/pipelines/redis-boshrelease
Deployment
releases:
- name: redis
version: 13.1.1
url: https://github.com/cloudfoundry-community/redis-boshrelease/releases/download/v13.1.1/redis-13.1.1.tgz
sha1: 601b6b63e4ad4b248fe9334a196386b24176e801
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "redis" version: "13.1.1" url: "https://bosh.io/d/github.com/cloudfoundry-community/redis-boshrelease?v=13.1.1" sha1: "ae9e980d920c7cf70818f95c9c199277962ffa71"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 ae9e980d920c7cf70818f95c9c199277962ffa71 \ "https://bosh.io/d/github.com/cloudfoundry-community/redis-boshrelease?v=13.1.1"