Skip to content

Releases: zhubby/miku

release-v0.2.0

Choose a tag to compare

@zhubby zhubby released this 23 Jun 10:05

What's Changed

  • feat(miku-kube): add in-cluster service account support by @zhubby in #1
  • feat(miku-web): add branded boot screen with loading progress and error states by @zhubby in #2

New Contributors

  • @zhubby made their first contribution in #1

Full Changelog: v0.1.0...v0.2.0

release-v0.1.0

Choose a tag to compare

@zhubby zhubby released this 29 May 02:42

Miku v0.1.0

Initial release of Miku, a Rust Kubernetes management application inspired by Lens.

Features

  • Native egui Desktop App — multi-pane docked layout with cluster navigation, resource workspace, agent panel, and status bar
  • Server + Web Mode — Axum REST server with wasm egui UI (BS mode)
  • Kubernetes Integration — cluster discovery via kubeconfig, resource browsing, pod logs, resource actions (restart, scale, delete), YAML templates, and rollout strategy display
  • Resource Management — create/edit/patch resources with dialog-driven workflows, timeout controls, and CronJob-specific panels
  • macOS App Bundle & DMG — packaged macOS distribution with app icon and version info
  • Sidebar Toggle — View menu with compact agent composer
  • About Dialog — app icon, version, and git commit display
  • Theme Switching — light/dark theme support
  • Offline Fallback — server starts without live Kubernetes cluster