Skip to content

concourse/0.28.0

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

Release Notes

Removes the Turbine component. See v0.27.0’s release notes.

Note that the deployment manifest has changed once again, this time to remove the turbine job. See the example manifests.

If you skip v0.27.0, any builds running during the Concourse upgrade will be orphaned. If you’re upgrading from v0.27.0 everything should be fine.

Usage

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

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

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

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

Jobs

Packages