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 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index 6261a05..e21e727 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.1 \ No newline at end of file +1.4.0 \ No newline at end of file -- 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 'VERSION') 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