Releases: pivotal-cf/kiln
0.41.0
0.40.0
0.39.0
0.38.0
0.37.0
0.36.0
0.35.0
0.34.0
kiln fetchpreserves the original filename when downloading from an s3 type release source. This keeps the stemcell information in the filename for the current Release Engineering use case- Release sources can now have an explicit ID (instead of the implicit ID of bucket for s3 and "bosh.io" for bosh.io). This allows more than 1 release source to be backed by the same s3 bucket
0.33.0
Breaking Change kiln upload-release now takes --upload-target-id instead of --release-source
- Add
kiln compile-built-releases, which Release Engineering will use as part of its new PR-based version bump workflow kiln update-stemcellnow has a default value for--kilnfile
0.32.0
BREAKING CHANGE - kiln update-stemcell has been completely replaced and has different arguments and behavior. We don't believe anyone was using this command, but technically it's still a breaking change
-
Add
kiln sync-to-local: the command scans for releases in the--releases-directory, and updates the Kilnfile.lock to point to the versions there. The remote source and path are built based on the--assume-release-sourceargument. -
Change
kiln update-stemcell: the command parses the given--stemcell-fileand updates the Kilnfile.lock to have that stemcell OS and version. It will also update all releases to either be compiled against that version of the stemcell or to be built/uncompiled versions -
kiln fetchnow fetches releases in the order they're present in theKilnfile.lock