- A new component `batou_ext.mail.Mailpit` has been added.
Mailpit is an alternative for Mailhog which is not maintained anymore.
- fix a mysterious regression that cause a test to fail
- redis.Redis: Allow to set provide name
* The `SymlinkAndCleanup` internally uses the `DeploymentTrash` component internally which
deletes old code using `systemd-tmpfiles` and throttles the operation with `IOReadIOPSMax`
and `IOWriteIOPSMax`.
This didn't have any effect before because these settings were wrongly placed in `[Unit]`
instead of `[Service]`.