From 2e7f96d0a021aefe92e360c0de9b9fefd65f6997 Mon Sep 17 00:00:00 2001 From: Josh Berkus Date: Wed, 21 Aug 2024 11:53:26 -0700 Subject: [PATCH] Final edits on 8/18 edition Signed-off-by: Josh Berkus --- _posts/2024-08-18-update.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/_posts/2024-08-18-update.md b/_posts/2024-08-18-update.md index fd58ce14..91b96235 100644 --- a/_posts/2024-08-18-update.md +++ b/_posts/2024-08-18-update.md @@ -13,21 +13,18 @@ All Kubernetes GitHub orgs have [been moved under our enterprise account](https: ## Release Schedule -**Next Deadline:** September target date, 10th Sept +**Next Deadline: 1.32 cycle begins, September 9** -Kubernetes [v1.31.0](https://github.com/kubernetes/kubernetes/releases/tag/v1.31.0) is live and the latest! +Kubernetes [v1.31.0](https://github.com/kubernetes/kubernetes/releases/tag/v1.31.0) is live and the latest! The 1.32 release cycle [will begin soon](https://github.com/kubernetes/sig-release/pull/2604), with Release Team Lead Federico Muñoz. The latest patch releases [v1.28.13](https://github.com/kubernetes/kubernetes/releases/tag/v1.28.13), [v1.29.8](https://github.com/kubernetes/kubernetes/releases/tag/v1.29.8) and [v1.30.4](https://github.com/kubernetes/kubernetes/releases/tag/v1.30.4) are available. The Release Team Shadow applications are now [live](https://docs.google.com/forms/d/e/1FAIpQLSdb60FW9aYIepSdXIWexQIKNJ8m3JSqHZ6kkH3Q_I7XP9OVYA/viewform). This form will close on Friday, September 06, 2024. Selected applicants will be notified by the end of the day, Friday, September 13, 2024. -## Featured PRs - - ## KEP of the Week ### [KEP 3866: Add an nftables-based kube-proxy backend](https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/3866-nftables-proxy/README.md) -The KEP proposes creating a new `nftables` backend for kube-proxy on Linux to replace the current `iptables` and `ipvs` backends. `iptables`, the default backend, suffers from unfixable performance issues, such as slow rule updates and degraded packet processing as the ruleset grows. While it is hoped that this backend will eventually replace both the iptables and `ipvs` backends and become the default kube-proxy mode on Linux, that replacement/deprecation would be handled in a separate future KEP. +The KEP creates a new `nftables` backend for kube-proxy on Linux to replace the current `iptables` and `ipvs` backends. `iptables`, the default backend, suffers from unfixable performance issues, such as slow rule updates and degraded packet processing as the ruleset grows. While it is hoped that this backend will eventually replace both the iptables and `ipvs` backends and become the default kube-proxy mode on Linux, that replacement/deprecation would be handled in a separate future KEP. This KEP is tracked for beta release in the upcoming v1.31. @@ -64,7 +61,3 @@ This KEP is tracked for beta release in the upcoming v1.31. ## Version Updates * [CoreDNS to 1.11.3](https://github.com/kubernetes/kubernetes/pull/126449) - -## Subprojects and Dependency Updates - -*