From 0986a4b501f6da75f9c4ab617e44c0e82b8e83dd Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Thu, 16 Feb 2023 13:30:07 +0100 Subject: [PATCH] add changelog --- changelog/unreleased/configure-bundles.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/configure-bundles.md diff --git a/changelog/unreleased/configure-bundles.md b/changelog/unreleased/configure-bundles.md new file mode 100644 index 000000000..c69b9845e --- /dev/null +++ b/changelog/unreleased/configure-bundles.md @@ -0,0 +1,5 @@ +Enhancement: Make the settings bundles part of the service config + +We added the settings bundles to the config. The default roles are still unchanged. You can now override the defaults by replacing the whole bundles list via the yaml config files. An example can be found in the Service Configuration documentation. + +https://github.com/owncloud/ocis/pull/5589