diff --git a/site/homepage/content/release-notes.md b/site/homepage/content/release-notes.md index 4f921b2509..36792f3844 100644 --- a/site/homepage/content/release-notes.md +++ b/site/homepage/content/release-notes.md @@ -4,6 +4,14 @@ title = "What is new & noteworthy in Hono?" description = "Information about changes in recent Hono releases. Includes new features, fixes, enhancements and API changes." +++ +## 2.5.0 (not released yet) + +### Fixes & Enhancements + +* When running in a Kubernetes cluster with nodes using cgroups v2, the 'hono.command_internal.*' Kafka topics were not + being cleaned up. This has been fixed. Note that the solution requires the Hono protocol adapter pods to have + a service account with an assigned RBAC role that allows to perform "get" on the "pods" resource. + ## 2.4.0 ### New features