sawmill/3.0.0
You can find the source of this version on GitHub at cloudfoundry-community/sawmill-boshrelease. It was created based on the commit 85b7f8b
.
Release Notes¶
- Deployment manifest
manifests/sawmill.yml
for bosh2 - Upgrade CI pipeline to build + test using bosh2
Deployment
releases:
- name: sawmill
version: 3.0.0
url: https://github.com/cloudfoundry-community/sawmill-boshrelease/releases/download/v3.0.0/sawmill-3.0.0.tgz
sha1: 71c169125db89ffc862072e42f0b3078207b29e5
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "sawmill" version: "3.0.0" url: "https://bosh.io/d/github.com/cloudfoundry-community/sawmill-boshrelease?v=3.0.0" sha1: "fbf300deca2b542c2e2f0c14d1380022db938a4b"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 fbf300deca2b542c2e2f0c14d1380022db938a4b \ "https://bosh.io/d/github.com/cloudfoundry-community/sawmill-boshrelease?v=3.0.0"