stannis/5
You can find the source of this version on GitHub at cloudfoundry-community/stannis-boshrelease. It was created based on the commit 97d29b07
.
Release Notes¶
New API endpoint allows uploading of extra data about a deployment
POST /upload/:reallyuuid/deployments/:deploymentname/data/:label
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "stannis" version: "5" url: "https://bosh.io/d/github.com/cloudfoundry-community/stannis-boshrelease?v=5" sha1: "2223d706a2305cbcc3b699f365a4a9b2f55b4e9f"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 2223d706a2305cbcc3b699f365a4a9b2f55b4e9f \ "https://bosh.io/d/github.com/cloudfoundry-community/stannis-boshrelease?v=5"