Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 10 Jun 19:52
· 8 commits to main since this release

What's Changed

Features

  • feat: add Dockerfile and .dockerignore for containerization support (5d97e50)
  • feat: extend developer mode kubectl button to all resource pages (a7d624e)
  • feat: developer mode toggle with kubectl command popover on StatefulSets page (4a8bbac)
  • feat: format camelCase kind labels in dependency graph nodes (aae1acd)

Bug Fixes

  • fix: remove unsupported platform for multi-arch Docker build (39e0c79)
  • fix: normalize Kubernetes API error bodies and improve error messages (a004389)

Refactoring

  • refactor: replace inline CSS style tag with Tailwind responsive grid/flex on dashboard (565a2fc)

Chores

  • chore: bump version to 0.1.1 [skip ci] (ef2b8a0)
  • chore: update actions/checkout and other GitHub actions to latest versions (157ee5e)
  • chore: remove unused shadcn components (9b18662)

Other Changes

  • Merge pull request #5 from CodeScapes-dev/development (e4b2660)
  • Refactor code structure for improved readability and maintainability (6d77d5a)
  • Refactor code structure for improved readability and maintainability (701845f)
  • Refactor code structure for improved readability and maintainability (d85c51e)
  • Add Metrics tab to pod detail page (16cca2e)
  • Add graph view and cards view to all list pages (8a7c59f)
  • Add cards view to DataTable; extract CardsView and ComingSoon to dedicated files (89bd34d)
  • Fix namespace filter: wire to API and preserve dropdown options when filtered (e2298c5)
  • Add live metrics to all workload list and detail pages (4655bb8)
  • Add node and pod metrics with gauges, charts, and metrics server fallback (b3759f5)
  • Add metrics client and API route for detecting metrics server availability (cd1b24d)
  • Fix all ESLint errors: purity, set-state-in-effect, refs, exhaustive-deps (f361157)
  • Add Helm releases page, API route, and dashboard card (b9c37c6)
  • Fix dependency graph: group pods under owning workloads for node and namespace views (5e1248c)
  • Fix node dependency graph showing only 1 pod due to default pagination limit (1d35d02)
  • Fix node/namespace dependency graph to show all cluster-wide resources (1a5c299)
  • Enrich dependency graph across all K8s resource types (220f466)
  • Fix dependency graph not showing pods/replicasets/services (ec1d980)
  • Rebuild Dependencies tab with React Flow (d0008e5)
  • Improve topology graph edge routing and node styling (ccc85e8)
  • Add topology graph with namespace/resource filter and empty state (557975e)
  • Fix CRD detail crash: apiextensions → extensions client (6882588)
  • Fix CRD list crash and remove logs page from Advanced (12bd72f)
  • Standardize React hook imports to React.useState pattern across all files (115f19d)
  • Add dashboard page with cluster overview, health score, KPI cards, and cost toggle (252b686)
  • Fix path traversal and SSRF vulnerabilities in logs API route (74ca11a)
  • Add remaining API route handlers: dashboard, scheduling, version (751202b)
  • Add advanced group pages: HPA, CRD list and detail; extract ConditionsTimeline to shared helpers (511ed6b)
  • Add cluster group pages: Events, Namespaces, Nodes list and detail views (e4e5668)
  • Add access control pages: ClusterRole, ClusterRoleBinding, Role, RoleBinding, ServiceAccount (e2943c2)
  • Add storage group pages: PVC, PV, StorageClass list and detail views (83272eb)
  • Add network group pages and detail views (endpoints, ingressclasses, ingresses, networkpolicies, services) (38dcdbc)
  • Add configuration group pages and detail views (configmaps, limitranges, resourcequotas, secrets) (4ab0f5b)
  • Update workload pages to use shared QuickStat and filter last-applied annotation (15e1a9f)
  • Extract QuickStat into shared detail helper, re-export from workload helper (7da6655)
  • Fix white page on browser back by redirecting dashboard and root routes (57f5283)
  • Refactor workload detail pages into tabbed components (7b56001)
  • Fix connect page shown inside app shell and dark mode preview panel (dcf3a42)
  • Fix cost config key mismatch and clear localStorage on cluster disconnect (28225db)
  • Add workload detail pages, fix events client and button visibility (e90e87c)
  • Add workload listing pages, k8s API routes, data table, and column definitions (97b0572)
  • Add app shell, layout, navigation, settings and connect infrastructure (d442b23)
  • Split connect components, add connect-data constants, fix unhandled rejection, move toaster (641a50f)
  • Add UI components, Kubernetes connection flow, and supporting infrastructure (c4782cc)
  • Fix shadcn font configuration (8a8fc93)
  • Base Project Setup (cc0a9cb)