• v0.2.4 6d2cde76e2

    v0.2.4 Stable

    WiggleWizard released this 2025-12-14 07:37:59 -05:00 | 1 commits to master since this release

    Fixes

    • Repliqate now picks up changes on the fly without needing to be restarted on newer Docker versions.
  • v0.2.3 8be3fe052e

    v0.2.3 Stable

    WiggleWizard released this 2025-12-12 12:47:40 -05:00 | 5 commits to master since this release

    Fixes

    • Startup crash
  • v0.2.2 71c7ca4cf7

    v0.2.2 Stable

    WiggleWizard released this 2025-12-12 10:19:04 -05:00 | 6 commits to master since this release

    Added

    • More logging and ability to adjust log verbosity via the LOG_LEVEL environment variable.
  • v0.2.1 9929506dab

    v0.2.1 Stable

    WiggleWizard released this 2025-09-09 16:44:59 -04:00 | 9 commits to master since this release

    Fixed

    • Containers now start back up properly even after a job crash.
    • Incorrectly parsed policy strings are now handled gracefully.
  • v0.2.0 dc9d8ca471

    v0.2.0 Stable

    WiggleWizard released this 2025-09-04 11:55:56 -04:00 | 15 commits to master since this release

    Added

    • Retention policy implementation.
    • New Restic tests for common tasks.

    Changed

    • Readme updated for retention.
    • Refactored JSON parsing in Restic CLI wrapper for more flexible response handling.
    • Forced Restic to use absolute paths to avoid dev-time issues.

    Fixed

    • Restic CLI wrapper fixes.
    • Fixed Restic tests.
  • v0.1.3 14cfbfa61d

    v0.1.3 Pre-release

    WiggleWizard released this 2025-08-30 20:43:26 -04:00 | 32 commits to master since this release

    Added

    • Ability to push Docker Hub description directly from repo.
    • Logger now outputs both date and time.
    • More detailed logging around backup scenarios and volume handling.

    Changed

    • Progress now shows true percentage instead of normalized value.
    • README updated to use .../volumes (standard Docker path).
    • Next backup time now shows in local time instead of UTC.
    • Volume exclusion now works via volume labels. (Closes #2)

    Fixed

    • All volumes per container are now backing up correctly. (Fixes #12)
    • Backup handling improved with failsafe for already stopped containers.
    • Fixed issues around certain volume-related scenarios. (Closes #10)
    • Corrected output of date and time in logs.
    • Other minor fixes (#3, #9).
  • v0.1.2 757ae9d1b3

    v0.1.2 Pre-release

    WiggleWizard released this 2025-08-28 20:56:43 -04:00 | 43 commits to master since this release

    Added the ability to name exclude volumes from being backed up

  • v0.1.1 73ed262f86

    v0.1.1 Pre-release

    WiggleWizard released this 2025-08-28 07:00:28 -04:00 | 47 commits to master since this release

    Initial release