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

Commit

Permalink
add v0.6.0 CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Aug 14, 2017
1 parent 6f6c3cd commit 34ea2e6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 34ea2e6

Please sign in to comment.