blumeops/docs/changelog.d
Erich Blume fd0bebb0fc
All checks were successful
Build Container / detect (push) Successful in 3s
Build Container / build-dockerfile (alloy) (push) Successful in 12s
Build Container / build-dockerfile (ntfy) (push) Successful in 11s
Build Container / build-nix (alloy) (push) Successful in 20s
Build Container / build-nix (authentik) (push) Successful in 6m10s
Build Container / build-nix (authentik-redis) (push) Successful in 20s
Build Container / build-nix (ntfy) (push) Successful in 6s
Localize authentik-redis container (#309)
## Summary

- Replace upstream `docker.io/library/redis:7-alpine` (Redis 7.4.8) with a nix-built container using Redis 8.2.3 from nixpkgs
- Introduce **attached service pattern**: `parent` field in service-versions.yaml, `<parent>-<component>` naming convention, and `assert pkgs.redis.version == version` in default.nix to prevent silent version drift on `flake.lock` updates
- Document the pattern in [[review-services]] so future attached services slot in cleanly
- Backfill `parent: grafana` on existing `grafana-sidecar` entry

## Version drift protection

1. `flake.lock` update bumps nixpkgs redis → `assert` in `default.nix` breaks `nix-build`
2. Developer updates `version` in `default.nix` → prek's `container-version-check` demands matching `service-versions.yaml` update
3. Both must agree before commit succeeds

## Test plan

- [ ] Build container from branch on ringtail (`mise run container-build-and-release authentik-redis`)
- [ ] Update kustomization `newTag` to branch-built image tag
- [ ] Sync authentik ArgoCD app from branch (`argocd app set authentik --revision localize-redis && argocd app sync authentik`)
- [ ] Verify Authentik login, session persistence, and task queue still work
- [ ] After merge: C0 follow-up to update `newTag` to the main-built image tag

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Reviewed-on: #309
2026-03-24 13:27:36 -07:00
..
+alerts-dashboard.feature.md Add Grafana alerts dashboard for mobile-friendly alert overview 2026-03-23 21:16:54 -07:00
+argocd-config-doc-review.doc.md Review ArgoCD config tutorial: fix sync policy, typo, add cross-references 2026-03-24 07:55:00 -07:00
+authentik-worker-concurrency.bugfix.md Fix authentik worker OOMKill: limit concurrency to 2 2026-03-23 21:05:16 -07:00
+doc-review-march-2026.doc.md Review 12 reference docs: fix stale image refs, expand stubs, add cross-refs 2026-03-23 09:51:57 -07:00
+fix-apps-outofsync.bugfix.md Fix ArgoCD apps app permanent OutOfSync 2026-03-22 20:42:37 -07:00
+frigate-0.17.1.infra.md Upgrade Frigate 0.17.0-rc2 → 0.17.1, add motion retention tier 2026-03-24 07:30:18 -07:00
.gitkeep Add towncrier changelog system (#86) 2026-02-03 11:48:13 -08:00
decommission-jobsync.infra.md Decommission JobSync service (#308) 2026-03-24 08:44:23 -07:00
localize-redis.infra.md Localize authentik-redis container (#309) 2026-03-24 13:27:36 -07:00
unify-container-workflows.infra.md Unify container build workflows (#306) 2026-03-23 20:55:50 -07:00
update-tooling-deps-2026-03.infra.md Update tooling dependencies (March 2026) (#307) 2026-03-24 08:11:46 -07:00
upgrade-ntfy-v2.19.2.infra.md Upgrade ntfy v2.17.0 → v2.19.2 (#305) 2026-03-23 10:32:06 -07:00
upgrade-tailscale-operator-1.96.3.infra.md Revert Tailscale operator to v1.94.2 — images not yet published 2026-03-22 19:41:40 -07:00