Skip to content

concourse/0.42.0

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

Release Notes

  • Debugging and detecting misconfigured or failing resource checks has been improved.

Resources that are failing to check will now be shown as errored in the pipeline view. When viewing the resource, the check status will be shown on its page, and the last check error will be shown if the user is authenticated. - Viewing an already completed build is now much less painful. Rather than streaming the events in and drawing the page live, we now process all events and then render the build. This greatly improves the responsiveness of the UI and cuts the overall rendering time by ~6x. - We have fixed a few sources of potential resource leaks in the ATC. If you noticed your deployment getting slower over time before, you may want to try upgrading. Symptoms include high CPU and high memory use. - Blackbox can now deliver metrics from the ATC to Datadog. To configure this, colocate the Blackbox job on your web VMs (be sure to list it as the first job template), and set the following property:

  blackbox:                  
  expvar:                  
    datadog:               
      api_key: blahblahblah

Currently emitted metrics are mainly focused on identifying resource leaks. If you’re noticing your deployment get slower over time, having metrics would greatly help in reporting the bug.

Usage

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

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

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

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

Jobs

Packages