Skip to content

Releases: defilantech/LLMKube

v0.9.3

Choose a tag to compare

@github-actions github-actions released this 10 Jul 00:18
0efc207

0.9.3 (2026-07-09)

Bug Fixes

  • controller: drop invalid --enable-metrics flag from vLLM runtime (#1031) (9b9450d)

llmkube-0.9.3

Choose a tag to compare

@github-actions github-actions released this 10 Jul 00:19
0efc207

A Helm chart for LLMKube - Kubernetes operator for GPU-accelerated LLM inference

foreman-0.9.3

Choose a tag to compare

@github-actions github-actions released this 10 Jul 00:19
0efc207

Foreman is an opt-in add-on for LLMKube that schedules agentic workloads (Workload, AgenticTask) across a fleet of nodes (FleetNode). Installing LLMKube alone does not install or require Foreman. Foreman is a SIBLING chart to llmkube, not a subchart: install llmkube first (helm install llmkube defilantech/llmkube), then install foreman alongside it. They share no Helm relationship at packaging or install time; the only coupling is that the foreman-operator's RBAC reads inference.llmkube.dev CRDs that llmkube installs.

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 09 Jul 16:58
82459a9

0.9.2 (2026-07-09)

Features

  • foreman: coder grounding rail (flag doc-contradicting metric writes) (#1017) (aa969ed)
  • foreman: distinct ALREADY-RESOLVED coder outcome (#970) (#1011) (8e041e0)
  • foreman: flag a GO that changes no functional production code (#1024) (3e1a6fb)
  • foreman: MCP client for agents (Phase 1: HTTP transport, context7) (#1014) (d34343f)
  • foreman: semantic issueAsk verification instead of verbatim substring (#1020) (85d92ee)
  • foreman: str_replace escalates to write_file after repeated failures (#1026) (de1b8cb)

Bug Fixes

  • foreman: exempt REJECT from grounded-finding demotion (#1008) (18098cb)
  • foreman: gate Job downloads the go.mod toolchain (GOTOOLCHAIN=auto) (#1019) (5f4c51c)
  • foreman: guard file-less findings + resolve bare/absolute paths in grounding rail (#1009) (304a2b8)
  • foreman: reap audit ConfigMaps older than retention (#990) (#1027) (08d06d6)
  • foreman: reviewer diffs against the upstream base, not stale local fork main (#1006) (6ef7278)
  • metrics: remove dead metrics + phantom PrometheusRule error-rate rule (#1010) (7c92f3f)

llmkube-0.9.2

Choose a tag to compare

@github-actions github-actions released this 09 Jul 16:59
82459a9

A Helm chart for LLMKube - Kubernetes operator for GPU-accelerated LLM inference

foreman-0.9.2

Choose a tag to compare

@github-actions github-actions released this 09 Jul 16:59
82459a9

Foreman is an opt-in add-on for LLMKube that schedules agentic workloads (Workload, AgenticTask) across a fleet of nodes (FleetNode). Installing LLMKube alone does not install or require Foreman. Foreman is a SIBLING chart to llmkube, not a subchart: install llmkube first (helm install llmkube defilantech/llmkube), then install foreman alongside it. They share no Helm relationship at packaging or install time; the only coupling is that the foreman-operator's RBAC reads inference.llmkube.dev CRDs that llmkube installs.

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 06:42
c6d56f4

0.9.1 (2026-07-07)

Features

  • chart: gate CRD installation behind crds.enabled toggle (#998) (acf2e6a)
  • foreman: append actionable steers to structural-lint gate feedback (#984) (4d496c6)
  • foreman: closest-line fallback when str_replace has no unique anchor (#1000) (02ec677)
  • foreman: grounded-finding rail for reviewer NO-GO verdicts (#988) (cadbd30)
  • foreman: verdict-from-findings rail (promote GO with a grounded blocker) (#992) (b82fcca)

Bug Fixes

  • cachekey: unify model cache-key derivation across controller and CLI (#985) (1fb122c)
  • foreman: grant coder Job pods get on secrets for cloud-proxy auth (#987) (ffe45d7)
  • foreman: key test-presence gate on net-new functions only (#983) (0236630)
  • foreman: tolerate self-committed model work and detect git apply edits (#995) (730d1cd)
  • foreman: truncate over-length submit_result summaries instead of rejecting (#999) (8c36edd)

Documentation

  • cachekey: note the metal literal mirrors acceleratorMetal (#993) (ae9e20d)

llmkube-0.9.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 06:43
c6d56f4

A Helm chart for LLMKube - Kubernetes operator for GPU-accelerated LLM inference

foreman-0.9.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 06:43
c6d56f4

Foreman is an opt-in add-on for LLMKube that schedules agentic workloads (Workload, AgenticTask) across a fleet of nodes (FleetNode). Installing LLMKube alone does not install or require Foreman. Foreman is a SIBLING chart to llmkube, not a subchart: install llmkube first (helm install llmkube defilantech/llmkube), then install foreman alongside it. They share no Helm relationship at packaging or install time; the only coupling is that the foreman-operator's RBAC reads inference.llmkube.dev CRDs that llmkube installs.

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 19:17
2aa0a0e

0.9.0 (2026-07-05)

⚠ BREAKING CHANGES

Features

  • foreman: use the reviewer's summary as the opened-PR body (#975) (e031ff5)

Bug Fixes

  • foreman: populate FleetNode.Status.CurrentTask so the scheduler spreads work (#978) (d731a90)
  • foreman: reap orphaned Draining FleetNodes so they stop leaking (#980) (241ac4a)
  • runtime: bind inference servers to :: for IPv6-only clusters (#973) (398d5c1)
  • security: gate local/hostPath model sources + block controller SSRF (GHSA-jw3m-8q7m-f35r) (#981) (ec2647f)