Releases: pivotal-cf/kiln
Releases · pivotal-cf/kiln
0.21.0
This release adds support for multiple stemcells while being backwards compatible: #24
0.20.0
0.19.0
Improvements to kiln fetch
!
kiln fetch --download-threads
allows you to change the concurrency of downloading releases from s3kiln fetch
will now verify checksums of download releases againstsha1
declarations inassets.lock
kiln fetch
will only download releases that are missing from the releases directorykiln fetch
will prompt you to remove extra releases inside of the releases directory
New kiln bake
stemcell workflow!
Prieviously, kiln bake
required you to specify the location of a stemcell tarball via the --stemcell-tarball
flag. It would add in the stemcell_criteria
stanza into the tile's metadata, and would package the stemcell tarball in the tile for ease of deployment.
Now, instead of providing kiln bake --stemcell-tarball
, you can provide kiln bake --assets-file
and kiln will pull the stemcell_criteria
stanza from the assets.lock
instead of from the provided stemcell file.
0.18.0
0.17.0
0.16.0
0.15.0
0.14.0
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.