github GoogleContainerTools/kaniko v1.11.0
v1.11.0 Release

latest releases: v1.23.2, v1.23.1, v1.23.0...
15 months ago

v1.11.0 Release 2023-06-08

The executor images in this release are:

gcr.io/kaniko-project/executor:v1.11.0
gcr.io/kaniko-project/executor:latest

The debug images are available at:

gcr.io/kaniko-project/executor:debug
gcr.io/kaniko-project/executor:v1.11.0-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.11.0-slim

Highlights:

  • fix: Deduplicate paths while saving files for later use #2504
    • Fixes issues with dupe paths which caused breakage previously with some symlink+multi-stage usage, more info here - #2381
  • fix: Download docker-credential-gcr from release artifacts #2540
    • Previously docker-credential-gcr version in Dockerfile not actually respected due a proxy issue w/ the docker-credential-gcr repo. Fixed via pulling from commit vs tag.
  • docs: Add guide on creating multi-arch manifests #2306
  • chore(deps): bump github.com/google/go-containerregistry from 0.15.1 to 0.15.2 #2546
    • Fixes issues where trying to build an image with the --reproducible flag causes a panic in v1.10 #2537
  • chore(deps): update docker-credential-* binaries in kaniko images #2531
    • Fixes some issues related to GCR usage (ex: #2251)
  • chore(deps): use aws-sdk-go-v2 #2550
    • Shrinks binary size ~10% 🎉
  • chore(deps): updated numerous dependencies (see full changelog for more info)

Fixes:

  • fix: Deduplicate paths while saving files for later use #2504
  • fix: Download docker-credential-gcr from release artifacts #2540

Docs, Test, and Release Updates:

  • docs: Add guide on creating multi-arch manifests #2306
  • docs: update changelog to correct old release tags #2536
  • test: only build for linux/amd64 on PRs #2460

Updates and Refactors:

  • chore: run go mod tidy #2532
  • chore(deps): bump actions/setup-go from 3.2.0 to 4.0.1 #2517
  • chore(deps): bump cloud.google.com/go/storage from 1.29.0 to 1.30.1 #2439
  • chore(deps): bump docker/setup-buildx-action from 2.0.0 to 2.5.0 #2519
  • chore(deps): bump github.com/containerd/containerd from 1.7.0 to 1.7.1 #2534
  • chore(deps): bump github.com/containerd/containerd from 1.7.1 to 1.7.2 #2542
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.7.0 #2528
  • chore(deps): bump github.com/google/go-containerregistry from 0.15.1 to 0.15.2 #2546
  • chore(deps): bump github.com/moby/buildkit from 0.11.4 to 0.11.6 #2520
  • chore(deps): bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3 #2545
  • chore(deps): bump google.golang.org/api from 0.121.0 to 0.124.0 #2535
  • chore(deps): bump google.golang.org/api from 0.124.0 to 0.125.0 #2544
  • chore(deps): bump sigstore/cosign-installer from 3.0.3 to 3.0.5 #2518
  • chore(deps): update docker-credential-* binaries in kaniko images #2531
  • chore(deps): Update google-github-actions/setup-gcloud to v1.1.1 #2548
  • chore(deps): use aws-sdk-go-v2 #2550
  • refactor: Use a multistage image to remove all redundancies on Dockerfiles #2547

Huge thank you for this release towards our contributors:

  • Aaron Prindle
  • Bob Du
  • dependabot[bot]
  • Fedor V
  • Ferran Vidal
  • Jason Hall
  • Jasper Ben Orschulko

Full Changelog: v1.10.0...v1.11.0

Don't miss a new kaniko release

NewReleases is sending notifications on new releases.