Platform Updates

Changelog

5 releases·Last updated

v1.4.0

Latest

v1.4.0 deepens network monitoring, refreshes pipeline cards, and tightens access control.

Network

A namespace filter was added to the topology view — cuts noise in large clusters with a single click. A dedicated top-talker drawer surfaces the busiest sources; direct deep links from L7 endpoints to Insights are now available. Port distribution charts and a traffic timeline round out the additions.

Pipeline & Services

Auto-fix steps moved to a cleaner card layout; the merge warning banner now tracks the AI Dockerfile lifecycle. Multi-select service discovery was added to the deploy wizard — pick multiple services and deploy them together.

API Keys

A new key management screen lives under account settings. The ?create=1 parameter auto-opens the creation dialog — perfect for shareable links you can send directly to teammates.

Access & Billing

Invited non-admin users are now ACL-restricted. The spending level UI is connected to real data, and a $1 card verification system is active.

Infrastructure

Automatic detection of AI-generated Dockerfiles is now integrated — the platform recognizes which Dockerfiles were produced by AI tooling.

Bug Fixes

  • Auth — Silent renew was restarting the session on logout; anonymous config caching stopped
  • Pipeline — Approval UI disappeared during slow on-prem archival; failed tasks vanished from summary
  • Deploy — Discovery badge showed wrong strategy; Dockerfile-less monorepo subdirs were routed to AIGenerated incorrectly
  • Rollout — Progress steps stuck at Ready after promote
  • Wizard — Duplicate service name is now blocked; default port fixed to 3000 for Vite/SvelteKit

v1.3.0

v1.3.0 transforms Insights into a trace-first monitoring hub and makes service discovery significantly smarter.

Advanced Trace Views

Span details now open in a right drawer or bottom-dock mode. Every trace row includes an operation summary, tech badges, and a latency histogram filter. Insights sub-tabs were reordered; the Network tab moved out of this section.

Service Discovery

Unique name generation is active for monorepo subdirectories. Port detection runs automatically for four frameworks:

FrameworkDefault Port
Vite5173
Astro4321
SvelteKit5173
Remix3000

An AI auto-configuration banner was added for projects without a Dockerfile. The wizard warns before falling back to buildpack.

Dashboard & Organization

Dashboard topology now uses authoritative K8s state as its source — stale data is gone. Organization rename and an Insights tab in the permissions matrix were added to settings.

Bug Fixes

  • Insights — Span-mode toggle was unresponsive; unnecessary empty attributes filtered out
  • Deploy — Next.js projects blocked from proceeding with missing env vars; real git branch shown in table
  • Rollout — Pod labeling and BlueGreen pod naming errors fixed
  • Pipeline — Running job image tag now visible in table; Change strategy button always shown
  • Session — App redirects to home when token cannot be refreshed after long inactivity

v1.2.0

v1.2.0 rebuilds Insights from scratch while fully integrating Billing and Organization management into the platform.

Insights — Redesigned

The overview screen opens with a problem-first approach: broken endpoints and root-cause analysis are front and center. A version-delta screen shows how updates affect your application. Constellation click navigation to specific endpoints, a direct trace link from the triage modal, and separate 4xx/5xx tracking all ship in this release.

Billing

Stripe integration is complete. Add a credit card, top up your wallet, and set spending tiers.

FeatureStatus
Stripe card✓ Live
Wallet top-up✓ Live
Spending tiers✓ Live

Organization & Projects

Email-based team invite and a quick organization switcher were added. Starred/favorite projects are now available. When a GitHub integration is suspended, the platform shows a warning and halts auto-setup.

Bug Fixes

  • Insights — Duplicate HTTP method format cleaned up; expanded span-detail panel couldn't scroll
  • Organization — Accepted invitees appeared as Pending (Enum→String conversion fixed)
  • Auth — 401 error on organization switching resolved
  • Overview — Unnecessary notifications re-appearing in feed when an error is pinned
  • Services — Service selected from header was routing to the wrong project ID

v1.1.0

v1.1.0 brings an AI assistant, real-time log streaming, and a service dependency graph to Komuta.

Ask Komuta AI

Query everything from pipeline logs to billing, security alerts to metric analysis — all in plain language. Context-aware suggestions powered by platform telemetry.

You:    "Why did the deployment slow down between 02:00–04:00 last night?"
Komuta: "Build time jumped from 8 to 23 minutes. Node modules hit a
         cache miss — the build runner was restarted shortly after."

Real-time Pipeline Logs

Tail live build logs directly in the dashboard via SignalR. No page refresh needed; log lines stream in as they arrive.

Service Dependency Graph

Visually map inter-service connections, environment bindings, and addon links. No more guessing what depends on what.

v1.0.0 — Launch

Komuta opens its cloud deployment platform to all teams. We're starting with one-click deploy from GitHub and GitLab, managed clusters, and AI-powered Dockerfile generation.

Clusters

RegionLocationLatency (EU)
EU-WestParis, France~8ms
EU-CentralFrankfurt, Germany~12ms
BYOCYour own cluster

Bring Your Own Cluster (BYOC) support is also available — connect any Kubernetes cluster in minutes.

AI Dockerfile Generation

Komuta analyzes your repo structure to auto-generate a Dockerfile and fix errors during build.

# Detected by Komuta: Node.js 20 + pnpm
FROM node:20-alpine
WORKDIR /app
COPY package.json pnpm-lock.yaml ./
RUN corepack enable && pnpm install --frozen-lockfile
COPY . .
RUN pnpm build
CMD ["node", "dist/index.js"]

Security & Billing Pulse

Real-time risk scoring (0–100) and per-second usage tracking — full visibility from day one.

Beginning of Komuta — February 2026