Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 2.38 KB

2024-03-24-update.md

File metadata and controls

35 lines (23 loc) · 2.38 KB
layout title date slug
post
Week Ending March 24, 2024
2024-03-26 09:10:00 +0000
2024-03-26-update

Developer News

Kubernetes Contributor Summit happened last week and was attended by more than 220 Contributors. As an Event the day before KubeCon EU 2024 multiple Sessions around the Kubernetes Project as well as a Q&A with the CNCF. There also have been four unconference Sessions for example, Revisiting Kubernetes Hardware Resource Model. A big thanks to the community organizers & volunteers. Pictures can be found here.

The CFPs for KubeCon + CloudNativeCon and Open Source Summit China is open at https://events.linuxfoundation.org/kubecon-cloudnativecon-open-source-summit-ai-dev-china/

Release Schedule

Next Deadline: Tests and Docs Freeze, Mar 27th

KEP of the Week

This KEP proposes adding Common Expression Language (CEL) to be integrated into CRDs so that validation can be done without the use of webhooks. It's lightweight and can be run in the kube-apiserver. It also supports pre-parsing and typechecking of expressions, allowing syntax and type errors to be caught at CRD registration time.

This KEP graduated to the stable in the v1.29 release.

Subprojects and Dependency Updates

  • ocicni to v0.4.2 Use 'ifconfig -j' to access jail network state
  • containerd to v1.7.14 Register imagePullThroughput and count with MiB. Move high volume event logs to Trace level also v1.6.30
  • nerdctl to v1.7.5 update containerd (1.7.14), slirp4netns (1.2.3), CNI plugins (1.4.1), RootlessKit (2.0.2), Kubo (0.27.0), imgcrypt (1.1.10)
  • etcd to v3.4.31 mvcc: print backend database size and size in use in compaction logs
  • prometheus to v2.51.0 Relabel rules for AlertManagerConfig; allows routing alerts to different alertmanagers