This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
Releases: flavorjones/concourse-gem
Releases · flavorjones/concourse-gem
v0.41.0 / 2020-12-28
v0.41.0 / 2020-12-28
- add ruby 3.0 supported
- remove ruby 3.0-rc beta
v0.40.0 / 2020-12-19
v0.40.0 / 2020-12-19
- remove ruby 2.4, which has reached EOL
v0.39.0
v0.26.0 / 2019-02-02
v0.26.0 / 2019-02-02
Breaking changes
- Generated pipeline files are no longer
.gitignore
d.
v0.25.0 / 2019-02-02
v0.25.0 / 2019-02-02
Features
- Support running a local ephemeral Concourse cluster with
docker-compose
.
v0.24.0 / 2019-01-24
v0.24.0 / 2019-01-24
Features
$LOAD_PATH
includes the concourse directory, so thatrequire
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
v0.23.0 / 2019-01-19
Features
- Support for multiple pipelines.
0.22.0 / 2019-01-18
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!)