Skip to content

Releases: pivotal-cf/kiln

v0.93.0

24 Apr 19:06
Compare
Choose a tag to compare

Full Changelog: v0.92.0...v0.93.0

v0.92.0

28 Mar 16:49
Compare
Choose a tag to compare
Ensure releases are not missing in Kilnfile

v0.91.0

26 Mar 19:38
Compare
Choose a tag to compare
  • improve documentation in the Kiln README by - @ram-pivot
  • fix re-bake help - @ram-pivot
  • add a new flag to bake --tile-name to optionally select a bake_configuration from Kiln - @crhntr

Full Changelog: v0.90.0...v0.91.0

v0.90.0

15 Mar 16:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.89.0...v0.90.0

v0.89.0

12 Jan 20:27
Compare
Choose a tag to compare

What's Changed

  • Add windowsfs-release version to release notes from the kiln release-notes command
  • Pin Operations Manager version to v2.10.66
  • Remove kiln cache-compiled-release command

Full Changelog: v0.88.0...v0.89.0

v0.88.0

28 Nov 19:25
Compare
Choose a tag to compare

What's Changed

  • fix: Get only latest releases for component bumps release notes
  • fix: Don't override pre ga release notes
    • Add window flag to release-notes command

Full Changelog: v0.87.0...v0.88.0

v0.87.0

20 Nov 18:22
Compare
Choose a tag to compare

What's Changed

  • fail when docker daemon is not new enough
  • add additional logs when removing releases
  • fix[cargo]: confusing io.EOF failure after a BOSH release tarball fails to download
  • fix: flags defaults are not trimmed when previous field is set
  • fix: Support new optional properties without default in breaking changes proofing

Full Changelog: v0.86.0...v0.87.0

v0.86.0

31 Aug 20:33
Compare
Choose a tag to compare

What's Changed

  • bump required go to 1.21
  • use standard library "slices" package
  • refactor(tile): rename ReadMetadataFromServer from ReadMetadataFromProductFile
  • simplify ReadMetadataFromProductFile so it receives an arbitrary *http.Request. This is so the server can be something other than TanzuNet
  • feat: add float_always field to component specification
  • feat: add glaze command
  • feat: add de-glaze command
  • feat: {de,en}code DeGlazeBehavior as human readable strings
  • refactor: make DeGlazeBehavior inputs and outputs clear
  • refactor: group glaze types to make what they are clearer
  • feat: always add tile source revision and kiln version to kiln_metadata in product template
  • rename Kilnfile key to "role_arn" from "aws_role_arn"

Full Changelog: v0.85.1...v0.86.0

v0.85.1

10 Jul 22:28
Compare
Choose a tag to compare

This release is the same source as v0.85.0 (note the source commit is the same); however, it is built using Go 1.20.5.

v0.85.0

07 Jun 18:42
Compare
Choose a tag to compare

What's Changed

  • feat: Add migrations test workflow to test command (#384)
    • Default kiln test runs migration and manifest tests now
    • Flags --manifest-only and --migrations-only added to test command
    • Node.js/npm added to Dockerfile for test command
  • fix: Don't authenticate GETs to artifactory
    • Remove basic auth from find and match release in artifactory_release_source

Full Changelog: v0.84.0...v0.85.0