From c80469827540b134ec4eb6788ecaac1326677426 Mon Sep 17 00:00:00 2001 From: FinkeFlo Date: Thu, 9 Jul 2026 23:36:42 +0200 Subject: [PATCH] docs(changelog): add 1.0.1 entry for clearer create-group ACL errors Signed-off-by: FinkeFlo --- frontend/src/content/changelog.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/frontend/src/content/changelog.ts b/frontend/src/content/changelog.ts index bcec950..da4161a 100644 --- a/frontend/src/content/changelog.ts +++ b/frontend/src/content/changelog.ts @@ -20,6 +20,18 @@ export interface ChangelogEntry { * runtime version (see lib/whats-new.ts `normalizeVersion`). */ export const CHANGELOG: ChangelogEntry[] = [ + { + version: "1.0.1", + date: "2026-07-09", + items: [ + { + type: "fix", + title: "Clearer errors when a consumer-group name isn't allowed", + description: + "If the cluster's ACLs don't permit a group name, kafkito now says so directly instead of a generic gateway error, and shows the allowed group prefixes when your key can read ACLs.", + }, + ], + }, { version: "1.0.0", date: "2026-07-09",