Skip to content

concourse/0.33.0

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

Release Notes

  • Now works with the latest Garden Linux again.
  • Reworked the build view’s ansi parsing, which now uses an external library. This fixes some rendering issues (e.g. long swaths of text in a single color now preserve the color for the whole region).

Usage

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

- name: "concourse"
  version: "0.33.0"
  url: "https://bosh.io/d/github.com/concourse/concourse?v=0.33.0"
  sha1: "917761f6dd512fe0861fdfea0fbdcb4a5b2c6181"

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

bosh upload-release --sha1 917761f6dd512fe0861fdfea0fbdcb4a5b2c6181 \
  "https://bosh.io/d/github.com/concourse/concourse?v=0.33.0"

Jobs

Packages