1. Gateway API, a part of the Kubernetes SIG Network, reached its 1.4. It declared a few features, including
supportedFeatures in the GatewayClass status and named rules for Routes, GA. It also introduced three experimental features, such as a mesh resource for service mesh configuration, default gateways, and externalAuth filter for HTTPRoute.2. Istio (a CNCF Graduated project) 1.28 introduced the InferencePool v1 API to improve managing and routing AI inference workloads, native nftables support in the ambient mode, better ambient multicluster deployments, enhanced security features, and more.
3. Kustomize, which is also developed in a Kubernetes SIG, released v5.8.0. This version enabled replacements and patch values in the structured data and regex support for replacement selectors.
4. Spin, a framework for building and running cloud microservices with WebAssembly (a CNCF Sandbox project), was updated to v3.5 with WASI Preview 3 support. Other changes include a new Spin Rust SDK, configurable static HTTP responses, and OpenAI integration support.
5. Kueue, a set of APIs and a controller for job queueing in Kubernetes, got lots of new features in v0.15.0. They include a new experimental kueue-populator to create default resources, admission checks to control the delay by external and internal controllers, an optional interface for custom Jobs to activate and deactivate them, TAS support for the Kubeflow Trainer integration, numerous improvements in MultiKueue, and many more.
6. KubeVirt, a virtual machine management add-on for Kubernetes (a CNCF Incubating project), released v1.7.0. It introduced decentralised live migration, support for DRA devices in VMI, generalised migration priority, support for auto-healing strategy in VMPool, and experimental support for AMD SEV-SNP and Intel TDX.
7. Freelens, a GUI for managing Kubernetes clusters, was updated to v1.7.0, featuring an improved YAML editor, Pod-level resource aggregation, Windows Portable distribution, and better extension API.
#news #releases