Kubernetes - v1.27.9


Changelog since v1.27.8

Changes by Kind

Feature

  • Kubernetes is now built with Go 1.20.12 (#122217, @xmudrii) [SIG Release and Testing]

Bug or Regression

  • Fixed a regression since 1.27.0 in scheduler framework when running score plugins.
    The skippedScorePlugins number might be greater than enabledScorePlugins,
    so when initializing a slice the cap(len(skippedScorePlugins) - len(enabledScorePlugins)) is negative,
    which is not allowed. (#121666, @kerthcet) [SIG Scheduling]
  • Fixes a kube-apiserver log volume regression bug in default 1.27 configurations (introduced in 1.26, activated by the AggregatedDiscoveryEndpoint feature enablement in 1.27) (#122074, @ritazh) [SIG API Machinery]
  • Fixes an issue where StatefulSet might not restart a pod after eviction or node failure. (#121389, @aleksandra-malinowska) [SIG Apps and Testing]
  • The scheduling queue didn't notice any extenders' failures, it could miss some cluster events,
    and it could end up Pods rejected by Extenders stuck in unschedulable pod pool in 5min in the worst-case scenario.
    Now, the scheduling queue notices extenders' failures and requeue Pods rejected by Extenders appropriately. (#122044, @sanposhiho) [SIG Scheduling]

Other (Cleanup or Flake)

  • Bump distroless-iptables to 0.2.8 based on Go 1.20.11 (#121975, @cpanato) [SIG Testing]
  • Makefile and scripts now respect GOTOOLCHAIN and otherwise ensure ./.go-version is used (#122076, @BenTheElder) [SIG Release and Testing]

Dependencies

Added

Nothing has changed.

Changed

Removed

Nothing has changed.


Details

date
Dec. 20, 2023, 11:14 a.m.
name
Kubernetes v1.27.9
type
Patch
👇
Register or login to:
  • 🔍View and search all Kubernetes releases.
  • 🛠️Create and share lists to track your tools.
  • 🚨Setup notifications for major, security, feature or patch updates.
  • 🚀Much more coming soon!
Continue with GitHub
Continue with Google
or