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 GoogleContainerTools#2202
- refactor: Make CLI argument names consistent by @gabyx in GoogleContainerTools#2084
- fix(README.md): remove duplicate caching section by @bryanasdev000 in GoogleContainerTools#2223
- bump cosign version so it can sign by @imjasonh in GoogleContainerTools#2224
- feat: disable cache-copy-layers in multistage builds; closes 2065 by @dradetsky in GoogleContainerTools#2227
- docs(CHANGELOG.md): fix link to issue GoogleContainerTools#2040 by @JonasGroeger in GoogleContainerTools#2228
- chore: remove duplicate word in comments by @Abirdcfly in GoogleContainerTools#2232
- Add the ability to skip unpacking the initial file system by @natalieparellano in GoogleContainerTools#2234
- (fix):Pass full URI path to
bucket.GetNameAndFilepathFromURI
by @almg80 in GoogleContainerTools#2221
New Contributors
- @chenggui53 made their first contribution in GoogleContainerTools#2202
- @bryanasdev000 made their first contribution in GoogleContainerTools#2223
- @dradetsky made their first contribution in GoogleContainerTools#2227
- @JonasGroeger made their first contribution in GoogleContainerTools#2228
- @Abirdcfly made their first contribution in GoogleContainerTools#2232
- @natalieparellano made their first contribution in GoogleContainerTools#2234
- @almg80 made their first contribution in GoogleContainerTools#2221
Full Changelog: GoogleContainerTools/kaniko@v1.9.0...v1.9.1