Release 0.2¶
23 June 2026 · Full changelog
Release 0.2 expands Kubus beyond direct kubeconfig connections. Cluster entries can carry proxy settings, connection problems are visible before a context is selected and custom resources gain first-class schema and search support.
Editable cluster connections¶
Cluster targets can be edited from Settings, including the proxy information needed for proxied environments. Changes work with split kubeconfig files instead of assuming that every context, cluster and user lives in one document.
The cluster switcher checks connection status up front, so unreachable or misconfigured contexts are visible before they are added to the active workspace.
Custom resources become easier to explore¶
CRD details include the published OpenAPI schema, and custom resources participate in fast fuzzy search. Their counts appear on the overview, while managed fields stay out of the YAML view unless they are needed.
Update notifications¶
The desktop app checks the published release manifest and lets you know when a newer Kubus version is available. The notification links to the matching release downloads rather than updating the application behind your back.
Patches¶
0.2.1¶
23 June 2026 · Changes
- Custom resource search is faster and the overview includes custom resource counts.
- Favourites move into the navigation tree and can include whole categories.
- SOCKS tunnel handling is more reliable.
0.2.2¶
1 July 2026 · Changes
- Kubus can follow the operating-system light or dark theme automatically.
- Favourites persist reliably between sessions.
- Resource rows gain context menus, table-search shortcuts and clear-filter controls.
- YAML and individual table values can be copied directly.
- The overview shows cumulative node CPU and memory usage.
- Resources link back to the CRD that defines them.
0.2.3¶
2 July 2026 · Changes
- SSH jump-host connections avoid startup races.
- CRD indexing is faster and more stable.
- Resource watching and application startup receive a broader performance and stability pass.
- Update checks no longer use a stale release manifest.
0.2.4¶
3 July 2026 · Changes
- Raw Kubernetes requests retain the configured authentication headers.
- Connection errors distinguish credential failures from anonymous authorization failures and include practical diagnostics.