aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Scholten2025-10-27 07:53:05 +1000
committerSam Scholten2025-10-27 07:53:05 +1000
commita827a2c9b84474e023050b54aae192819fabb552 (patch)
tree6e7dee58d34345925aec1da239f0d6b363edcb95
parentf57913b709828027ef3435a83477fb038e5c7a0e (diff)
downloaddrestic-a827a2c9b84474e023050b54aae192819fabb552.tar.gz
drestic-a827a2c9b84474e023050b54aae192819fabb552.zip
Release v1.4.1: Critical bugfix for update mechanismv1.4.1
- 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
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
2 files changed, 8 insertions, 1 deletions
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 <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)
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