From 7f4813a662861fa32f6dfcc790299cbcea2894b4 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Mon, 14 Aug 2017 12:07:10 -0700 Subject: [PATCH] add v0.6.0 CHANGELOG --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e390254..01c8016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## v0.6.0 + +### Client + +* introduced a new plugin manager! See `draft plugins` +* introduced smarter language detection for apps through `draft create` +* `draft init --yes` has been renamed to `draft init --auto-accept` +* STDIN is now attached when running Draft plugins +* the project file watcher feature has been disabled by default +* fixed a regression where values in draft.toml were not being pushed to the server +* rewrote `draft create` to make charts generated by draft helm-compatible + +### Server + +* the websocket framework for Draft has been completely re-written to communicate via the gRPC protocol! +* bumped to helm v2.5.1 compatibility +* added `ondraft=true` as an injected value into charts deployed via Draft + +### Documentation + +* alter project governance to a more team-based model +* add documentation on the new `draft plugins` feature + ## v0.5.1 ### Client