Skip to content

Commit

Permalink
Merge pull request #425 from kubernetes-sigs/20240901
Browse files Browse the repository at this point in the history
Publish 09/01 issue
  • Loading branch information
sreeram-venkitesh authored Sep 5, 2024
2 parents c8e39da + aebc8d8 commit 23cfbab
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions _posts/2024-09-01-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
---
layout: post
title: Week Ending September 1, 2024
date: 2024-09-05 16:12:00 -0000
slug: 2024-09-01-update
---

## Developer News

The [New Contributor Guide](https://www.kubernetes.dev/docs/onboarding/) put together by the folks at SIG Contribex is now available!

SIG ContribEx is also starting a new meeting for new contributor orientation. Starting on September 17th 2024, monthly meetings on the 3rd Tuesday of every month (this may shift). These meetings are intended to help new contributors to orient with the community.
The meeting will be held at 2 times to accommodate different timezones:
[EMEA/APAC-friendly](https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=NXVpdGhoMWRyMGhpMDZjdWxqYzhwajloYXVfMjAyNDA5MTdUMDgzMDAwWiBjOGJhZmVmMDRzMTJyYTBna3FxbDZmY2hqY0Bn&tmsrc=c8bafef04s12ra0gkqql6fchjc%40group.calendar.google.com&scp=ALL): 1:30 PT / 8:30 UTC / 10:30 CET / 14:00 IST
[AMER-friendly](https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MnZqMXVmazZhNWJ2aTNldmE3Y2FvYnRkZTBfMjAyNDA5MTdUMTUzMDAwWiBjOGJhZmVmMDRzMTJyYTBna3FxbDZmY2hqY0Bn&tmsrc=c8bafef04s12ra0gkqql6fchjc%40group.calendar.google.com&scp=ALL): 8:30 PT / 15:30 UTC / 17:30 CET / 21:00 IST

## Release Schedule

**Next Deadline: 1.32 cycle begins, September 9**

Last Chance to Apply for Shadow Applications!

The window for [shadow applications for the v1.32 release team](https://docs.google.com/forms/d/e/1FAIpQLSdb60FW9aYIepSdXIWexQIKNJ8m3JSqHZ6kkH3Q_I7XP9OVYA/viewform) is closing this week! If you're interested in gaining valuable experience and contributing to our upcoming release, now is the time to act.

Application Deadline: September 6, 2024

Tentative Release Cycle: September 9, 2024 - December 11, 2024

## KEP of the Week

### [KEP 4569: Move cgroup v1 support into maintenance mode](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/4569-cgroup-v1-maintenance-mode/README.md)

This (KEP) aims to move `cgroup` v1 support in Kubernetes to maintenance mode, aligning with the industry's transition to `cgroup` v2 as the default for Linux kernel resource management. With `cgroup` v2 offering better functionality, consistency, and scalability, and major Linux distributions and projects like `systemd` phasing out `cgroup` v1, Kubernetes must adapt to maintain compatibility and leverage these improvements. This shift reflects the broader ecosystem's move away from `cgroup` v1, making it necessary for Kubernetes to follow suit. Removing cgroup v1 support. Deprecation and removal will be addressed in a future KEP.

This KEP is tracked for stable release in v1.31.

## Other Merges

* [trafficDistribution](https://github.com/kubernetes/kubernetes/pull/127117) feature's API docs updated to reflect beta status
* Reverted flaky tests in [apf tests](https://github.com/kubernetes/kubernetes/pull/127089)
* [New cluster events](https://github.com/kubernetes/kubernetes/pull/127083) UpdatePodSchedulingGatesEliminated and UpdatePodTolerations for scheduler plugins implemented
* Fix for [etcd failures](https://github.com/kubernetes/kubernetes/pull/127055) in ci-kubernetes-e2e-cos-gce-disruptive-canary
* Support [inflight_events metric](https://github.com/kubernetes/kubernetes/pull/127052) in the scheduler for QueueingHint
* TypedNewDelayingQueue [renamed to NewTypedDelayingQueue](https://github.com/kubernetes/kubernetes/pull/127035)
* Fix for [DaemonRestart tests](https://github.com/kubernetes/kubernetes/pull/127033)
* Kubelet to consider returning metrics if [Usage or VolumeCondition is set](https://github.com/kubernetes/kubernetes/pull/127021)
* Speed up update-codegen.sh [by switching to FormatOnly in gengo](https://github.com/kubernetes/kubernetes/pull/127011)
* [JWT authenticators now set the jti claim as credential id](https://github.com/kubernetes/kubernetes/pull/127010) for use by audit logging
* Clarification that new usages of [generic *ObjectReference structs are discouraged](https://github.com/kubernetes/kubernetes/pull/127006)
* [applyconfiguration-gen](https://github.com/kubernetes/kubernetes/pull/127001) no longer generates duplicate methods and ambiguous member accesses
* [kubectl top command's percentage display](https://github.com/kubernetes/kubernetes/pull/126995) modified for readability
* Refactor to [watch cache storage](https://github.com/kubernetes/kubernetes/pull/126968)
* [kubeadm switches the kube-scheduler static Pod](https://github.com/kubernetes/kubernetes/pull/126945) to use the endpoints /livez and /readyz instead of /healthz
* Documentation fix for flags in [kube-controller-manager and cloud-provider](https://github.com/kubernetes/kubernetes/pull/126784)
* kubeadm increases [unit test coverage for util/dryrun](https://github.com/kubernetes/kubernetes/pull/126758)
* [PodEligibleToPreemptOthers in the preemption interface](https://github.com/kubernetes/kubernetes/pull/126465) gets ctx in the parameters

## Promotions

* [AnonymousAuthConfigurableEndpoints](https://github.com/kubernetes/kubernetes/pull/127009) to beta

## Deprecated

* Feature gates [ServerSideApply/ServerSideFieldValidation](https://github.com/kubernetes/kubernetes/pull/127058) removed after graduating to GA
* The `flowcontrol.apiserver.k8s.io/v1beta3` API version of FlowSchema and PriorityLevelConfiguration [is no longer served in v1.32](https://github.com/kubernetes/kubernetes/pull/127017)
* [Aggregated Discovery v2beta1 fixture](https://github.com/kubernetes/kubernetes/pull/127008) is removed in `./api/discovery`
* Feature gate [AllowServiceLBStatusOnNonLB](https://github.com/kubernetes/kubernetes/pull/126786) removed

## Version Updates

* Kubernetes is now [built with Go 1.23.0](https://github.com/kubernetes/kubernetes/pull/127076)!
* Updated [publishing-bot rules to Go 1.22.6](https://github.com/kubernetes/kubernetes/pull/126989)
* etcd to [3.5.15](https://github.com/kubernetes/kubernetes/pull/126500)

## Subprojects and Dependency Updates

* [containerd v1.7.21](https://github.com/containerd/containerd/releases/tag/v1.7.21) regenerate introspection UUID if state is empty
* [grpc v1.66.1](https://github.com/grpc/grpc/releases/tag/v1.66.1) enable EDS dualstack support by default
* [prometheus v2.54.1](https://github.com/prometheus/prometheus/releases/tag/v2.54.1) allow multiple samples on same series, with explicit timestamps

0 comments on commit 23cfbab

Please sign in to comment.