stannis/12.1.0
You can find the source of this version on GitHub at cloudfoundry-community/stannis-boshrelease. It was created based on the commit f61a0e8
.
Release Notes¶
BOSH 2.0
The release now contains a manifests/stannis.yml and the CI system is now using bosh2.
Deployment
releases:
- name: stannis
version: 12.1.0
url: https://github.com/cloudfoundry-community/stannis-boshrelease/releases/download/v12.1.0/stannis-12.1.0.tgz
sha1: 95c2374b2a64cf5b37b6d032a6dd9392a66ae60e
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "stannis" version: "12.1.0" url: "https://bosh.io/d/github.com/cloudfoundry-community/stannis-boshrelease?v=12.1.0" sha1: "a007f0d01a9afe356a6075c7f5042b84d993045d"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 a007f0d01a9afe356a6075c7f5042b84d993045d \ "https://bosh.io/d/github.com/cloudfoundry-community/stannis-boshrelease?v=12.1.0"