From e2207eff8e92a5b78590f27b568c5607cd644ef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 19 Nov 2024 09:56:14 +0100 Subject: [PATCH] Update .changeset/shy-teachers-count.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .changeset/shy-teachers-count.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/shy-teachers-count.md b/.changeset/shy-teachers-count.md index d8d892f9a5..7723fe377b 100644 --- a/.changeset/shy-teachers-count.md +++ b/.changeset/shy-teachers-count.md @@ -2,4 +2,4 @@ '@backstage/plugin-scaffolder-backend-module-gitlab': minor --- -Upgraded gitbeaker to ^41.2.0 +**BREAKING**: Upgraded the `gitbeaker` library to version 41. As part of this, the `scopes` parameter to the `gitlab:projectDeployToken:create` is no longer optional, so you will have to pass it a value (for example `['read_repository']`).