Upgrade Transmission to 4.1.1 #282
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/transmission-review"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Context
Service review found Transmission two minor versions behind (4.0.6 → 4.1.1). Alpine 3.22 only packages 4.0.6, so transmission is installed from edge's community repo with an exact version pin.
4.1.0 added improved µTP performance, IPv6/dual-stack UDP tracker, JSON-RPC 2.0 API. 4.1.1 is a bugfix release (20+ fixes).
Dagger test build passed locally.
Deployment and Testing
mise run container-build-and-release transmission)argocd app set torrent --revision feature/transmission-review && argocd app sync torrentargocd app set torrent --revision main && argocd app sync torrentNote
The transmission-exporter sidecar (OOMKilling every ~30min, 294 restarts) is being tracked separately as a future replacement project.