From c2a76c25f761f3f54bf64ab28a610ca1cf1f9104 Mon Sep 17 00:00:00 2001 From: Tejal Desai Date: Mon, 4 May 2020 10:35:51 -0700 Subject: [PATCH] two more Prs --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16f9d755f..f0a0507a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)