Merge branch 'master' into feature/freelens-parity-complete
Some checks failed
PR Review Automation / review (pull_request) Has been cancelled
Test / rust-fmt-check (pull_request) Has been cancelled
Test / frontend-typecheck (pull_request) Has been cancelled
Test / rust-clippy (pull_request) Has been cancelled
Test / frontend-tests (pull_request) Has been cancelled
Test / rust-tests (pull_request) Has been cancelled
Some checks failed
PR Review Automation / review (pull_request) Has been cancelled
Test / rust-fmt-check (pull_request) Has been cancelled
Test / frontend-typecheck (pull_request) Has been cancelled
Test / rust-clippy (pull_request) Has been cancelled
Test / frontend-tests (pull_request) Has been cancelled
Test / rust-tests (pull_request) Has been cancelled
This commit is contained in:
commit
39c3011a9d
16
CHANGELOG.md
16
CHANGELOG.md
@ -51,6 +51,14 @@ CI, chore, and build changes are excluded.
|
|||||||
- **kube**: Add namespace to PodInfo; pod actions use pod.namespace not filter
|
- **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**: Network/config/storage list actions use item.namespace not filter prop
|
||||||
- **kube**: Workload list actions use item.namespace not filter prop
|
- **kube**: Workload list actions use item.namespace not filter prop
|
||||||
|
- **performance**: Resolve memory leaks and add polish features
|
||||||
|
- **ui**: Critical UI fixes - logs, menus, dark mode, YAML
|
||||||
|
- **lint**: Remove unused variables in test files
|
||||||
|
- Add PTY command bindings and format Rust code
|
||||||
|
- **shell**: Resolve TypeScript errors in PTY terminal components
|
||||||
|
- **security**: Address automated code review findings
|
||||||
|
- **shell**: Delay KubeconfigGuard disarm until after PTY session starts
|
||||||
|
- **ci**: Correct Renovate API endpoint for Gitea
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
- **kubernetes**: Add comment about dynamic port allocation limitation
|
- **kubernetes**: Add comment about dynamic port allocation limitation
|
||||||
@ -75,6 +83,14 @@ CI, chore, and build changes are excluded.
|
|||||||
- **kube**: Nav restructure, action menus, new resource lists, advanced components
|
- **kube**: Nav restructure, action menus, new resource lists, advanced components
|
||||||
- **kube**: Implement 44 new Rust K8s commands + helm binary support
|
- **kube**: Implement 44 new Rust K8s commands + helm binary support
|
||||||
- **kube**: Merge backend — 44 Rust commands, helm binary, 363 tests
|
- **kube**: Merge backend — 44 Rust commands, helm binary, 363 tests
|
||||||
|
- **network**: Add dedicated port forwarding management page
|
||||||
|
- **workloads**: Add logs action to all 7 workload resource types
|
||||||
|
- **config**: Add edit/delete actions to all policy resources and secret viewer
|
||||||
|
- **shell**: Implement PTY-based interactive terminals
|
||||||
|
- **tables**: Implement configurable columns infrastructure
|
||||||
|
- **metrics**: Add frontend metrics integration with Chart.js
|
||||||
|
- **metrics**: Implement kubectl top metrics backend
|
||||||
|
- **tables**: Roll out configurable columns to all workload lists
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
- **kube**: Restrict temp kubeconfig files to owner-only permissions
|
- **kube**: Restrict temp kubeconfig files to owner-only permissions
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user