Skip to content

concourse/0.37.0

You can find the source of this version on GitHub at concourse/concourse. It was created based on the commit aa694fbe.

Release Notes

Run fly sync to upgrade Fly after deploying v0.37.0! - fly configure -c now presents the user with the changes that the new configuration applies, and asks for the user to confirm. Committing the configurion is done atomically, meaning confirmation always applies what you expect. It will reject it if what you’ve compared against has since changed, i.e. another person has run fly configure. - Concourse is now durable to the worker’s Garden servers going down (or not being up) in the midst of builds running. This fixes EOF and connection errors causing builds to error. - fly configure -c is now more helpful when it fails (it actually, you know, prints the problem out, rather than silently failing). - The S3 resource now includes url metadata when fetched as an input.

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "concourse"
  version: "0.37.0"
  url: "https://bosh.io/d/github.com/concourse/concourse?v=0.37.0"
  sha1: "668db7e9cbf448e35309a0dd06ad25b67fde2798"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 668db7e9cbf448e35309a0dd06ad25b67fde2798 \
  "https://bosh.io/d/github.com/concourse/concourse?v=0.37.0"

Jobs

Packages