Compare commits

...

3 Commits

Author SHA1 Message Date
39c3011a9d 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
2026-06-10 02:10:18 +00:00
gitea-actions[bot]
aadde0f336 chore: update CHANGELOG.md for v1.1.0 [skip ci] 2026-06-10 01:08:12 +00:00
85b13d1b70 Merge pull request 'feature/freelens-parity-complete' (#87) from feature/freelens-parity-complete into master
All checks were successful
Auto Tag / autotag (push) Successful in 20s
Auto Tag / wiki-sync (push) Successful in 25s
Auto Tag / changelog (push) Successful in 1m25s
Test / frontend-typecheck (push) Successful in 1m56s
Test / frontend-tests (push) Successful in 1m51s
Auto Tag / build-linux-amd64 (push) Successful in 9m46s
Auto Tag / build-macos-arm64 (push) Successful in 13m12s
Auto Tag / build-windows-amd64 (push) Successful in 11m49s
Auto Tag / build-linux-arm64 (push) Successful in 12m24s
Test / rust-fmt-check (push) Successful in 17m56s
Test / rust-clippy (push) Successful in 19m23s
Test / rust-tests (push) Successful in 21m2s
Reviewed-on: #87
2026-06-10 01:06:09 +00:00

View File

@ -51,6 +51,14 @@ CI, chore, and build changes are excluded.
- **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
- **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
- **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**: Implement 44 new Rust K8s commands + helm binary support
- **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
- **kube**: Restrict temp kubeconfig files to owner-only permissions