Upgrade note
Where have all my pods gone? Namespaced Kubernetes resources are now initially shown only for the "default" namespace. Use the namespaces selector to add more.
Download
- Lens v4.1.0 - Linux
- Lens v4.1.0 - MacOS
- Lens v4.1.0 - Windows
Changes since v4.0
- Change: list views default to a namespace (instead of listing resources from all namespaces)
- Command palette
- Generic logs view with Pod selector
- In-app survey extension
- Auto-update notifications and confirmation
- Possibility to add custom Helm repository through Lens
- Possibility to change visibility of common resource list columns
- Suspend / resume buttons for CronJobs
- Allow namespace to specified on role creation
- Allow for changing installation directory on Windows
- Dock tabs context menu
- Display node column in Pod list
- Unify age column output with kubectl
- Use dark colors in Dock regardless of active theme
- Improve Pod tolerations layout
- Lens metrics: scrape only lens-metrics namespace
- Lens metrics: Prometheus v2.19.3
- Update bundled kubectl to v1.18.15
- Improve how watch requests are handled
- Helm rollback window with more details
- Log more on start up
- Export PodDetailsList component to extension API
- Export Wizard components to extension API
- Export NamespaceSelect component to extension API
Changes since v4.1.0-rc.2
🐛 Bug Fixes
- Fix: load releases for all namespaces at once (#2139) @aleksfront
- Listen for before-quit-for-update to allow will-quit to use default flow (#2147) @Nokel81
- Adding paddings to auto-update notification elements (#2163) @aleksfront
- Register existing store with new apiBase when re-registering Kube API (#2157) @nevalla