Skip to content

v0.86.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Aug 20:33
· 86 commits to main since this release

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