Skip to content

Commit

Permalink
Merge pull request #335 from kubernetes-sigs/20240324
Browse files Browse the repository at this point in the history
Publish 03/24
  • Loading branch information
sreeram-venkitesh committed Mar 27, 2024
2 parents 0332382 + 498bed0 commit 239cd7e
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions _posts/2024-03-24-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
layout: post
title: Week Ending March 24, 2024
date: 2024-03-27 20:28:00 -0000
slug: 2024-03-27-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, we had multiple sessions around the Kubernetes project as well as Q&As with the CNCF team and the Kubernetes Steering committee. 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: Release Day, April 17th**

[Kubernetes 1.30.0-rc.0 is live!](https://groups.google.com/a/kubernetes.io/g/dev/c/cke4ys0RnHM/m/N0p7hae_AwAJ). Also, the docs freeze is now in effect!

## 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 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

0 comments on commit 239cd7e

Please sign in to comment.