Skip to content

concourse/0.34.0

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

Release Notes

  • Added a GitHub Releases resource. It can pull down and push up multiple blobs, and tracks releases via their version. For more details, see its README.
  • The navigation bar is now present on every page.
  • Upgraded to Consul v0.5. This should fix cases where the workers would lose contact with the ATC and never rejoin.
  • Fixed a panic in the ATC that would happen every time a job with no build configuration finished.
  • Added missing merge strategy binaries to the Git resource; this allows the rebase option to work in more cases.

Usage

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

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

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

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

Jobs

Packages