Skip to content

concourse/0.31.0

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

Release Notes

  • Fixed a bug that caused containers not to be released after builds completed. This caused defunct containers to build up on the box and give Garden a run for its money.
  • We’re tracking Garden master again. It’s a good day.
  • The Docker image resource would fail to download images over 1G in size. Since some people decide to put way too much junk in their images we’re increasing this to 10G. Don’t make us do it again.

Busybox, people. Busybox. - Outputs which didn’t have any metadata no longer visually hang forever. Now you can see that sweet Pivotal Tracker resource output again.

Usage

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

- name: "concourse"
  version: "0.31.0"
  url: "https://bosh.io/d/github.com/concourse/concourse?v=0.31.0"
  sha1: "1b0c6f237aad961384a5e6708ea34e35e7952ec3"

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

bosh upload-release --sha1 1b0c6f237aad961384a5e6708ea34e35e7952ec3 \
  "https://bosh.io/d/github.com/concourse/concourse?v=0.31.0"

Jobs

Packages