Skip to content

Commit 7e7f26b

Browse files
committed
chore(deps): bump tekton plugin version
This PR bumps the Tekton plugin version. It also includes the translation resources to RHDH. Signed-off-by: Bryan Ramos <bramos@redhat.com>
1 parent 263ac50 commit 7e7f26b

File tree

3 files changed

+28
-352
lines changed

3 files changed

+28
-352
lines changed

dynamic-plugins.default.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,6 +1039,9 @@ plugins:
10391039
dynamicPlugins:
10401040
frontend:
10411041
backstage-community.plugin-tekton:
1042+
translationResources:
1043+
- importName: tektonTranslations
1044+
ref: tektonTranslationRef
10421045
mountPoints:
10431046
- mountPoint: entity.page.ci/cards
10441047
importName: TektonCI

dynamic-plugins/wrappers/backstage-community-plugin-tekton/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backstage-community-plugin-tekton",
3-
"version": "3.26.2",
3+
"version": "3.29.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -28,7 +28,7 @@
2828
"export-dynamic:clean": "run export-dynamic --clean"
2929
},
3030
"dependencies": {
31-
"@backstage-community/plugin-tekton": "3.26.2",
31+
"@backstage-community/plugin-tekton": "3.29.0",
3232
"@mui/material": "5.18.0"
3333
},
3434
"devDependencies": {

0 commit comments

Comments
 (0)