Releases: pivotal-cf/kiln
Releases · pivotal-cf/kiln
v0.92.0
Ensure releases are not missing in Kilnfile
v0.91.0
- 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
What's Changed
- fix bug when reading tile_name variable by @ryanwittrup in #482
- document README.md for Kilnfile and Kilnfile.lock by @crhntr in #480
- make kiln test verbose by default by @pvaramballypivot in #466
- use zip compliant path separator by @crhntr in #470
- add
--final
flag tokiln bake
by @crhntr and @ram-pivot in #475 - add
kiln re-bake
command to build a tile from a bake record generated bykiln bake --final
by @crhntr - standardize handling of Artifactory URL path segment
/artifactory
by @notrepo05 and @crhntr in #478
New Contributors
- @ryanwittrup made their first contribution in #482
Full Changelog: v0.89.0...v0.90.0
v0.89.0
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
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
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
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
v0.85.0
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
- Default
- 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
v0.84.0
Full Changelog: v0.83.0...v0.84.0
This release publishes internal changes to the Cargo package github.com/pivotal-cf/kiln/pkg/cargo
.
Some of the Kilnfile reading methods were renamed and unused functions/types deleted.
Known Issues
- Kiln bake is failing when Kilnfile does not exist even if it does not need a Kilnfile #371