Skip to content

Builder support and bug fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@leifmadsen leifmadsen released this 08 Dec 00:04
· 224 commits to master since this release
3160a0f

Adds support for creating a new builder virtual machine. Consumes roles from auto-kube-dev which allows for the builder virtual machine to be used to create a Kubernetes release out of the upstream git repository using Planter and Bazel.

Cleans up documentation and adds new documentation related to the builder system.

Also cleans up several small issues to make things cleaner and more reliable during the development process.

NOTE You will now need to execute the ansible-galaxy install -r requirements.yml command to install several role dependencies that have been broken out, allowing them to be shared across repositories.