Miniflux 2.2.19 + container.py migration + ty typechecker #331

Merged
eblume merged 4 commits from miniflux-upgrade-and-ty into main 2026-04-12 08:54:33 -07:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 2787aacf45 - Show all commits

Split changelog into infra and feature fragments

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Erich Blume 2026-04-12 08:54:06 -07:00

View file

@ -0,0 +1 @@
Add `ty` (Astral) Python typechecker to prek hooks, configured for Dagger SDK and container.py modules. Add `type: mise` to service-versions.yaml for tracking development tool versions (dagger, ansible-core, prek, pulumi, ty) through the standard service review process.

View file

@ -1 +1 @@
Upgrade miniflux to 2.2.19 with native Dagger container.py build (second container migrated from Dockerfile). Add `ty` Python typechecker to prek hooks. Pin all mise.toml tool versions and track them as `type: mise` in service-versions.yaml. Refactor `alpine_runtime()` to support existing users via `create_user=False`. Upgrade miniflux from 2.2.17 to 2.2.19 and migrate from Dockerfile to native Dagger container.py build (second container after navidrome). Refactor `alpine_runtime()` with `create_user` parameter to support Alpine's built-in nobody user. Pin all mise.toml tool versions to explicit versions instead of "latest".