From e1771b5776bb3c6334507c64a9e5bb0316e63ee5 Mon Sep 17 00:00:00 2001 From: "gitea-actions[bot]" Date: Tue, 9 Jun 2026 03:23:21 +0000 Subject: [PATCH] chore: update CHANGELOG.md for v1.1.0 [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19750bc8..5d565b94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,10 +45,17 @@ CI, chore, and build changes are excluded. - **ui**: Correct font contrast and background colors in dark mode - **kube**: Add two-stage diagnostics to test_kubectl_connection - **ci**: Cargo fmt kube.rs + switch pr-review to qwen3-coder-next +- **kube**: Unique temp kubeconfig paths — eliminate concurrent-call race condition +- **ui**: Replace hardcoded colors with semantic Tailwind vars for dark mode +- **kube**: WorkloadOverview loads data; single connect on mount; visible error on failure +- **kube**: Add namespace to PodInfo; pod actions use pod.namespace not filter +- **kube**: Network/config/storage list actions use item.namespace not filter prop +- **kube**: Workload list actions use item.namespace not filter prop ### Documentation - **kubernetes**: Add comment about dynamic port allocation limitation - Update documentation for Kubernetes Management UI +- Add ticket summary for kube action namespace and stability fixes ### Features - **kube**: Add Kubernetes management GUI components