v0.12.0
Breaking Changes
- Timoni v0.12.0 is built with CUE v0.6.0. New modules generated with
timoni mod initare not compatible with older versions of CUE due to the usage of required fields.
What's Changed
- Add support for one-off resources by @stefanprodan in #161
- Update
cuelang.org/goto v0.6.0 by @stefanprodan in #164 - Inject runtime version info by @stefanprodan in #165
- Introduce Kubernetes metadata CUE definition by @stefanprodan in #171
- Run server-side apply operations in parallel by @stefanprodan in #172
- Build with Go 1.21 by @stefanprodan in #174
- Mark image fields as required by @stefanprodan in #176
- Update example modules by @stefanprodan in #178
Full Changelog: v0.11.1...v0.12.0