Skip to content

Commit b4ee925

Browse files
chore(deps): bump tekton plugin version (#3561)
Co-authored-by: Christoph Jerolimov <[email protected]>
1 parent bd39d0d commit b4ee925

File tree

4 files changed

+49
-149
lines changed

4 files changed

+49
-149
lines changed

catalog-entities/marketplace/packages/backstage-community-plugin-tekton.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
spec:
1919
packageName: "@backstage-community/plugin-tekton"
2020
dynamicArtifact: ./dynamic-plugins/dist/backstage-community-plugin-tekton
21-
version: 3.26.2
21+
version: 3.29.0
2222
backstage:
2323
role: frontend-plugin
2424
supportedVersions: 1.42.5

dynamic-plugins.default.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,6 +1066,9 @@ plugins:
10661066
dynamicPlugins:
10671067
frontend:
10681068
backstage-community.plugin-tekton:
1069+
translationResources:
1070+
- importName: tektonTranslations
1071+
ref: tektonTranslationRef
10691072
mountPoints:
10701073
- mountPoint: entity.page.ci/cards
10711074
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)