diff --git a/CHANGELOG.md b/CHANGELOG.md index 3532504554..ef958ddba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,38 @@ +# v0.12.0 Release - 2019-09/13 + +## New Features +* Added `--oci-layout-path` flag to save image in OCI layout. [#744](https://github.com/GoogleContainerTools/kaniko/pull/744) + +## Bug Fixes +* Setting PATH [#760](https://github.com/GoogleContainerTools/kaniko/pull/760) +* Remove leading slash in layer tarball paths (Closes: #726) [#729](https://github.com/GoogleContainerTools/kaniko/pull/729) +* Add support for S3 custom endpoint [#698](https://github.com/GoogleContainerTools/kaniko/pull/698) + +## Updates and Refactors +* Remove cruft [#635](https://github.com/GoogleContainerTools/kaniko/pull/635) +* Add desc for `--skip-tls-verify-pull` to README [#493](https://github.com/GoogleContainerTools/kaniko/pull/493) + + +Huge thank you for this release towards our contributors: +- Carlos Alexandro Becker +- Carlos Sanchez +- chhsia0 +- Deniz Zoeteman +- Luke Wood +- Matthew Dawson +- Niels Denissen +- Priya Wadhwa +- Sharif Elgamal +- Takeaki Matsumoto +- Taylor Barrella +- Tejal Desai +- v.rul +- Warren Seymour +- xanonid +- Xueshan Feng +- Роман Небалуев + + # v0.11.0 Release - 2019-08-23 ## Bug Fixes