Skip to content

Commit 2bf8ad6

Browse files
chore: release 0.7.12 (#530)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1c43c69 commit 2bf8ad6

6 files changed

Lines changed: 20 additions & 7 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.11"
2+
".": "0.7.12"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to LLMKube will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.7.12](https://github.com/defilantech/LLMKube/compare/v0.7.11...v0.7.12) (2026-05-24)
9+
10+
11+
### Features
12+
13+
* **foreman/m6:** Workload reconciler with stub planner (explicit pipeline + issue-batch shortcut) ([#533](https://github.com/defilantech/LLMKube/issues/533)) ([dbdcd46](https://github.com/defilantech/LLMKube/commit/dbdcd46e5ee1578f6b0be02ac3bf270d3935d7e1))
14+
15+
16+
### Bug Fixes
17+
18+
* **foreman/m4:** gate Job honors payload.branch + clones from --git-remote-url ([#529](https://github.com/defilantech/LLMKube/issues/529)) ([905a269](https://github.com/defilantech/LLMKube/commit/905a2698a922641a8cd64ce6bd81e18ff7ecb339))
19+
* **foreman:** chart wires --workspace-dir + tightens docs for native-mode required values ([#534](https://github.com/defilantech/LLMKube/issues/534)) ([1c43c69](https://github.com/defilantech/LLMKube/commit/1c43c69fa257ae1d2cb8aecada54831e815e2780))
20+
821
## [0.7.11](https://github.com/defilantech/LLMKube/compare/v0.7.10...v0.7.11) (2026-05-23)
922

1023

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Image URL to use all building/pushing image targets
2-
IMG ?= ghcr.io/defilantech/llmkube-controller:0.7.11 # x-release-please-version
2+
IMG ?= ghcr.io/defilantech/llmkube-controller:0.7.12 # x-release-please-version
33

44
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
55
ifeq (,$(shell go env GOBIN))

charts/foreman/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ description: |
1010
coupling is that the foreman-operator's RBAC reads inference.llmkube.dev
1111
CRDs that llmkube installs.
1212
type: application
13-
version: 0.7.11
14-
appVersion: 0.7.11
13+
version: 0.7.12
14+
appVersion: 0.7.12
1515
keywords:
1616
- llmkube
1717
- foreman

charts/llmkube/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: >-
44
A Helm chart for LLMKube - Kubernetes operator for GPU-accelerated LLM
55
inference
66
type: application
7-
version: 0.7.11
8-
appVersion: 0.7.11
7+
version: 0.7.12
8+
appVersion: 0.7.12
99
keywords:
1010
- llm
1111
- kubernetes

pkg/cli/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424

2525
var (
2626
// Version is set during build via ldflags or updated by release-please
27-
Version = "0.7.11" // x-release-please-version
27+
Version = "0.7.12" // x-release-please-version
2828
// GitCommit is set during build
2929
GitCommit = "unknown"
3030
// BuildDate is set during build

0 commit comments

Comments
 (0)