New Features
- Module caching - Timoni maintains a local cache of modules pulled from remote container registries to reduce network traffic and to speed up the bundle apply operations.
New Commands
- timoni bundle vet - The vet command validates that a bundle and its runtime definition conforms with Timoni's schema. If the validation passes, Timoni will list all the instances found in the computed bundle. With
--print-value
, Timoni will write the Bundle computed value to stdout which is particular useful when debugging runtime attributes.
What's Changed
- Add node affinity to example modules by @stefanprodan in #236
- Introduce
timoni bundle vet
command by @stefanprodan in #234 - Use direct cluster reader for health checks by @stefanprodan in #239
- docs: update secret doc to use FIFO instead of temporary file by @b4nst in #240
- Implement caching for modules pulled from registries by @stefanprodan in #237
- Update dependencies by @stefanprodan in #241
- Add install docs for Arch Linux and openSUSE by @stefanprodan in #242
- Add local cache to install docs by @stefanprodan in #243
Full Changelog: v0.15.0...v0.16.0