Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Developer News for KCSEU & adjecent Projekt updates for 03262024 #333

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
35 changes: 35 additions & 0 deletions _posts/2024-03-24-update.md
@@ -0,0 +1,35 @@
---
layout: post
title: Week Ending March 24, 2024
date: 2024-03-26 09:10:00 -0000
slug: 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](https://github.com/kubernetes/community/issues/7611).
Pictures can be found [here](https://www.flickr.com/photos/143247548@N03/albums/72177720315666206/).

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

### [KEP 2876: CRD Validation Expression Language](https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/2876-crd-validation-expression-language)

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](https://github.com/cri-o/ocicni/releases/tag/v0.4.2) Use 'ifconfig -j' to access jail network state
* [containerd to v1.7.14](https://github.com/containerd/containerd/releases/tag/v1.7.14) Register imagePullThroughput and count with MiB. Move high volume event logs to Trace level [also v1.6.30](https://github.com/containerd/containerd/releases/tag/v1.6.30)
* [nerdctl to v1.7.5](https://github.com/containerd/nerdctl/releases/tag/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](https://github.com/etcd-io/etcd/releases/tag/v3.4.31) mvcc: print backend database size and size in use in compaction logs
* [prometheus to v2.51.0](https://github.com/prometheus/prometheus/releases/tag/v2.51.0) Relabel rules for AlertManagerConfig; allows routing alerts to different alertmanagers