Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

v0.6.0

Compare
Choose a tag to compare
@bacongobbler bacongobbler released this 16 Aug 22:52
· 732 commits to master since this 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 like helm lint and helm 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!