Skip to content

Commit 77b1f30

Browse files
docs: add release notes version 0.31.0
1 parent 81a6e45 commit 77b1f30

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

docs/content/changelog.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ title: Release Notes
55
weight: 8
66
---
77

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)
29+
* [fix: remove duplicated field](https://github.com/creativeprojects/resticprofile/commit/763a2cdf83c9cd644de4cd275bbaab8c5c4f62b5)
30+
* [ignore missing drop-in files to avoid creating an empty configuration (#502)](https://github.com/creativeprojects/resticprofile/commit/c3add93ec2debf6e430c9588dc9096ed3c82d936)
31+
* [replace deprecated sonar scan action (#503)](https://github.com/creativeprojects/resticprofile/commit/8fd3ddbdfdd0798bdd410909c93dfeaf854dc539)
32+
33+
34+
835
# v0.30.1 (2025-05-05)
936

1037
## 🐛 Bug fix release 🐞

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626

2727
// These fields are populated by the goreleaser build
2828
var (
29-
version = "0.31.0-dev"
29+
version = "0.32.0-dev"
3030
commit = ""
3131
date = ""
3232
builtBy = ""

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sonar.organization=creativeprojects
22
sonar.projectKey=creativeprojects_resticprofile
33
sonar.projectName=resticprofile
4-
sonar.projectVersion=0.31.0
4+
sonar.projectVersion=0.32.0
55

66
sonar.sources=.
77
sonar.exclusions=**/*_test.go,/docs/**

0 commit comments

Comments
 (0)