Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Releases: flavorjones/concourse-gem

v0.41.0 / 2020-12-28

28 Dec 23:09
c9b43a0
Compare
Choose a tag to compare

v0.41.0 / 2020-12-28

  • add ruby 3.0 supported
  • remove ruby 3.0-rc beta

v0.40.0 / 2020-12-19

19 Dec 20:25
33825d8
Compare
Choose a tag to compare

v0.40.0 / 2020-12-19

  • remove ruby 2.4, which has reached EOL

v0.39.0

16 Nov 20:21
b64bc1e
Compare
Choose a tag to compare

v0.39.0 / 2020-11-16

  • add support for YTT pipeline templates

v0.26.0 / 2019-02-02

02 Feb 21:58
acb1b74
Compare
Choose a tag to compare

v0.26.0 / 2019-02-02

Breaking changes

  • Generated pipeline files are no longer .gitignored.

v0.25.0 / 2019-02-02

02 Feb 21:58
8c1e59b
Compare
Choose a tag to compare

v0.25.0 / 2019-02-02

Features

  • Support running a local ephemeral Concourse cluster with docker-compose.

v0.24.0 / 2019-01-24

02 Feb 21:57
Compare
Choose a tag to compare

v0.24.0 / 2019-01-24

Features

  • $LOAD_PATH includes the concourse directory, so that require will find relative filepaths.
  • erbify_file method may be called to recursively include yaml erb templates.

Breaking changes

  • #erbify has been removed in favor of #erbify_file

v0.23.0 / 2019-01-19

02 Feb 21:57
91c2015
Compare
Choose a tag to compare

v0.23.0 / 2019-01-19

Features

  • Support for multiple pipelines.

0.22.0 / 2019-01-18

18 Jan 22:20
ff5aa4c
Compare
Choose a tag to compare

0.22.0 / 2019-01-18

Breaking changes

  • The name of the generated, final pipeline file is now <pipeline_erb_filename>.generated.

Features

  • Introduce rake task concourse:prune-stalled-workers
  • Concourse.new now takes an optional :fly_target named param to avoid passing this to each task. [#2] (Thanks, @ebmeierj!)
  • Concourse.new now takes an optional :pipeline_erb_filename named param to set the name of the pipeline file used. [#1] (Thanks, @ebmeierj!)
  • Concourse.new now takes an optional :secrets_filename named param to set the name of the private variable file used. [#1] (Thanks, @ebmeierj!)