Remove bare catch-and-rethrow blocks in bitbucket and kubernetes plugins

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-04-13 00:35:42 +02:00
parent 774e641e45
commit ed6b53cf83
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.