This is a pre-release candidate, not a final release.
The v0.6.0 release introduces a number of significant features to Draft!
- we added a plugin manager called
draft plugins
- we replaced the websocket protocol used on
draft up
with gRPC - we introduced much smarter language detection on
draft create
- we re-wrote much of
draft create
to make charts generated with Draft to be fully compatible with Helm's toolchain likehelm lint
andhelm package
.
See CHANGELOG.md for more information on what changed in this release.
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. Happy Drafting!