Skip to content

Releases: GoogleContainerTools/kaniko

v1.17.0 Release

18 Oct 19:04
f894e63
Compare
Choose a tag to compare

v1.17.0 Release 2023-10-18

The executor images in this release are:

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

Docs, Test, and CI/CD Updates:

  • docs: fix readme sample typo #2792
  • docs: Update designdoc.md with correct link to skaffold repository #2775
  • ci: add automated way of cutting releases w/ generation of CHANGELOG.md Makefile changes #2786
  • ci: remove log line from listpullreqs.go and additional release.sh fixes #2790
  • ci: resolve issue with integration tests where lack of disk space caused k3s issues #2804
  • test: add test cases and docString for regex in COPY command #2773

Updates and Refactors:

  • chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.42 to 1.18.44 #2777
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.83 to 1.11.86 #2757
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.86 to 1.11.87 #2770
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.87 to 1.11.91 #2805
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.39.0 to 1.40.0 #2771
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.40.0 to 1.40.1 #2780
  • chore(deps): bump github.com/containerd/containerd from 1.7.6 to 1.7.7 #2797
  • chore(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 #2796
  • chore(deps): bump github.com/otiai10/copy from 1.12.0 to 1.14.0 #2772
  • chore(deps): bump github.com/spf13/afero from 1.9.5 to 1.10.0 #2758
  • chore(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 #2791
  • chore(deps): bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 #2781
  • chore(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0 #2798
  • chore(deps): bump google.golang.org/api from 0.141.0 to 0.142.0 #2756
  • chore(deps): bump google.golang.org/api from 0.142.0 to 0.143.0 #2769
  • chore(deps): bump google.golang.org/api from 0.143.0 to 0.145.0 #2778
  • refactor: Remove fallbackToUID bool option from Kaniko code #2767

Huge thank you for this release towards our contributors:

  • Aaron Prindle
  • dependabot[bot]
  • JeromeJu
  • Vishal Khot
  • vivekkoya
  • zhangzhiqiangcs

v1.16.0 Release

22 Sep 20:18
a144a78
Compare
Choose a tag to compare

v1.16.0 Release 2023-09-22

The executor images in this release are:

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

Highlights:

  • OCI support w/ Kaniko has been improved fixing a previous issue seen related to warming usage + OCI images
  • Fixed issue in which kaniko would at times incorrectly resolve GIDs as UIDs resulting previously in issues where it could not find the UID in the group list because indeed it was a UID not a GID. Previously resulted in some incorrectly failing groups calls (now fixed)

Features:

  • fix: avoid returning the UID when resolving the GIDs. #2689
  • fix: correct function name on comment #2707
  • fix: ensure images layers correspond with the image media type #2719
  • fix: make it so release.sh script doesn't output duplicate change PRs #2735

Updates and Refactors:

  • chore(deps): bump cloud.google.com/go/storage from 1.32.0 to 1.33.0 #2740
  • chore(deps): bump docker/build-push-action from 4.1.1 to 4.2.1 #2739
  • chore(deps): bump docker/build-push-action from 4.2.1 to 5.0.0 #2742
  • chore(deps): bump docker/setup-buildx-action from 2.10.0 to 3.0.0 #2743
  • chore(deps): bump docker/setup-buildx-action from 2.9.1 to 2.10.0 #2726
  • chore(deps): bump docker/setup-qemu-action from 2.2.0 to 3.0.0 #2744
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.37 to 1.18.38 #2724
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.81 to 1.11.83 #2733
  • chore(deps): bump github.com/containerd/containerd from 1.7.3 to 1.7.5 #2723
  • chore(deps): bump github.com/containerd/containerd from 1.7.5 to 1.7.6 #2750
  • chore(deps): bump github.com/go-git/go-billy/v5 from 5.4.1 to 5.5.0 #2746
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.8.1 to 5.9.0 #2749
  • chore(deps): bump github.com/google/slowjam from 1.0.1 to 1.1.0 #2745
  • chore(deps): bump golang.org/x/net from 0.14.0 to 0.15.0 #2734
  • chore(deps): bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 #2732
  • chore(deps): bump golang.org/x/sys from 0.11.0 to 0.12.0 #2722
  • chore(deps): bump google.golang.org/api from 0.138.0 to 0.139.0 #2741
  • chore(deps): bump google.golang.org/api from 0.138.0 to 0.140.0 #2747
  • chore(deps): bump google.golang.org/api from 0.140.0 to 0.141.0 #2748
  • chore(deps): bump sigstore/cosign-installer from 3.1.1 to 3.1.2 #2727
  • chore(refactor): unnecessary use of fmt.Sprintf #2717
  • chore(refactor): update function names to be correct and representative of functionality #2720

Huge thank you for this release towards our contributors:

  • Aaron Prindle
  • dependabot[bot]
  • Diego Gonzalez
  • geekvest
  • guangwu
  • Logan Price

v1.15.0

29 Aug 23:39
237778c
Compare
Choose a tag to compare

v1.15.0 Release 2023-08-29

The executor images in this release are:

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

What's Changed

New Features and Additions:

Fixes:

  • fix: Change condition for the behaviour when --no-push=true without setting --destinations #2676
  • Ensure New Layers Match Image Media Type #2700

Docs, Test, and Release Updates:

  • docs: fix --use-new-run typo #2698
  • docs: add more information regarding --use-new-run #2687

Updates and Refactors:

  • chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.79 to 1.11.81 #2702
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.38.4 to 1.38.5 #2706
  • chore(deps): bump google.golang.org/api from 0.136.0 to 0.138.0 #2704
  • chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.20.3 to 1.21.0 #2703
  • chore(deps): bump cloud.google.com/go/storage from 1.31.0 to 1.32.0 #2692
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.77 to 1.11.79 #2690

Huge thank you for this release towards our contributors:

  • Aaron Prindle
  • dependabot[bot]
  • JeromeJu
  • Logan Price

Full Changelog: v1.14.0...v1.15.0

v1.14.0 Release

16 Aug 00:59
2ca710a
Compare
Choose a tag to compare

v1.14.0 Release 2023-08-15

The executor images in this release are:

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

Highlights:

  • new flag --skip-push-permission-check added: allows for delaying the initial push permission check kaniko makes which can be useful for users w/ delayed network-policies

Features:

  • feat: added skip-push-permission-check flag #2657

CI/CD:

  • fix: resolve issue where CI env was failing due to dependency change #2668

Updates and Refactors:

  • chore(deps): bump actions/setup-go from 4.0.1 to 4.1.0 #2672
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.29 to 1.18.31 #2651
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.31 to 1.18.33 #2680
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.73 to 1.11.75 #2650
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.75 to 1.11.77 #2679
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.37.0 to 1.37.1 #2648
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.38.0 to 1.38.2 #2673
  • chore(deps): bump github.com/containerd/containerd from 1.7.2 to 1.7.3 #2644
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.8.0 to 5.8.1 #2662
  • chore(deps): bump golang from 1.20 to 1.21 in /deploy #2682
  • chore(deps): bump golang.org/x/net from 0.12.0 to 0.14.0 #2663
  • chore(deps): bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 #2661
  • chore(deps): bump golang.org/x/sys from 0.10.0 to 0.11.0 #2659
  • chore(deps): bump google.golang.org/api from 0.133.0 to 0.134.0 #2645
  • chore(deps): bump google.golang.org/api from 0.134.0 to 0.136.0 #2681
  • docs: add enforcement section to code-of-conduct.md #2654
  • refactor: Avoid redundant calls to filepath.Clean #2652

Huge thank you for this release towards our contributors:

  • Aaron Lehmann
  • Aaron Prindle
  • dependabot[bot]
  • Julian

Release v1.13.0

27 Jul 00:54
fc81aa9
Compare
Choose a tag to compare

v1.13.0 Release 2023-07-26

The executor images in this release are:

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

Highlights:

  • new flag --skip-default-registry-fallback to disable the fallback to the default registry if none of the registry mirrors (if they are defined) cannot pull an image

Features:

  • feat: Allows to disable the fallback to the default registry on image pull #2637

Updates and Refactors:

  • chore(deps): bump cloud.google.com/go/storage from 1.30.1 to 1.31.0 #2611
  • chore(deps): bump docker/setup-buildx-action from 2.7.0 to 2.8.0 #2606
  • chore(deps): bump docker/setup-buildx-action from 2.8.0 to 2.9.1 #2626
  • chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.18.1 to 1.19.0 #2623
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.28 to 1.18.29 #2638
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.70 to 1.11.71 #2610
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.71 to 1.11.72 #2624
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.72 to 1.11.73 #2639
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.8.0 #2633
  • chore(deps): bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 #2617
  • chore(deps): bump golang.org/x/sys from 0.9.0 to 0.10.0 #2613
  • chore(deps): bump google.golang.org/api from 0.128.0 to 0.129.0 #2609
  • chore(deps): bump google.golang.org/api from 0.129.0 to 0.131.0 #2625
  • chore(deps): bump google.golang.org/api from 0.131.0 to 0.132.0 #2634
  • chore(deps): bump google.golang.org/api from 0.132.0 to 0.133.0 #2636
  • chore(deps): bump sigstore/cosign-installer from 3.1.0 to 3.1.1 #2607

Huge thank you for this release towards our contributors:

  • dependabot[bot]
  • Fernando Giannetti

Full Changelog: v1.12.1...v1.13.0

Release v1.12.1

29 Jun 19:43
9a30501
Compare
Choose a tag to compare

v1.12.1 Release 2023-06-29

The executor images in this release are:

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

The warmer images are available at:

gcr.io/kaniko-project/warmer:v1.12.1
gcr.io/kaniko-project/warmer:latest

Fixes:

  • fix: resolve issue where warmer CLI always validated optional arg -> breakage for majority of users #2603

To see all the changes made in v1.12.0, see the v1.12.0 Release Page

Full Changelog: v1.12.0...v1.12.1

v1.12.0 Release

28 Jun 19:49
f611791
Compare
Choose a tag to compare

v1.12.0 Release 2023-06-28

The executor images in this release are:

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

WARNING: v1.12.0 was recently identified to have regression in the warmer image (the executor is not affected) see #2602. In response to this, all the named tags (latest, debug, slim, warmer )have been updated to point to v1.11.0 (vs v1.12.0) while a 1.12.1 patch fix is created addressing the issue w/ the warmer

Highlights:

  • this release when scanned via grype as of 6/28/2023 has no fixable vulns/CVEs - "No vulnerabilities found"
  • feat(experimental): cache dockerfile images through warmer #2499
  • fix: Fix multistage caching with COPY --from #2559
  • fix: Don't write whiteout files to directories that were replaced with files or links #2590
  • fix: Fix fs_util tests failing on systems with /tmp mountpoint #2583

Features:

  • feat(experimental): cache dockerfile images through warmer #2499

Fixes:

  • fix: Fix fs_util tests failing on systems with /tmp mountpoint #2583
  • fix: Fix multistage caching with COPY --from #2559
  • fix: hack/boilerplate.sh: fix error handling and use python3 #2587
  • fix: hack/install_golint.sh: allow installation on linux/arm64 #2585
  • fix: install tools using go.mod for versioning #2562
  • fix: Refactors IsSrcRemoteFileURL to only validate the URL is valid #2563
  • fix: update cache-ttl help text to be correct regarding unit of duration #2568
  • fix: valdiateFlags typo fixed #2554
  • fix: Don't write whiteout files to directories that were replaced with files or links #2590

Updates and Refactors:

  • chore: add debug line to RedoHasher #2591
  • chore(deps): bump docker/build-push-action from 4.0.0 to 4.1.0 #2557
  • chore(deps): bump docker/build-push-action from 4.1.0 to 4.1.1 #2580
  • chore(deps): bump docker/setup-buildx-action from 2.5.0 to 2.6.0 #2555
  • chore(deps): bump docker/setup-buildx-action from 2.6.0 to 2.7.0 #2579
  • chore(deps): bump docker/setup-qemu-action from 2.1.0 to 2.2.0 #2556
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.25 to 1.18.27 #2581
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.67 to 1.11.70 #2597
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.33.1 to 1.35.0 #2582
  • chore(deps): bump github.com/otiai10/copy from 1.11.0 to 1.12.0 #2598
  • chore(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 #2578
  • chore(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0 #2573
  • chore(deps): bump golang.org/x/sys from 0.8.0 to 0.9.0 #2564
  • chore(deps): bump google.golang.org/api from 0.125.0 to 0
  • chore(deps): bump google.golang.org/api from 0.126.0 to 0.127.0 #2565
  • chore(deps): bump google.golang.org/api from 0.127.0 to 0.128.0 #2596
  • chore(deps): bump sigstore/cosign-installer from 3.0.5 to 3.1.0 #2595

Huge thank you for this release towards our contributors:

  • Aaron Prindle
  • alexezio
  • Andreas Fleig
  • Angus Williams
  • dependabot[bot]
  • Kraev Sergei
  • Liam Newman
  • Zigelboim Misha

Full Changelog: v1.11.0...v1.12.0

v1.11.0 Release

12 Jun 07:53
0790e8b
Compare
Choose a tag to compare

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

v1.10.0

25 May 07:06
43d2eaf
Compare
Choose a tag to compare

v1.10.0 Release 2023-05-24

The executor images in this release are:

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

What's Changed

New Features and Additions:

  • feat: Add mTLS (client cert) registry authentication #2180
  • feat: Add support for zstd compression #2313
  • feat: Use correct media type for zstd layers #2459

Fixes:

  • fix: Correct deprecated flags in README.md #2335

Docs, Test, and Release Updates:

  • ci: use debian buster to fix tests using no longer supported stretch which had broken apt-get urls #2485

Updates and Refactors:

  • refactor: Delete scorecards-analysis.yml #2510
  • refactor: Light editing to scripts in hack/gofmt #2236
  • chore: add .vscode/ dir to .gitignore #2501
  • chore: Revert "chore(deps): bump google-github-actions/setup-gcloud from 0.5.1 to 1.1.1 (#2502)" #2524
  • chore(deps): bump docker/build-push-action from 3.2.0 to 4.0.0 #2505
  • chore(deps): bump docker/setup-qemu-action from 1.2.0 to 2.1.0 #2287
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.24 to 1.44.253 #2490
  • chore(deps): bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible #2503
  • chore(deps): bump github.com/docker/docker from 23.0.1+incompatible to 23.0.5+incompatible #2489
  • chore(deps): bump github.com/google/go-containerregistry from 0.14.0 to 0.15.1 #2508
  • chore(deps): bump github.com/google/slowjam from 1.0.0 to 1.0.1 #2498
  • chore(deps): bump github.com/opencontainers/runc from 1.1.4 to 1.1.5 #2453
  • chore(deps): bump github.com/otiai10/copy from 1.7.0 to 1.11.0 #2523
  • chore(deps): bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 #2522
  • chore(deps): bump github.com/spf13/afero from 1.9.2 to 1.9.5 #2448
  • chore(deps): bump github/codeql-action from 2.1.8 to 2.3.2 #2487
  • chore(deps): bump golang from 1.19 to 1.20 in /deploy #2388
  • chore(deps): bump golang.org/x/sync from 0.1.0 to 0.2.0 #2497
  • chore(deps): bump golang.org/x/sys from 0.7.0 to 0.8.0 #2507
  • chore(deps): bump google-github-actions/setup-gcloud from 0.5.1 to 1.1.1 #2502
  • chore(deps): bump google.golang.org/api from 0.110.0 to 0.120.0 #2484
  • chore(deps): bump google.golang.org/api from 0.120.0 to 0.121.0 #2496
  • chore(deps): bump google.golang.org/protobuf from 1.29.0 to 1.29.1 #2442
  • chore(deps): bump imjasonh/setup-crane from 0.1 to 0.3 #2401
  • chore(deps): bump ossf/scorecard-action from 1.1.1 to 2.1.3 #2506
  • chore(deps): bump sigstore/cosign-installer from 3.0.1 to 3.0.3 #2495

Huge thanks goes out to all of our contributors for this release:

  • Aaron Prindle
  • dependabot[bot]
  • Eric
  • Gabriel Nützi
  • Jason Hall
  • Mark Moretto

Full Changelog: v1.9.2...v1.10.0

v1.9.2

27 Mar 16:30
5690c33
Compare
Choose a tag to compare

The executor images in this release are:

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

What's Changed

New Contributors

Full Changelog: v1.9.1...v1.9.2