redis/13.1.0
You can find the source of this version on GitHub at cloudfoundry-community/redis-boshrelease. It was created based on the commit 447bf4e
.
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.0
url: https://github.com/cloudfoundry-community/redis-boshrelease/releases/download/v13.1.0/redis-13.1.0.tgz
sha1: 3b1f9c514babadb091de9599bc04777963342b12
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "redis" version: "13.1.0" url: "https://bosh.io/d/github.com/cloudfoundry-community/redis-boshrelease?v=13.1.0" sha1: "8d5f0456c008a7ae484eb772190efe8be4cb8279"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 8d5f0456c008a7ae484eb772190efe8be4cb8279 \ "https://bosh.io/d/github.com/cloudfoundry-community/redis-boshrelease?v=13.1.0"