This release completely refactors the full code base, and moves all core components (container runtime, image build, config etc) into a plugin system.
Stability is still not quite on par with the latest v1.x release, but good enough. I noticed that the changes are getting bigger and bigger, so I desperately want to throw out the current state as v2.x before this ends up as a never-ending refactor spree.
Everything that is still missing or unstable should follow in terms of bug fixes of the relevant plugins.
Changelog
- Elevated the rudimentary plugin system to be the core component of the code
- Separated out configuration, container runtime and image build implementations into separate repositories
- Establish code generator script for the main binary in this repository
- Massive refactoring across all parts of the code base
- Fixed some bugs and added a whole lot more