Skip to content

concourse/0.30.0

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

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.30.0"
  url: "https://bosh.io/d/github.com/concourse/concourse?v=0.30.0"
  sha1: "71b9f9a7ae195319cd6c8a5a1ce930fd9f2910db"

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

bosh upload-release --sha1 71b9f9a7ae195319cd6c8a5a1ce930fd9f2910db \
  "https://bosh.io/d/github.com/concourse/concourse?v=0.30.0"

Jobs

Packages