Skip to content

concourse/0.40.0

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

Release Notes

This release fixes up a regression that affected Git repositories with plenty of files. Previously the resource would detect bogus versions and clog up the pipes. This has been fixed by upgrading Git and greatly simplifying the checking implementation.

Usage

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

- name: "concourse"
  version: "0.40.0"
  url: "https://bosh.io/d/github.com/concourse/concourse?v=0.40.0"
  sha1: "d4a7a072bda3c49daae18fa33278099415c4768c"

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

bosh upload-release --sha1 d4a7a072bda3c49daae18fa33278099415c4768c \
  "https://bosh.io/d/github.com/concourse/concourse?v=0.40.0"

Jobs

Packages