Skip to content

Commit 640f504

Browse files
chore: release 0.0.21 (#133)
1 parent 8bc14f0 commit 640f504

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to VoidLLM are documented in this file.
44

5+
## [0.0.21] - 2026-06-19
6+
7+
### Features
8+
- Usage analytics (LLM and MCP) and the audit log now resolve user, key, team, organization, and service-account IDs to human-readable names instead of showing raw UUIDs. Audit actor names are resolved org-scoped so cross-org identities are never exposed (#125)
9+
- The in-app "update available" dialog now renders release notes as formatted markdown instead of raw text (#132)
10+
11+
### Fixes
12+
- Documentation: the README and pricing pages now show prices in EUR (matching billing) and list usage export as a Community feature, and the README gained an architecture overview, a "who it's for" section, and a production checklist (#131)
13+
14+
### Security
15+
- Rebuilt the published container image on patched Alpine (3.21.7) and Go (1.26.4) to clear base-image and toolchain advisories. No application code changed (#126)
16+
17+
### Dependencies
18+
- Go toolchain 1.26.1 → 1.26.4 and Alpine base image 3.21.6 → 3.21.7 (#126)
19+
20+
---
21+
522
## [0.0.20] - 2026-06-16
623

724
### Features

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY go.mod go.sum ./
1616
RUN go mod download
1717
COPY . .
1818
COPY --from=ui-builder /app/ui/dist ./ui/dist
19-
ARG VERSION=0.0.20
19+
ARG VERSION=0.0.21
2020
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build \
2121
-ldflags="-s -w -X 'github.com/voidmind-io/voidllm/internal/api/health.Version=${VERSION}'" \
2222
-o /voidllm ./cmd/voidllm

chart/voidllm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: voidllm
33
description: Privacy-first LLM proxy and AI gateway with load balancing, RBAC, MCP gateway, and built-in admin UI. Self-hosted, single binary, sub-500us overhead.
44
type: application
5-
version: 0.0.20
6-
appVersion: "0.0.20"
5+
version: 0.0.21
6+
appVersion: "0.0.21"
77
home: https://voidllm.ai
88
icon: https://voidllm.ai/logo.svg
99
sources:

docs/deployment/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ The Docker image sets `VOIDLLM_DATABASE_DSN=/data/voidllm.db` by default. Overri
8989

9090
```bash
9191
curl http://localhost:8080/healthz
92-
# {"status":"ok","uptime_seconds":42,"version":"0.0.20"}
92+
# {"status":"ok","uptime_seconds":42,"version":"0.0.21"}
9393
```

0 commit comments

Comments
 (0)