From b996f0117d5982fcadce1f3e8efee98bd07435ac Mon Sep 17 00:00:00 2001 From: kobergj Date: Mon, 24 Jun 2024 09:20:07 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 796ff4c396..6df76b4e70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ The following sections list the changes for unreleased. ## Summary * Bugfix - Fix sharing-ng permission listings for personal and virtual drive items: [#9438](https://github.com/owncloud/ocis/pull/9438) +* Enhancement - Add fail flag to consistency check: [#9447](https://github.com/owncloud/ocis/pull/9447) ## Details @@ -59,6 +60,15 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/8922 https://github.com/owncloud/ocis/pull/9438 +* Enhancement - Add fail flag to consistency check: [#9447](https://github.com/owncloud/ocis/pull/9447) + + We added a `--fail` flag to the `ocis backup consistency` command. If set to + true, the command will return a non-zero exit code if any inconsistencies are + found. This allows you to use the command in scripts and CI/CD pipelines to + ensure that backups are consistent. + + https://github.com/owncloud/ocis/pull/9447 + # Changelog for [6.0.0] (2024-06-19) The following sections list the changes for 6.0.0.