From fd29332d9b1ce0106b7e74e9ffa7abfae29df7cd Mon Sep 17 00:00:00 2001 From: Sreeram Venkitesh Date: Wed, 27 Mar 2024 02:40:14 +0530 Subject: [PATCH 1/2] Added basic template for 03/24 issue --- _posts/2024-03-24-update.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _posts/2024-03-24-update.md diff --git a/_posts/2024-03-24-update.md b/_posts/2024-03-24-update.md new file mode 100644 index 0000000..2ba8184 --- /dev/null +++ b/_posts/2024-03-24-update.md @@ -0,0 +1,26 @@ +--- +layout: post +title: Week Ending March 24, 2024 +date: 2024-03-26 09:10:00 -0000 +slug: 2024-03-26-update + +--- + +## Developer News + +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 + From 87835de871aab829f3cdc9dd6d082acb9bbdba55 Mon Sep 17 00:00:00 2001 From: Mario Fahlandt Date: Wed, 27 Mar 2024 15:01:36 +0100 Subject: [PATCH 2/2] Add Developer News for KCSEU & adjecent Projekt updates for 03262024 --- _posts/2024-03-24-update.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_posts/2024-03-24-update.md b/_posts/2024-03-24-update.md index 2ba8184..b8d895f 100644 --- a/_posts/2024-03-24-update.md +++ b/_posts/2024-03-24-update.md @@ -8,6 +8,10 @@ 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 @@ -24,3 +28,8 @@ 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