Compare commits

..

3 Commits

Author SHA1 Message Date
2b2bc07954 Merge branch 'master' into feature/kubernetes-management-v2
Some checks failed
Test / rust-clippy (pull_request) Has been cancelled
Test / frontend-typecheck (pull_request) Has been cancelled
Test / frontend-tests (pull_request) Has been cancelled
Test / rust-fmt-check (pull_request) Has been cancelled
Test / rust-tests (pull_request) Has been cancelled
PR Review Automation / review (pull_request) Has been cancelled
2026-06-07 18:28:39 +00:00
gitea-actions[bot]
6703fed6e0 chore: update CHANGELOG.md for v1.1.0 [skip ci] 2026-06-07 16:54:18 +00:00
1d108ed4a9 Merge pull request 'feat(kubernetes): implement Phase 7 - Real-time updates with Lens Desktop v5.x feature parity' (#76) from feature/kubernetes-management-v2 into master
Some checks failed
Auto Tag / autotag (push) Successful in 14s
Auto Tag / wiki-sync (push) Successful in 20s
Test / frontend-typecheck (push) Successful in 1m46s
Test / frontend-tests (push) Successful in 1m37s
Auto Tag / changelog (push) Successful in 1m41s
Auto Tag / build-linux-amd64 (push) Successful in 9m44s
Auto Tag / build-windows-amd64 (push) Successful in 11m52s
Auto Tag / build-linux-arm64 (push) Successful in 11m56s
Test / rust-fmt-check (push) Successful in 16m26s
Test / rust-clippy (push) Successful in 17m53s
Test / rust-tests (push) Successful in 19m26s
Auto Tag / build-macos-arm64 (push) Failing after 20m24s
Reviewed-on: #76
2026-06-07 16:52:11 +00:00

View File

@ -31,9 +31,12 @@ CI, chore, and build changes are excluded.
- **kube**: Resolve automated PR review blockers and warnings
- **ci**: Replace JS-based Renovate action with direct container invocation
- Use public Gitea URL in test workflow
- **kubernetes**: Address PR #76 review findings
- **kubernetes**: Remove redundant TS cast and fix cargo fmt failures
### Documentation
- **kubernetes**: Add comment about dynamic port allocation limitation
- Update documentation for Kubernetes Management UI
### Features
- **kube**: Add Kubernetes management GUI components
@ -45,15 +48,9 @@ CI, chore, and build changes are excluded.
- Implement full Lens-like Kubernetes UI with resource discovery and management
- Implement additional Kubernetes resource discovery and management commands
- Add Kubernetes Management Implementation Plan
- **k8s**: Implement Phase 7 - Real-time updates with event bus and watchers
- **k8s**: Add 15 new resource list components (Secret, ReplicaSet, Job, CronJob, Ingress, PVC, PV, ServiceAccount, Role, ClusterRole, RoleBinding, ClusterRoleBinding, HPA, Node, Event, ConfigMap)
- **k8s**: Add advanced components (Terminal, YamlEditor, MetricsChart, SearchBar, ContextSwitcher, ApplicationView)
- **k8s**: Add detail views for all major resource types
- **k8s**: Add UX components (Hotbar, CommandPalette, Toast, LoadingSpinner)
- **k8s**: Add resource management dialogs (CreateResourceModal, EditResourceModal)
- **k8s**: Add RBAC management (RbacViewer, RbacEditor)
- **k8s**: Add event bus for frontend event handling
- **k8s**: Add watcher module for Kubernetes API resource watching
- **kubernetes**: Implement Phase 1 & 2: resource discovery UIs and advanced features
- **kubernetes**: Implement Phase 3 - detail views and cluster management
- **kubernetes**: Implement Phase 7 - real-time updates
## [1.1.0] — 2026-06-06