@backstage-community/plugin-tekton 3.33.2 → 3.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  ### Dependencies
2
2
 
3
+ ## 3.34.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5ac7a59: Backstage version bump to v1.46.2
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [5ac7a59]
12
+ - @backstage-community/plugin-tekton-common@1.17.0
13
+ - @backstage-community/plugin-tekton-react@0.2.0
14
+
3
15
  ## 3.33.2
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -226,7 +226,7 @@ annotations:
226
226
 
227
227
  ```
228
228
 
229
- results.name: `LINK_T0_SBOM`
229
+ results.name: `LINK_TO_SBOM`
230
230
 
231
231
  results.value: `<sbom-viewer-url>`
232
232
 
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
3
3
  import { Entity } from '@backstage/catalog-model';
4
- import * as _backstage_core_plugin_api_alpha from '@backstage/core-plugin-api/alpha';
4
+ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
5
5
 
6
6
  /**
7
7
  * A Tekton plugin.
@@ -33,7 +33,7 @@ declare const isTektonCIAvailable: (entity: Entity) => boolean;
33
33
  * Tekton translation reference.
34
34
  * @public
35
35
  */
36
- declare const tektonTranslationRef: _backstage_core_plugin_api_alpha.TranslationRef<"tekton", {
36
+ declare const tektonTranslationRef: _backstage_frontend_plugin_api.TranslationRef<"tekton", {
37
37
  readonly "errorPanel.title": "There was a problem retrieving Kubernetes objects";
38
38
  readonly "errorPanel.description": "There was a problem retrieving some Kubernetes resources for the entity: {{entityName}}. This could mean that the Error Reporting card is not completely accurate.";
39
39
  readonly "permissionAlert.title": "Permission required";
@@ -109,6 +109,6 @@ declare const tektonTranslationRef: _backstage_core_plugin_api_alpha.Translation
109
109
  * The translation resource for the Tekton plugin
110
110
  * @public
111
111
  */
112
- declare const tektonTranslations: _backstage_core_plugin_api_alpha.TranslationResource<"tekton">;
112
+ declare const tektonTranslations: _backstage_frontend_plugin_api.TranslationResource<"tekton">;
113
113
 
114
114
  export { TektonCI, isTektonCIAvailable, tektonPlugin, tektonTranslationRef, tektonTranslations };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-tekton",
3
- "version": "3.33.2",
3
+ "version": "3.34.0",
4
4
  "main": "./dist/index.esm.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -60,18 +60,18 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@aonic-ui/pipelines": "^3.1.0",
63
- "@backstage-community/plugin-tekton-common": "^1.16.0",
64
- "@backstage-community/plugin-tekton-react": "^0.1.2",
63
+ "@backstage-community/plugin-tekton-common": "^1.17.0",
64
+ "@backstage-community/plugin-tekton-react": "^0.2.0",
65
65
  "@backstage/catalog-model": "^1.7.6",
66
- "@backstage/core-components": "^0.18.3",
67
- "@backstage/core-plugin-api": "^1.12.0",
68
- "@backstage/frontend-plugin-api": "^0.13.1",
69
- "@backstage/plugin-catalog-react": "^1.21.3",
70
- "@backstage/plugin-kubernetes-common": "^0.9.8",
71
- "@backstage/plugin-kubernetes-react": "^0.5.13",
72
- "@backstage/plugin-permission-react": "^0.4.38",
73
- "@backstage/theme": "^0.7.0",
74
- "@backstage/ui": "^0.9.1",
66
+ "@backstage/core-components": "^0.18.4",
67
+ "@backstage/core-plugin-api": "^1.12.1",
68
+ "@backstage/frontend-plugin-api": "^0.13.2",
69
+ "@backstage/plugin-catalog-react": "^1.21.4",
70
+ "@backstage/plugin-kubernetes-common": "^0.9.9",
71
+ "@backstage/plugin-kubernetes-react": "^0.5.14",
72
+ "@backstage/plugin-permission-react": "^0.4.39",
73
+ "@backstage/theme": "^0.7.1",
74
+ "@backstage/ui": "^0.10.0",
75
75
  "@kubernetes/client-node": "1.4.0",
76
76
  "@material-ui/core": "^4.9.13",
77
77
  "@material-ui/icons": "^4.11.3",
@@ -95,9 +95,9 @@
95
95
  },
96
96
  "devDependencies": {
97
97
  "@axe-core/playwright": "^4.11.0",
98
- "@backstage/cli": "^0.34.5",
99
- "@backstage/dev-utils": "^1.1.17",
100
- "@backstage/test-utils": "^1.7.13",
98
+ "@backstage/cli": "^0.35.1",
99
+ "@backstage/dev-utils": "^1.1.18",
100
+ "@backstage/test-utils": "^1.7.14",
101
101
  "@playwright/test": "^1.57.0",
102
102
  "@testing-library/jest-dom": "6.9.1",
103
103
  "@testing-library/react": "14.3.1",