This repository was archived by the owner on Jun 12, 2024. It is now read-only.
v0.5.1
This release fixes the docker-in-docker container added in v0.5.0 to run with the overlay driver by default as well as fix the --yes flag in draft init.
Because Draft currently does not have a way to upgrade, you'll need to delete Draft from your cluster with helm delete --purge draft, delete your local Draft configuration via rm -rf $HOME/.draft, grab and unpack one of the clients provided below and re-run draft init according to the installation guide.
Client
- fix up --yes being ignored on
draft init
Server
- use overlayfs as the selected storage driver