Skip to content

Releases: pivotal-cf/kiln

0.16.0

05 Dec 16:45
Compare
Choose a tag to compare
bump to 0.16.0

0.15.0

04 Dec 01:52
Compare
Choose a tag to compare
  • Skip adding .git directories when passing dirs with --embed
  • Adds optional --sha256 flag to bake command
  • Removes md5 checksum
  • Set modified time header to now rather than defaulting to 29 November 1979 when zipping files

0.14.0

15 May 22:39
Compare
Choose a tag to compare
  • Add --metadata-only which outputs the generated metadata to stdout. (Cannot be used with --output-file).
  • Information logs are now output on stderr.

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