v0.17.3
Changes by Kind
Please note that you can also download the artifacts for this release from our Google Cloud Bucket:
https://console.cloud.google.com/storage/browser/k8s-artifacts-sig-release/kubernetes/release/v0.17.3
Deprecation
- Skip release archive for
krel release
.krel announce send
will now use the announcement from the release artifacts rather than the archive. (#3717, @saschagrunert) [SIG Release]
Feature
- Added
-l
alias forkrel
--log-level
flag. (#3700, @saschagrunert) [SIG Release] - Build Go 1.22.6 (#3724, @cpanato) [SIG Release]
- Build distroless-iptables with go1.23.0 (#3736, @cpanato) [SIG Release]
- Bump distroless-iptables to use go1.22.6 (#3728, @cpanato) [SIG Release]
- Golang: Build 1.23.0 images (#3732, @cpanato) [SIG Release]
- Make kubeadm >= 1.32 independent from crictl due to kubernetes/kubernetes#124685 (#3626, @saschagrunert) [SIG Release]
- Update k8s-cloud-builder and k8s-ci-builder images to Go 1.23.0 (#3741, @cpanato) [SIG Release]
- Update k8s-cloud-builder and k8s-ci-builder images to Go 1.23rc2 (#3690, @xmudrii) [SIG Release]
- Update k8s-cloud-builder and k8s-ci-builder to Go 1.22.6 (#3733, @cpanato) [SIG Release]
Bug or Regression
- Switch to
conntrack-tools
as kubelet package dependency for RPM's. (#3712, @saschagrunert) [SIG Release]
Other (Cleanup or Flake)
- GCB: build
krel
from sources when not using defaultTOOL_*
environment variables. (#3718, @saschagrunert) [SIG Release] - Rebuild debian-base - bump to bookworm-v1.0.4 (#3742, @cpanato) [SIG Release]
- Rebuild setcap with debian-base bookworm-v1.0.4 (#3743, @cpanato) [SIG Release]
- Remove
socat
andebtables
dependencies from the kubelet deb and rpm packages (#3722, @xmudrii) [SIG Release] - Removed unused
announcement-subject.txt
from release artifacts (#3731, @saschagrunert) [SIG Release]
Dependencies
Added
- github.com/go-task/slim-sprig/v3: v3.0.0
- gopkg.in/evanphx/json-patch.v4: v4.12.0
Changed
- github.com/docker/cli: v24.0.7+incompatible → v27.1.1+incompatible
- github.com/fxamacker/cbor/v2: v2.6.0 → v2.7.0
- github.com/go-logr/logr: v1.4.1 → v1.4.2
- github.com/google/go-containerregistry: v0.20.1 → v0.20.2
- github.com/google/pprof: ff6d637 → 4bfdf5a
- github.com/moby/spdystream: v0.2.0 → v0.4.0
- github.com/onsi/ginkgo/v2: v2.15.0 → v2.19.0
- github.com/onsi/gomega: v1.31.0 → v1.30.0
- github.com/sendgrid/sendgrid-go: v3.14.0+incompatible → v3.16.0+incompatible
- golang.org/x/crypto: v0.25.0 → v0.27.0
- golang.org/x/net: v0.27.0 → v0.29.0
- golang.org/x/oauth2: v0.21.0 → v0.23.0
- golang.org/x/sync: v0.7.0 → v0.8.0
- golang.org/x/sys: v0.22.0 → v0.25.0
- golang.org/x/term: v0.22.0 → v0.24.0
- golang.org/x/text: v0.16.0 → v0.18.0
- google.golang.org/protobuf: v1.33.0 → v1.34.2
- k8s.io/apimachinery: v0.30.3 → v0.31.0
- k8s.io/klog/v2: v2.120.1 → v2.130.1
- k8s.io/utils: fe8a2dd → 18e509b
- sigs.k8s.io/release-utils: v0.8.3 → v0.8.4
Removed
Nothing has changed.