Skip to content

v1.28.2

Latest

Choose a tag to compare

@mzihlmann mzihlmann released this 01 Aug 20:23
101c2c3

Community Update

📢 Join our community over on #kaniko:matrix.org
It's an open space for Q&A, announcements and technical discussions.
See you there 👋

Many thanks to @ArneTR for reporting an issue fixed in this release.

What's Changed

Security

Bugfixes

  • FF_KANIKO_RELATIVE_LINK_TARGETS=true absolute hardlink targets make docker load fail with invalid hardlink target: #947

Standardization

  • FF_KANIKO_CHOWN_ON_IMPLICIT_DIRS=false chown the parent directories WORKDIR creates implicitly to the active user: #867

Performance

  • FF_KANIKO_SKIP_CACHED_STAGES=false drop stages whose consumers all hit the cache: #871 #964
  • FF_KANIKO_SHARED_BASE_CACHE=false download a shared base image once instead of once per stage: #937

Usability

  • opt-in OpenTelemetry tracing via KANIKO_TELEMETRY_ENDPOINT, one trace per build: by @babs in #902 #951

Maintenance

  • build(deps): bump actions/checkout from 7.0.0 to 7.0.1: #934
  • build(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager from 0.3.3 to 0.3.7: #933 #939 #953 #955
  • build(deps): bump golang in /deploy: #932
  • build(deps): bump cloud.google.com/go/storage from 1.63.1 to 1.64.0: #935
  • build(deps): bump docker/login-action from 4.4.0 to 4.6.0: #941 #944 #950 #952
  • build(deps): bump docker/setup-docker-action from 5.3.0 to 5.4.0: #941
  • build(deps): bump google.golang.org/grpc from 1.82.0 to 1.82.1: #942
  • build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.42.1 to 1.43.2: #939 #953 #955
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.30 to 1.32.33: #939 #953 #955
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.105.2 to 1.106.2: #939 #953 #955
  • build(deps): bump google.golang.org/api from 0.289.0 to 0.291.0: #946 #954
  • build(deps): bump github.com/go-git/go-billy/v5 from 5.9.0 to 5.9.1: #945
  • build(deps): bump github.com/moby/go-archive from 0.2.0 to 0.2.1: #945
  • build(deps): bump github.com/go-git/go-git/v5 from 5.19.1 to 5.19.2: #953
  • build(deps): bump github.com/moby/buildkit from 0.31.2 to 0.32.0: #956
  • build(deps): bump busybox in /deploy: #965

Fork Related