Skip to content

v2.12.0 Release

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 15:19
· 2 commits to main since this release
f386e6c

v2.12.0 Release - 05/14/2024

Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.12.0/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

Linux arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.12.0/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

macOS amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.12.0/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

macOS arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.12.0/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

Windows
https://storage.googleapis.com/skaffold/releases/v2.12.0/skaffold-windows-amd64.exe

Docker image
gcr.io/k8s-skaffold/skaffold:v2.12.0

Note: This release comes with a new config version, v4beta11. To upgrade your skaffold.yaml, use skaffold fix. If you choose not to upgrade, skaffold will auto-upgrade as best as it can.

Highlights:

New Features and Additions:

  • feat: add --destination flag for kaniko build #9415
  • feat(exec|verify): enabled "namespace" option for exec and verify commands #9307
  • feat: support templating in diagnose command #9393
  • feat(docker-network): docker.network now supports any value #9390

Fixes:

  • fix: TestGenerateMavenBuildArgs-host-platform #9410
  • fix(kaniko): delete kaniko pod on graceful shutdown #9270
  • fix(tar): data race fix #9309
  • fix: add --load flag for local buildkit #9387

Updates and Refactors:

  • chore: bump github/codeql-action from 3.25.1 to 3.25.2 #9402
  • chore: bump actions/upload-artifact from 4.3.2 to 4.3.3 #9403
  • chore: bump github.com/sigstore/cosign/v2 from 2.2.1 to 2.2.4 #9385
  • chore: bump flask from 3.0.2 to 3.0.3 in /integration/examples #9381
  • chore: bump flask from 3.0.2 to 3.0.3 in /examples #9379
  • chore: bump golang.org/x/net from 0.17.0 to 0.23.0 in /integration/examples/grpc-e2e-tests/cloud-spanner-bootstrap #9396
  • chore: bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples/grpc-e2e-tests/service #9397
  • chore: bump golang.org/x/net from 0.22.0 to 0.23.0 in /hack/tools #9399
  • chore: bump golang.org/x/net from 0.22.0 to 0.23.0 #9400
  • chore: bump golang.org/x/net from 0.17.0 to 0.23.0 in /integration/examples/grpc-e2e-tests/service #9398
  • chore: bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples/grpc-e2e-tests/cloud-spanner-bootstrap #9395
  • chore: bump actions/upload-artifact from 4.3.1 to 4.3.2 #9394
  • schema: v4beta11 #9401
  • chore: bump github/codeql-action from 3.24.9 to 3.25.1 #9391

Docs, Test, and Release Updates:

  • docs: add bazel cross-platform documentation #9363

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

  • Aran Donohue
  • Hedi Nasr
  • Michael Kuc
  • Suleiman Dibirov
  • dependabot[bot]
  • ericzzzzzzz