cron/1.1.0
You can find the source of this version on GitHub at cloudfoundry-community/cron-boshrelease. It was created based on the commit 5dd99043
.
Release Notes¶
New Features
- @cnelson Added support for inlining cron scripts in your deployment manifest!
- We’re now releasing cron-boshrelease via CI!
Acknowledgments
Thanks @cnelson for your awesome enhancement!
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "cron" version: "1.1.0" url: "https://bosh.io/d/github.com/cloudfoundry-community/cron-boshrelease?v=1.1.0" sha1: "8c3fb7466c6ba4ca77488b3263eab853f9f42bec"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 8c3fb7466c6ba4ca77488b3263eab853f9f42bec \ "https://bosh.io/d/github.com/cloudfoundry-community/cron-boshrelease?v=1.1.0"