two more Prs

This commit is contained in:
Tejal Desai 2020-05-04 10:35:51 -07:00
parent 7331b9b7a9
commit c2a76c25f7
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ In this release, the highlights are:
* Multistage ONBUILD COPY Support [#1190](https://github.com/GoogleContainerTools/kaniko/pull/1190)
* fix previous name checking in 'executor.build.fetchExtraStages' [#1167](https://github.com/GoogleContainerTools/kaniko/pull/1167)
* Always add parent directories of files to snapshots. [#1166](https://github.com/GoogleContainerTools/kaniko/pull/1166)
* Fix `workdir` command pointing to relative dir in first command.
* fix stages are now resolved correctly when `--skip-unused-stages` is used
# New Features
* Add ability to use public GCR repos without being authenticated [#1140](https://github.com/GoogleContainerTools/kaniko/pull/1140)