v0.5.0
- Support for remote modules is landed, now you can define 3rd party modules in your
includes
modules by pointing to the direct URL (e.g.https://my-repo.com/modules/node.yaml
) or by using thegh
pattern (e.g.gh:my-org/my-repo/modules/python.yaml
) Read more - The
apt
module has a newoptions
key to tweak the APT's behavior Read more - The
vib compile
command now uses the system podman/docker storage instead of a custom one, making Vib-compiled images available from container managers and tools like distrobox and toolbx
Full Changelog: v0.4.0...v0.5.0