@backstage-community/plugin-tekton-react 0.8.0 → 0.9.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @backstage-community/plugin-tekton-react
2
2
 
3
+ ## 0.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 8ff1dd1: Added an extension `if` predicate so the Tekton entity tab is only shown when the user is authorized for `kubernetes.clusters.read` and `kubernetes.resources.read`.
8
+ - d0f4c91: Backstage version bump to v1.54.7
9
+
10
+ ## 0.9.0
11
+
12
+ ### Minor Changes
13
+
14
+ - 77c4615: Backstage version bump to v1.54.5
15
+ Added New Frontend System development entrypoints and e2e coverage for both NFS and legacy.
16
+
3
17
  ## 0.8.0
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-tekton-react",
3
- "version": "0.8.0",
3
+ "version": "0.9.1",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Web library for the tekton plugin",
6
6
  "main": "dist/index.esm.js",
@@ -41,7 +41,7 @@
41
41
  "react": "^16.13.1 || ^17.0.0 || ^18.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@backstage/cli": "^0.36.3",
44
+ "@backstage/cli": "^0.36.5",
45
45
  "@testing-library/jest-dom": "^6.0.0",
46
46
  "react": "^16.13.1 || ^17.0.0 || ^18.0.0"
47
47
  },