Skip to content

0.6.0

Compare
Choose a tag to compare
@jchesterpivotal jchesterpivotal released this 01 Sep 18:09

New features

Additional K-V files

This version introduces additional K-V files for various URLs associated with the build:

  • concourse_url
  • team_url
  • pipeline_url
  • job_url
  • build_url

Version-pinned utility task YAML

All utility task YAML is now pinned to a particular release version. Previously, it was possible to pull a release image (eg. v0.5.0) that would not work with the HEAD of this repository when checked out to access the utility task YAML.

All task YAML now includes tag: configuration to ensure that, if you check out the repository directly from master, you will get a tested version of the tasks.

Breaking changes

  1. The url file is longer created during get. This information is now in build_url.
  2. Several other files were renamed for consistency:
  • global-number -> global_number
  • job-number -> job_number
  • started-time -> started_time
  • ended-time -> ended_time
  1. Version metadata only includes the full build URL. It no longer includes team, pipeline or job names.