4.0.0
Important
Renamarr 4.0.0 now runs hourly by default
Enabled Renamarr jobs now run immediately at startup and repeat every hour by default.
Each Sonarr or Radarr instance supports a configurable schedule:
renamarr:
enabled: true
schedule:
enabled: true
interval: # every 6 hours
days: 0
hours: 6
minutes: 0To run Renamarr once—such as when using cron or another external scheduler—explicitly disable scheduling for every applicable service:
renamarr:
enabled: true
schedule:
enabled: falserenamarr.hourly_joboption remains available, but is now deprecated- A warning message is logged; please update to the new
renamarr.schedule.enabledconfiguration as it will be removed in a later release
- A warning message is logged; please update to the new
renamarr.schedule.enabledalways takes precedence overrenamarr.hourly_job- Schedule intervals may combine days, hours, and minutes, with a maximum interval of 30 days.
Thanks to @Paknsoks for contributing configurable scheduling in #295 (#295).
Other changes
- Added native Docker health reporting backed by an application heartbeat. #313
- Updated the provided Compose configurations to use a read-only root filesystem with a writable
/tmpmount for health reporting. - Fixed bug relating to Sonarr folder rename response parsing. #319
- Updated dependencies and CI tooling.
Caution
Sonarr Series Scanner maintenance mode
Sonarr Series Scanner will no longer receive enhancements or ongoing development. Critical bug fixes may be made. This feature will most likely be completely removed in a later release.
Full Changelog: 3.0.0...4.0.0