Add changelog

This commit is contained in:
Priya Wadhwa 2018-05-17 13:40:09 -07:00
parent beb00f0bdb
commit b31a334450
No known key found for this signature in database
GPG Key ID: 0D0DAFD8F7AA73AE
1 changed files with 8 additions and 0 deletions

8
CHANGELOG.md Normal file
View File

@ -0,0 +1,8 @@
# v0.1.0 Release - 5/17/2018
New Features
* The majority of Dockerfile commands are feature complete [#1](https://github.com/GoogleContainerTools/kaniko/issues/1)
* Support for multi-stage Dockerfile builds [#141](https://github.com/GoogleContainerTools/kaniko/pull/141)
* Refactored integration tests [#126](https://github.com/GoogleContainerTools/kaniko/pull/126)
* Added debug image with a busybox shell [#171](https://github.com/GoogleContainerTools/kaniko/pull/1710)
* Added credential helper for Amazon ECR [#167](https://github.com/GoogleContainerTools/kaniko/pull/167)