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