You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/changelog.md
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,33 @@ title: Release Notes
5
5
weight: 8
6
6
---
7
7
8
+
# v0.31.0 (2025-05-26)
9
+
10
+
## 🍸 Spring Bank Holiday release 🌞
11
+
12
+
This release includes several long-awaited improvements.
13
+
14
+
### Improvements:
15
+
- Add support for the new Restic flag `exclude-cloud-files` introduced in version 0.18.0 (Windows only).
16
+
- Include missing `run-*` and `send-*` targets in all commands (previously missing in `check` and `copy` commands).
17
+
- Send Restic version as a new Prometheus metric.
18
+
- Support `.yml` files when searching for configuration files (previously only `.yaml` was considered).
19
+
20
+
### Bug fixes:
21
+
- Ignore missing drop-in files to prevent creating an empty systemd schedule.
22
+
23
+
24
+
## Changelog
25
+
*[Add missing run-* and send-* to all command sections (#504)](https://github.com/creativeprojects/resticprofile/commit/f7566acc7d87e8f099a3e7ef5b535611c75a04f9)
26
+
*[add support for windows only flag exclude-cloud-files (#500)](https://github.com/creativeprojects/resticprofile/commit/88fcedbd7c4b72eee9b0dcfe23236e8d992ea4a6)
27
+
*[add support for yml extension when searching for configuration file (#506)](https://github.com/creativeprojects/resticprofile/commit/81a6e45f50e3c2196ff4e62e85bfb61e0e5816a0)
28
+
*[add version of restic to the Prometheus metrics (#495)](https://github.com/creativeprojects/resticprofile/commit/43b6c849331aa4b0e1126df57d556e5ba642f1fc)
0 commit comments