Releases: pivotal-cf/kiln
Releases · pivotal-cf/kiln
0.15.0
- 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
- 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
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
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