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

Commit

Permalink
add v0.15.0 CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed May 24, 2018
1 parent 65a3224 commit 2a1c677
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## v0.15.0

### Features

- suppress terminal color escape sequences when running under Windows (thanks @itowlson)
- `draft create` now does a deep copy of the pack directory
- added a quickstart guide to help users find their way around the documentation
- added links on how to install Draft using GoFish or Chocolatey
- added support for testing Draft on Windows via AppVeyor
- added support for allowing Draft to use charts in directories other than `charts/`

### Bugs

- fixed an issue where rjeczalik/notify caused Draft to be unable to build on MacOS (thanks @jgleonard)
- fixed an issue where checksums weren't being generated for Draft release artifacts with a .zip extension
- fixed an issue where the registry name in `draft config set registry` was being truncated too far when using ACR build
- fixed an issue where the example Java app would display a ClassNotFound error
- fixed an issue where backslashes in .gitattributes wasn't being parsed as a path separator on Windows
- fixed an issue where Draft could not talk to clusters with oidc auth support enabled

### Housekeeping

- removed protobuf setup from the Makefile

## v0.14.0

### Features
Expand Down

0 comments on commit 2a1c677

Please sign in to comment.