Merge pull request #33850 from backstage/rugvip/remove-bare-catch-rethrow

bitbucket, kubernetes: remove bare catch-and-rethrow blocks
This commit is contained in:
Patrik Oldsberg
2026-04-13 09:07:25 +02:00
committed by GitHub
4 changed files with 18 additions and 25 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-scaffolder-backend-module-bitbucket-server': patch
'@backstage/plugin-scaffolder-backend-module-bitbucket-cloud': patch
'@backstage/plugin-kubernetes-backend': patch
---
Removed bare catch-and-rethrow blocks that served no purpose.