From 0bad52dee03473e86c9c3c4a9272ab7a72453e32 Mon Sep 17 00:00:00 2001 From: Ismail Ibrahim Quwarah Date: Wed, 10 Jun 2026 19:36:38 +0200 Subject: [PATCH 1/2] update changelog after v0.16.0 release Signed-off-by: Ismail Ibrahim Quwarah (cherry picked from commit 7ad7bc3cfa6e31ff963091f43c59b391c7bc530e) --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed0a7a77..60ea9b9b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 0.16.0 + ### Changed - Restic updated to v0.18.1 @@ -431,7 +433,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support for rsync & rclone replication - Helm chart to deploy operator -[Unreleased]: https://github.com/backube/volsync/compare/release-0.15...HEAD +[Unreleased]: https://github.com/backube/volsync/compare/release-0.16...HEAD +[0.16.0]: https://github.com/backube/volsync/compare/release-0.15...v0.16.0 [0.15.0]: https://github.com/backube/volsync/compare/release-0.14...v0.15.0 [0.14.0]: https://github.com/backube/volsync/compare/release-0.13...v0.14.0 [0.13.1]: https://github.com/backube/volsync/compare/release-0.13.0...v0.13.1 From 63ad2007680a8fcd56fa819b350eb871d49b0f91 Mon Sep 17 00:00:00 2001 From: Ismail Ibrahim Quwarah Date: Wed, 24 Jun 2026 22:08:45 +0200 Subject: [PATCH 2/2] update changelog - restic fix Signed-off-by: Ismail Ibrahim Quwarah (cherry picked from commit 82bf7f048bad3ad25c6c5b16c2991707e9468c3a) --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60ea9b9b2..f50b180e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## 0.16.0 +### Fixed + +- Restic optional env vars - only set in job if key exists in secret + +## [0.16.0] ### Changed @@ -31,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - rsync-tls sets ciphers per OpenShift TLS profile compliance - Controller metrics endpoint checks central OpenShift TLS profile -## 0.15.0 +## [0.15.0] ### Changed