-
BlumeOps v1.12.0 Stable
released this
2026-03-01 17:24:08 -08:00 | 38 commits to main since this releaseBlumeOps release v1.12.0
What's Changed
Bug Fixes
- Fix authentik 2026.2.0 startup crash caused by Django migration ordering bug (
FieldError: Cannot resolve keyword 'group_id'). Patch ensuresauthentik_core/0056runs beforeauthentik_rbac/0010.
Infrastructure
- Upgrade authentik from 2025.10.1 to 2026.2.0, building core services from source via custom Nix derivations rather than using nixpkgs directly (nixpkgs still provides satellite dependencies like Python, Go, and system libraries). Four components (API client generation, Python backend, web UI, Go server) assembled into a single container image with full supply chain control via forge mirrors.
- Sync Frigate zone coordinates from live API to manifest (driveway_entrance, driveway)
- Pin blumeops-pg to PostgreSQL 18.3 (from floating
:18tag at 18.1)
Documentation
- Review and update authentik-api-client-generation doc: remove stale patch note, fix test-build.nix section, add last-reviewed date.
- Review all three forgejo-runner Mikado chain docs: stamp
last-reviewed, add cross-links, fixconfigmap.yaml→config.yamlreference. - Review build-grafana-container docs; fix stale grafana.md reference card (Helm → Kustomize).
Documentation
Download
docs-v1.12.0.tar.gzand configure the quartz container with:DOCS_RELEASE_URL=https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.12.0/docs-v1.12.0.tar.gzDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
docs-v1.12.0.tar.gz
2 downloads ·
2026-03-01 17:24:08 -08:00 · 1.6 MiB
- Fix authentik 2026.2.0 startup crash caused by Django migration ordering bug (