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

Commit

Permalink
add v0.13.0-rc1 CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Apr 5, 2018
1 parent 5bdae12 commit 833e680
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v0.13.0

### Features

* introduced `draft logs --tail`
* introduced `draft connect --dry-run`
* `draft up` now writes logs directly to the file as it happens
* this allows users to run `draft logs` in another terminal as soon as they call `draft up`
* added a more helpful error to run `draft pack-repo update` when a Draft Pack cannot be loaded
* all files within the root directory of a Draft Pack is now loaded into the application's directory on `draft create`
* an image pull secret is injected into the namespace on `draft up` when pushing an image to a container registry

### Bugs

* fixed up an issue where output from a `docker push` and `helm install` wasn't available in `draft logs`
* fixed an issue where `draft pack-repo list` wouldn't work on Windows
* fixed an issue where `draft config unset` wasn't truncating config.toml

## v0.12.0

### Features
Expand Down

0 comments on commit 833e680

Please sign in to comment.