docs: add changeset files

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-02-27 14:23:41 +01:00
committed by blam
parent 4b64d8556e
commit aa543c9e72
4 changed files with 21 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-scaffolder-backend': minor
---
Migrate plugin to use the new auth services.
**BREAKING**: Add a required service discovery to the router options and remove the optional identity from it. Also change the permissions type to be `PermissionsService`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-node': patch
---
Update task secrets and context types to contain the new auth initiator credentials.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Update scaffolder template to pass the discovery service to the create router and remove the identity option.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-node-test-utils': patch
---
Add an initiator credentials getter to the default mocked context.