chore: update CHANGELOG.md for v1.1.0 [skip ci]

This commit is contained in:
gitea-actions[bot] 2026-06-10 02:12:17 +00:00
parent 1c4c76329f
commit 21758cfdf9

View File

@ -59,6 +59,9 @@ CI, chore, and build changes are excluded.
- **security**: Address automated code review findings - **security**: Address automated code review findings
- **shell**: Delay KubeconfigGuard disarm until after PTY session starts - **shell**: Delay KubeconfigGuard disarm until after PTY session starts
- **ci**: Correct Renovate API endpoint for Gitea - **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 ### Documentation
- **kubernetes**: Add comment about dynamic port allocation limitation - **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**: Add frontend metrics integration with Chart.js
- **metrics**: Implement kubectl top metrics backend - **metrics**: Implement kubectl top metrics backend
- **tables**: Roll out configurable columns to all workload lists - **tables**: Roll out configurable columns to all workload lists
- **kube**: Add YAML edit action to NamespaceList
### Security ### Security
- **kube**: Restrict temp kubeconfig files to owner-only permissions - **kube**: Restrict temp kubeconfig files to owner-only permissions