👋 Welcome
This week in Cloud Native saw significant updates across core projects, including new stable releases for container runtimes, CI/CD tools, and networking solutions. The ecosystem also focused on advancements in AI integration, platform engineering, and security practices, alongside discussions around Kubernetes resource management and cloud provider enhancements.
🚀 Notable Releases
CI/CD
- Argo CD v3.5.1 - This patch release ensures all Argo CD container images are signed by cosign.
- Argo CD v3.4.7 - A maintenance release where all Argo CD container images are signed by cosign.
- Argo CD v3.3.14 - This patch release ensures all Argo CD container images are signed by cosign.
Container Runtime
- containerd v2.3.4 - Disables checkpoint restore in
CreateContainerby default, requiring an explicit configuration option to enable it. - containerd v2.2.7 - Disables and deprecates checkpoint restore in
CreateContainerby default, requiring a configuration option for activation. - Podman v5.8.6 - Addresses CVE-2026-19730, where
podman quadlet install --replacecould retain content from the original file when replacing a longer file with a shorter one. - Podman v6.1.0 - Introduces
podman volume renamefor renaming volumes (with limitations for in-use or driver-managed volumes) andpodman machine restartfor VM management.
Storage
- CubeFS v3.6.0 - Provides an upgrade notice detailing the specific order for upgrading nodes and a prerequisite for enabling MetaPartition learner-based decommissioning.
- Rook v1.20.4 - Includes bug fixes and feature additions to the Ceph operator, such as individual device scanning for OSDs, support for CRUSH MSR rules for EC pools, and improved device path handling.
- Longhorn v1.12.1 - Introduces V2 Data Engine fast volume cloning and experimental storage sharding, while deprecating Legacy V2.
Build
- Dapr v1.16.19 - Contains bug fixes, including addressing an issue where Azure component authentication halted at SPIFFE credentials instead of falling back.
- Dapr v1.18.3 - Includes bug fixes for actor state store components not hot reloading and sidecar disconnection issues from Placement.
- Dapr v1.17.13 - Fixes bugs related to stalled workflows and Azure component authentication halting at SPIFFE credentials.
- Helm v4.2.4 - A patch release.
- Helm v3.21.4 - A patch release.
Security
- Kubescape v4.0.12 - Adds a guard against unresolvable group/version in the resource handler, propagates printer and command errors, and includes panic recovery in
readJsonFile. - Trivy v0.74.0 - A new stable release with a changelog available for details.
Messaging
- NATS Server v2.14.5 - Adds a new
dial_timeoutoption for leafnodes in the configuration. - NATS Server v2.12.15 - Fixes a deadlock in the logger and a bug in JetStream related to idempotent stream creates.
Networking
- Antrea v2.7.0 - Authenticates and encrypts Antrea Agent gossip traffic by default, preventing unauthorized hosts from influencing cluster membership state.
- Antrea v2.6.3 - Fixes host-local IPAM garbage collection releasing in-use Pod IPs and improves AntreaProxy Service synchronization after transient failures.
- Antrea v2.5.3 - Fixes host-local IPAM garbage collection releasing in-use Pod IPs and improves AntreaProxy Service synchronization after transient failures.
- Kube-OVN v1.15.23 - Adds bounded BFD session recovery for VPC Egress Gateways and makes controller leader election timings configurable.
- Kube-VIP v1.2.3 - Fixes regressions identified in issues #1678 and #1654, and includes a stability improvement for unnumbered peers BGP tests.
Cluster Management
- Cluster API v1.14.0 - Updates to Golang 1.26, Controller Runtime v0.24, and Controller Tools v0.21. It also introduces a dedicated Golang module for API types to enhance project security.
- Cluster API v1.13.5 - Fixes a panic in CAPD cache.Get() and addresses Machine taint propagation in the Cluster topology controller.
- Cluster API v1.12.11 - Fixes a panic in CAPD cache.Get().
Database
- Scylla Operator v1.21.1 - A patch release.
- Scylla Operator v1.20.3 - A patch release.
Configuration
- Meshery v1.0.66 - Includes a fix for formatter errors in the CLI design view and UI improvements for responsiveness and permission handling.
📰 This Week in Cloud Native
This week, the Cloud Native landscape saw significant activity across several key areas, particularly in the intersection of AI and cloud infrastructure, as well as continued advancements in Kubernetes and platform engineering.
A major theme was the growing integration of AI and machine learning operations (LLMOps) within cloud-native platforms. Discussions emerged around defining ownership of AI pipelines between data scientists and platform engineers. Docker announced advancements in AI model interoperability with ModelPack and introduced Docker Sandboxes for isolated AI agent environments, alongside a public beta for Docker VMM focused on performance. News also covered various AI model developments, including performance comparisons and discussions on the costs associated with AI pipelines, particularly concerning token optimization. The Cloud Native Computing Foundation (CNCF) further emphasized this trend by announcing a new AI Inference + Agentic Track for KubeCon + CloudNativeCon North America 2026, highlighting the community’s focus on production AI.
In the Kubernetes ecosystem, several developments aimed at improving operational efficiency and security. The CNCF announced the graduation of Cloud Native Buildpacks, signifying their broad adoption for transforming source code into OCI-compliant container images. AWS introduced new capabilities for Amazon EKS, including functional Kubelet Checkpoint API for forensic container checkpointing and advanced control plane configuration options. There were also discussions on self-healing Kubernetes upgrade pipelines, lightweight deployments of projects like Dragonfly for P2P distribution, and the importance of observable policy as code for application guidance. Community discussions also centered on the contentious topic of using CPU limits in Kubernetes and new tools for managing Kubernetes configurations.
Cloud infrastructure and platform engineering also received attention. AWS Lambda introduced public preview runtimes for Node.js 26 and Python 3.15, allowing early testing of upcoming language versions. Further Lambda enhancements included implementing dynamic feature flags with AWS AppConfig, best practices for observability in durable functions, and methods for collecting CPU and memory metrics from Lambda MicroVMs. Resilience in distributed systems on AWS, bursting Outposts workloads to Amazon EC2, and optimizing SQS event processing with Lambda’s provisioned mode were also highlighted. Security remained a concern, with advisories for Azure DevOps Server patches and discussions on the risks of unsigned container images in the AI era. Cloudflare introduced Wallet systems to enable AI agents to automatically pay for API usage.
💬 Community Buzz
Discussions on Hacker News this week included the technical implications of using CPU limits in Kubernetes and their potential impact on performance. Several projects related to Kubernetes operators and platforms, such as a Keycloak configuration operator, Deployah for spec-to-release deployments, and Stackdome as a self-hostable Railway alternative, garnered attention. The community also discussed Docker’s new Sandboxes for AI agents and the Docker VMM public beta, along with various AI agent development topics like memory management and adherence to coding guidelines.
📊 Numbers of the Week
- Total stable releases: 31 across 19 projects
- Top 3 projects by commits this week:
- kubescape/kubescape — 221 commits
- meshery/meshery — 176 commits
- cilium/cilium — 92 commits
- Top 3 projects by merged pull requests this week:
- kubescape/kubescape — 220 merged PRs
- cilium/cilium — 101 merged PRs
- kumahq/kuma — 98 merged PRs