aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0533522..2523f92 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+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 <samsci@posteo.com> 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)
+ * 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 <samsci@posteo.com> 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