Skip to content

Releases: alrayyes/backup-git-repos

v1.4.2

Choose a tag to compare

@github-actions github-actions released this 21 Aug 17:44
b65b62f

1.4.2 (2026-08-21)

Bug Fixes

  • bump the pinned apk git version, alpine 3.24.1 dropped 2.49.1-r0 (#76) (6f87794), closes #75

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 16:59
27a0df3

1.4.0 (2026-08-18)

Features

  • add --dry-run to run to preview what a backup would do (#60) (7c332c2), closes #50
  • default --config to the XDG config path when not passed (#56) (a3c4f45), closes #47
  • skip Forgejo repositories that mirror an external upstream (#59) (6e0b67b), closes #49

Bug Fixes

  • create a repo's destination directory tree before mirroring it (#53) (05b69e4), closes #48
  • fail listing when a classic GitHub token lacks the repo scope (#55) (907dfd7), closes #51

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 09:26
57bb2be

1.3.0 (2026-08-18)

Features

  • publish a multi-arch container image to GHCR on release (#43) (5bed29b)

Bug Fixes

  • run the container image as non-root, lint it with hadolint (#45) (51e7d68)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 08:41
700bd7e

1.2.0 (2026-08-18)

Features

  • add a progress bar and --verbose logging to run (#41) (0c9b0f3), closes #28
  • add config init to write a starter config file (#39) (87ed249), closes #26
  • support a literal token alongside token_env in the config (#40) (767753a), closes #27

Bug Fixes

  • ci: give the nightly GitLab test suite a 35m timeout (#24) (540c2a4), closes #23
  • ci: run disk cleanup before Set up Go in nightly GitLab job (#19) (4421ac8)
  • default concurrency to GOMAXPROCS, not 1 (#36) (5bbed06), closes #31
  • deps: bump github.com/stretchr/testify from 1.11.1 to 1.12.0 (#16) (f49bc3d)
  • don't persist a git mirror for archived repos that get archived (#38) (4cdd936), closes #30
  • expand ~ in --dest, --archive-dir, and config dest (#35) (594e727), closes #29
  • test: stop archive test git helpers from leaking hook env into temp repos (#34) (1707230), closes #33

Performance Improvements

  • test: disable exporters and unused GitLab CE subsystems in nightly fixture (#22) (079f5eb)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 15:22
2ebe81b

1.1.0 (2026-08-16)

Features

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 09:13
978571a

1.0.0 (2026-08-15)

Features