This patch release comes with improvements to bundle operations. At apply-time, all modules referred in a bundle are pulled from the registry before attempting the apply. At delete-time, the instances are uninstalled in reverse order, the first created instance is the last to be deleted from the cluster.
What's Changed
- Uninstall bundle instances in reverse order by @stefanprodan in #211
- Pull all modules before attempting apply by @stefanprodan in #212
Full Changelog: v0.14.1...v0.14.2