From 13ef7419d5ef87162a731f9a6110dc8d3c2dfbd9 Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Mon, 27 Oct 2025 07:34:47 +1000 Subject: Release v1.4.0: VPS-optimized integrity checks and critical bugfixes - Fix: Remove invalid --retry-lock flag from restic check (was failing all weekly checks) - Improve: Switch to metadata-only weekly checks (VPS-friendly, ~50MB vs 500MB+ RAM) - Add: Comprehensive manual check documentation with resource guidelines - Add: Multi-machine check strategy for resource-constrained environments - Improve: Brutalist README - concise and action-oriented --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 0533522..0224839 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +drestic (1.4.0) stable; urgency=medium + + * Fixed: Removed invalid --retry-lock flag from restic check command (was causing all weekly checks to fail) + * Improved: Weekly integrity checks now use metadata-only strategy (VPS-optimized, ~50MB RAM vs 500MB+) + * Added: Comprehensive manual check documentation with resource usage guidelines + * Added: Multi-machine check strategy documentation for resource-constrained VPS environments + * Improved: Brutalist README - concise and action-oriented documentation + + -- Sam Mon, 27 Oct 2025 07:00:00 +1000 drestic (1.2.3) stable; urgency=medium * Fixed: Replaced unsupported --lock-retry-after and --lock-stale-timeout flags with --retry-lock for restic 0.18.1 compatibility -- cgit v1.2.3 From a827a2c9b84474e023050b54aae192819fabb552 Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Mon, 27 Oct 2025 07:53:05 +1000 Subject: Release v1.4.1: Critical bugfix for update mechanism - Fix update.sh to properly replace service file placeholders - Ensures 'make update' works correctly for upgrading installations - Critical for users upgrading from broken weekly checks --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 0224839..2523f92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +drestic (1.4.1) stable; urgency=high + + * Fixed: update.sh now properly replaces service file placeholders (was causing '/path/to/be/replaced' execution errors) + * Fixed: update.sh now correctly sets RESTIC_ENV_FILE environment variable in service files + * This critical fix ensures 'make update' actually works for upgrading existing installations + + -- Sam Mon, 27 Oct 2025 07:55:00 +1000 drestic (1.4.0) stable; urgency=medium * Fixed: Removed invalid --retry-lock flag from restic check command (was causing all weekly checks to fail) diff --git a/VERSION b/VERSION index e21e727..13175fd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.0 \ No newline at end of file +1.4.1 \ No newline at end of file -- cgit v1.2.3