diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..24fac1d10 --- /dev/null +++ b/CHANGELOG.md @@ -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)