From 21758cfdf920b7098c90c3d08e95dda033f20984 Mon Sep 17 00:00:00 2001 From: "gitea-actions[bot]" Date: Wed, 10 Jun 2026 02:12:17 +0000 Subject: [PATCH] chore: update CHANGELOG.md for v1.1.0 [skip ci] --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4752f8c7..c24ab84c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,9 @@ CI, chore, and build changes are excluded. - **security**: Address automated code review findings - **shell**: Delay KubeconfigGuard disarm until after PTY session starts - **ci**: Correct Renovate API endpoint for Gitea +- **kube**: Fix PTY param names, ansi-to-react ESM interop, and dark mode badges +- **kube**: Configure Monaco for offline use and fix pod column data (IP/Node/CPU/Memory) +- **fmt**: Collapse single-expression restart count closure per rustfmt ### Documentation - **kubernetes**: Add comment about dynamic port allocation limitation @@ -91,6 +94,7 @@ CI, chore, and build changes are excluded. - **metrics**: Add frontend metrics integration with Chart.js - **metrics**: Implement kubectl top metrics backend - **tables**: Roll out configurable columns to all workload lists +- **kube**: Add YAML edit action to NamespaceList ### Security - **kube**: Restrict temp kubeconfig files to owner-only permissions