v1.9.1
The executor images in this release are:
gcr.io/kaniko-project/executor:v1.9.1
gcr.io/kaniko-project/executor:latest
The debug images are available at:
gcr.io/kaniko-project/executor:debug
gcr.io/kaniko-project/executor:v1.9.1-debug
The slim executor images which don't contain any authentication binaries are available at:
gcr.io/kaniko-project/executor:slim
gcr.io/kaniko-project/executor:v1.9.1-slim
What's Changed
- fix(KanikoDir): update DOCKER_CONFIG env when use custom kanikoDir by @chenggui53 in #2202
- refactor: Make CLI argument names consistent by @gabyx in #2084
- fix(README.md): remove duplicate caching section by @bryanasdev000 in #2223
- bump cosign version so it can sign by @imjasonh in #2224
- feat: disable cache-copy-layers in multistage builds; closes 2065 by @dradetsky in #2227
- docs(CHANGELOG.md): fix link to issue #2040 by @JonasGroeger in #2228
- chore: remove duplicate word in comments by @Abirdcfly in #2232
- Add the ability to skip unpacking the initial file system by @natalieparellano in #2234
- (fix):Pass full URI path to
bucket.GetNameAndFilepathFromURI
by @almg80 in #2221
New Contributors
- @chenggui53 made their first contribution in #2202
- @bryanasdev000 made their first contribution in #2223
- @dradetsky made their first contribution in #2227
- @JonasGroeger made their first contribution in #2228
- @Abirdcfly made their first contribution in #2232
- @natalieparellano made their first contribution in #2234
- @almg80 made their first contribution in #2221
Full Changelog: v1.9.0...v1.9.1