From 83dc6e47853bce9b4bd8acbb9ccec4fcdb297e08 Mon Sep 17 00:00:00 2001 From: Robert Bunning Date: Tue, 27 Dec 2022 10:18:20 -0500 Subject: [PATCH] Update version bump Changed plugin-adr's bump to minor and added breaking changes warning Signed-off-by: Robert Bunning --- .changeset/dull-taxis-carry.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.changeset/dull-taxis-carry.md b/.changeset/dull-taxis-carry.md index 3cc4bbdde3..1466f1246a 100644 --- a/.changeset/dull-taxis-carry.md +++ b/.changeset/dull-taxis-carry.md @@ -1,6 +1,8 @@ --- -'@backstage/plugin-adr': patch +'@backstage/plugin-adr': minor '@backstage/plugin-adr-backend': patch --- The ADR plugin can now work with sites other than GitHub. Expanded the ADR backend plugin to provide endpoints to facilitate this. + +**BREAKING** The ADR plugin now uses UrlReaders. You will have to [configure integrations](https://backstage.io/docs/integrations/index#configuration) for all sites you want to get ADRs from. If you would like to create your own implementation that has different behavior, you can override the AdrApi [just like you can with other apis.](https://backstage.io/docs/api/utility-apis#app-apis) The previously used Octokit implementation has been completely removed.