From 82430b2c892664e34de21023269f8d6a4458fae3 Mon Sep 17 00:00:00 2001 From: Carsten Lohmann Date: Sat, 14 Oct 2023 11:44:35 +0200 Subject: [PATCH] [#3537] Add release notes entry. --- site/homepage/content/release-notes.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/site/homepage/content/release-notes.md b/site/homepage/content/release-notes.md index 08fe7efc4b..ff85f9f180 100644 --- a/site/homepage/content/release-notes.md +++ b/site/homepage/content/release-notes.md @@ -4,7 +4,22 @@ title = "What is new & noteworthy in Hono?" description = "Information about changes in recent Hono releases. Includes new features, fixes, enhancements and API changes." +++ -## 2.3.1 (not yet released) +## 2.3.2 (not yet released) + +### 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.3.1 + +### Fixes & Enhancements + +* Using Maven 3.9.x for building Hono was not possible and resulted in an error. This has been fixed. +* The Device Registry User Guide has been amended with information on how to configure the trust anchor of a tenant + using a PEM file. +* The demo keys and certificates that come with Hono for testing purposes had expired and have been recreated. ## 2.3.0