New:
- Linux Arm variant of Docker container.
0.3.0 - 2025-09-08
New:
- Rewrite the app in Kotlin (from Rust). Sorry (not sorry).
- The binary distribution (which now requires a JVM) supports scheduled sync with the
--cronoption. - Add
--timeoutoption /GITOUT_TIMEOUTenv var to control limit on git operations. Default is 10 minutes.
Changed:
- The
CRON,HEALTHCHECK_ID, andHEALTHCHECK_HOSTDocker container environment variables are now namedGITOUT_CRON,GITOUT_HC_ID, andGITOUT_HC_HOST, respectively. These will also be honored by the standalone binary.
0.2.0 - 2020-05-23
- New: Output will now only print repositories which have updates. A counter is included to display overall progress.
- Fix: Do not ping healthcheck if command fails in Docker container.
Initial release.