Skip to content

Releases: pivotal-cf/kiln

0.62.3-rc5

07 Nov 22:13
Compare
Choose a tag to compare
0.62.3-rc5 Pre-release
Pre-release

Docker images

  • docker pull pivotalcfreleng/kiln:0.62.3-rc5

0.62.3-rc4

07 Nov 03:46
Compare
Choose a tag to compare
0.62.3-rc4 Pre-release
Pre-release

Docker images

  • docker pull pivotalcfreleng/kiln:0.62.3-rc4

0.62.3-rc3

06 Nov 18:23
Compare
Choose a tag to compare
0.62.3-rc3 Pre-release
Pre-release

Docker images

  • docker pull pivotalcfreleng/kiln:0.62.3-rc3

0.62.2

05 Nov 22:26
93f0383
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.62.1...0.62.2

0.62.1

05 Nov 15:40
cf323b1
Compare
Choose a tag to compare

What's Changed

Docker images

  • docker pull pivotalcfreleng/kiln:0.62.1

Full Changelog: 0.62.0...0.62.1

0.62.0

01 Nov 21:48
946a123
Compare
Choose a tag to compare
  • 🤖 Kiln now supports a new command cache-compiled-releases.
    This command allows us to fetch compiled releases from a BOSH director deployed by Ops Manager and cache them on S3 for later reuse.
  • 👮🏽‍♀️ Stricter kiln validate.

Docker images

  • docker pull pivotalcfreleng/kiln:0.62.0

0.61.1

23 Aug 18:42
Compare
Choose a tag to compare

Fixed a nil reference problem on the validate command introduced after
some refactoring.

0.61.0

17 Aug 20:23
Compare
Choose a tag to compare

Release Notes

New Command to Help With Stemcell Updating

This release adds a new command to help with stemcell bumping.

  • find-stemcell-version Prints the latest stemcell version from Tanzu Network (https://network.pivotal.io/) using the stemcell os and major version info from the Kilnfile.

Changes to update-stemcell command

  • update-stemcell Used to require a stemcell tarball as an option to read the stemcell version. Now it no longer needs stemcell tarball and accepts stemcell version directly as an input to the update-stemcell command. This simplifies the update-stemcell command.

Standardizing Flag Parsing

This release also standardizes default flag loading to match the bake behavior. When the flag has a default value and the default value exists in the tile directory, the flag will use the default. This is a backwards compatible change. If you set the a flag, the behavior should be identical to the previous release. An example of where this is useful is when running kiln fetch, previously you would need to run the command like so

kiln fetch --releases-directory=releases

now you can execute it this (so long as a directory named "releases" exists in the current directory)

kiln fetch

There is some edge case behavior for paths relative to a Kilnfile. See #257 for how the flag parsing is now works.

This release also includes internal refactors driven by package restructuring and linter results.

Docker images

  • docker pull pivotalcfreleng/kiln:0.61.0

0.61.0-alpha.1

17 Aug 19:42
Compare
Choose a tag to compare
0.61.0-alpha.1 Pre-release
Pre-release

Docker images

  • docker pull pivotalcfreleng/kiln:0.61.0-alpha.1

0.61.0-dev-pr265.4

12 Aug 17:17
Compare
Choose a tag to compare
0.61.0-dev-pr265.4 Pre-release
Pre-release

Docker images

  • docker pull pivotalcfreleng/kiln:0.61.0-dev-pr265.4