From 4c3eea7788cf36b82736aff5fdd619fa265c6fab Mon Sep 17 00:00:00 2001 From: Filip Swiatczak Date: Thu, 23 Sep 2021 17:43:30 +0100 Subject: [PATCH] changeset added Signed-off-by: Filip Swiatczak --- .changeset/gold-wombats-shop.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .changeset/gold-wombats-shop.md diff --git a/.changeset/gold-wombats-shop.md b/.changeset/gold-wombats-shop.md new file mode 100644 index 0000000000..6ce067da94 --- /dev/null +++ b/.changeset/gold-wombats-shop.md @@ -0,0 +1,12 @@ +--- +'@backstage/core-app-api': patch +'@backstage/core-plugin-api': patch +'@backstage/plugin-auth-backend': patch +'@backstage/plugin-user-settings': patch +--- + +Bitbucket Cloud authentication - based on the existing github authentication + changes around BB apis and updated scope. + +- BitbucketAuth added to core-app-api. +- Bitbucket provider added to plugin-auth-backend. +- Cosmetic entry for Bitbucket connection in user-settings Authentication Providers tab.