Skip to content

concourse/0.38.0

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

Release Notes

Run fly sync to upgrade Fly after deploying v0.38.0! - Extra keys are now detected during config updates and rejected if present. This should catch common user errors (e.g. forgetting to nest resource config under source) and backwards-incompatible changes more safely (e.g. renaming trigger to something else). - You can now use the GitHub release resource without an access token for everything except publishing a resource. - The GitHub Release resource now actually supports being used as an input. We had previously forgotten to actually wire in the command. Woops.

Usage

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

- name: "concourse"
  version: "0.38.0"
  url: "https://bosh.io/d/github.com/concourse/concourse?v=0.38.0"
  sha1: "315f38ce398cf9f29193880445ef33faef25e6c8"

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

bosh upload-release --sha1 315f38ce398cf9f29193880445ef33faef25e6c8 \
  "https://bosh.io/d/github.com/concourse/concourse?v=0.38.0"

Jobs

Packages