Skip to content

Releases: kprompt/kprompt

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 19:03

Highlights

  • Ecosystem integrations: Tekton PipelineRuns, KEDA ScaledObjects, Istio VirtualService traffic reads, Crossplane cloud claims, and Flux/Argo CD GitOps sync+health.
  • North-star reports: optimize-cluster (idle / rightsizing / HPA hints) and service dependency graphs (+ optional OTel edges).
  • Multi-tool routes with one aggregate plan and a single approval for mutating chains.
  • Optional Team enrollment: kprompt login, org policy pull (tighten-only), and best-effort audit push.
  • Homebrew: brew install kprompt/tap/kprompt.
  • Apache-2.0 license.

Install

curl -fsSL https://kprompt.ai/install | bash

Homebrew:

brew install kprompt/tap/kprompt

Pinned fallback:

curl -fsSL https://cdn.jsdelivr.net/gh/kprompt/kprompt@v0.4.0/install/install.sh | bash

kprompt remains experimental. Review every plan and use --approve carefully, especially against production clusters.

Full changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 19:23

Highlights

  • Expanded Kubernetes operations with rollback, named delete, rollout waiting, live plan diffs, deep explain chains, history, JSON CI output, and terminal themes.
  • Added Helm install and upgrade plans with template/dry-run previews and wipe-class safety checks.
  • Added Argo Workflow generation, approval-gated submission, status lookup, and --wait support.
  • Added Prometheus instant/range query support and read-only workload performance diagnosis for CPU, memory, p95 latency, replicas, and HPA signals.
  • Added Jaeger and Tempo trace query adapters as the foundation for upcoming trace-walk commands.
  • Added kprompt tools integration detection and expanded provider/configuration support.

Install

curl -fsSL https://kprompt.ai/install | bash

Pinned fallback:

curl -fsSL https://cdn.jsdelivr.net/gh/kprompt/kprompt@v0.3.0/install/install.sh | bash

kprompt remains experimental. Review every plan and use --approve carefully, especially against production clusters.

Full changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 12:28

Changelog

  • 58b5e5d Add kprompt config and config set for non-secret settings.
  • a727465 Clarify missing API key errors and silence cobra usage spam.
  • 6ccb6a4 Default install to ~/.local/bin and prefer jsDelivr for the script URL.
  • 73b9804 Document install via Vercel host until kprompt.ai DNS exists.
  • d41faca Expand LLM support with Gemini and OpenAI-compatible presets.
  • 453907a Fall back to ~/.local/bin when /usr/local/bin is not writable.
  • 61297c6 Map kubeconfig and RBAC failures to actionable errors.
  • 299384c Point install fallback at a pinned jsDelivr commit.
  • 1999a1b Prepare docs and install notes for v0.2.0.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 11:45

Changelog

  • a8fa204 Add GoReleaser, release CI, and hardened install script.
  • fd224ba Add deploy mutation path for Deployment and Service.
  • 10c0bff Add explain-lite diagnostics from pod status and events.
  • d51774c Add interactive TTY approval for mutating plans.
  • e2ed712 Add kind E2E coverage for Deployment scale.
  • 31183b7 Add read-only get/list queries for Pod, Deployment, and Service.
  • bc7bb89 Add v0 CLI skeleton for natural-language Kubernetes ops.