From 6694e79ab396af9e3cd38a2e8f774f191421f91c Mon Sep 17 00:00:00 2001 From: Philipp Hugenroth Date: Wed, 9 Aug 2023 17:13:44 +0200 Subject: [PATCH] Add changesets Signed-off-by: Philipp Hugenroth --- .changeset/tiny-squids-accept.md | 5 +++++ .changeset/tiny-squids-deny.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changeset/tiny-squids-accept.md create mode 100644 .changeset/tiny-squids-deny.md diff --git a/.changeset/tiny-squids-accept.md b/.changeset/tiny-squids-accept.md new file mode 100644 index 0000000000..bbf0498f44 --- /dev/null +++ b/.changeset/tiny-squids-accept.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-search-backend-module-techdocs': minor +--- + +**BREAKING:** Moved `schedule` & `collators` settings from module options into app-config for the new backend system. You can now pass in a `TaskScheduleDefinitionConfig` through the `search.techdocs.schedule` configuration key & configure the `TechDocsCollatorFactory` with the key `search.techdocs.collators`. diff --git a/.changeset/tiny-squids-deny.md b/.changeset/tiny-squids-deny.md new file mode 100644 index 0000000000..09da08cc42 --- /dev/null +++ b/.changeset/tiny-squids-deny.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-search-backend-module-explore': minor +--- + +**BREAKING:** Moved `schedule` from module options into app-config for the new backend system. You can now pass in a `TaskScheduleDefinitionConfig` through the `search.explore.schedule` configuration key.