Skip to content

Commit 4c2480b

Browse files
chore: release 0.7.11 (#523)
1 parent 207ddc6 commit 4c2480b

6 files changed

Lines changed: 14 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.10"
2+
".": "0.7.11"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.11](https://github.com/defilantech/LLMKube/compare/v0.7.10...v0.7.11) (2026-05-23)
9+
10+
11+
### Bug Fixes
12+
13+
* **foreman:** drop chart-level subchart dep on llmkube (unblock v0.7.11 chart-releaser) ([#519](https://github.com/defilantech/LLMKube/issues/519)) ([207ddc6](https://github.com/defilantech/LLMKube/commit/207ddc64f82e0243da96bdd73e1b5d949f991041))
14+
815
## [0.7.10](https://github.com/defilantech/LLMKube/compare/v0.7.9...v0.7.10) (2026-05-23)
916

1017

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.10 # x-release-please-version
2+
IMG ?= ghcr.io/defilantech/llmkube-controller:0.7.11 # 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.10
14-
appVersion: 0.7.10
13+
version: 0.7.11
14+
appVersion: 0.7.11
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.10
8-
appVersion: 0.7.10
7+
version: 0.7.11
8+
appVersion: 0.7.11
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.10" // x-release-please-version
27+
Version = "0.7.11" // x-release-please-version
2828
// GitCommit is set during build
2929
GitCommit = "unknown"
3030
// BuildDate is set during build

0 commit comments

Comments
 (0)