Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
[v1.3.2] - 2025-05-09
Fixed
-
Removes dependency to GLIBC altogether (#30)
- this previously existing dependency prevented running the backup-watcher on Ubuntu 20.x systems
Removed
- the backup-watcher no longer includes BTRFS C header files
Security
- the binary compiles now to the current Go version 1.24.3 which includes some security fixes as per release notes
[v1.3.1] - 2024-09-26
Fixed
- Fixed several CVEs
[v1.3.0] - 2022-06-15
Changed
- Changed the logging endpoint from syslog to a dedicated logfile
/var/log/backup-watcher.log
(#26) -
Update cesapp dependency to version
5.0.1
(#26)Added
- Rotate log if it exceeds 50MB (#26)
[v1.2.0] - 2021-04-08
Added
-
Synchronize retention policies provided by the cesapp into the etcd (#24)
- Requires cesapp v2.31.0
Changed
- Switch from go dep to go mod
- Upgrade to makefiles 4.4.0
[v1.1.0] - 2020-01-10
Added
- Enable restic caching by passing HOME env variable to cesapp