Skip to content

Releases: pivotal-cf/kiln

0.13.0

30 Apr 22:15
Compare
Choose a tag to compare
  • node_modules are now ignored.
    Some tile authors have started experimenting with testing JS migrations and were seeing tons of files show up in their tile builds, which caused Ops Manager to complain loudly
  • Using a helper without specifying the flag now returns an error
    For example, using $( property "foo" ) will return an error containing --properties-directory if that flag was not provided
  • Internal APIs to enable experimental om config-template feature.

0.12.0

27 Feb 01:51
Compare
Choose a tag to compare

New in this release

kiln now supports a select function in its templating.

For instance, this section in our example tile:

my_release_version: $( release "my-release" | select "version" )

Results in:

my_release_version: 1.2.3

0.11.0

22 Feb 00:15
Compare
Choose a tag to compare
bump to 0.11.0

0.10.0

17 Nov 18:23
Compare
Choose a tag to compare
bump to 0.10.0

0.9.0

16 Nov 21:48
Compare
Choose a tag to compare
bump to 0.9.0

0.8.0

10 Nov 17:24
Compare
Choose a tag to compare
bump to 0.8.0

0.7.0

27 Oct 18:33
Compare
Choose a tag to compare
bump to 0.7.0

0.6.0

23 Oct 22:47
Compare
Choose a tag to compare
bump to 0.6.0

0.5.0

20 Oct 17:50
Compare
Choose a tag to compare
bump to 0.5.0

0.4.0

10 Oct 17:38
Compare
Choose a tag to compare
bump to 0.4.0