@backstage-community/plugin-tekton 3.20.0 → 3.21.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,22 @@
1
1
  ### Dependencies
2
2
 
3
+ ## 3.21.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d5a2be5: Update Kubernetes plugin dependencies
8
+
9
+ ### Patch Changes
10
+
11
+ - a8e2f2c: Updated dependency `@material-ui/lab` to `4.0.0-alpha.61`.
12
+ Updated dependency `@mui/icons-material` to `5.16.14`.
13
+ Updated dependency `@mui/material` to `5.16.14`.
14
+ Updated dependency `@mui/styles` to `5.16.14`.
15
+ Updated dependency `@mui/x-charts` to `6.19.8`.
16
+ Updated dependency `@mui/lab` to `5.0.0-alpha.175`.
17
+ - Updated dependencies [d5a2be5]
18
+ - @backstage-community/plugin-tekton-common@1.7.0
19
+
3
20
  ## 3.20.0
4
21
 
5
22
  ### Minor Changes
package/README.md CHANGED
@@ -144,7 +144,7 @@ The Tekton plugin enables you to visualize the `PipelineRun` resources available
144
144
 
145
145
  If you are using permissions, please ensure that the following Kubernetes permissions are enabled:
146
146
 
147
- - `kubernetes.clusters.read `
147
+ - `kubernetes.clusters.read`
148
148
  - `kubernetes.resources.read`
149
149
 
150
150
  Read [the documentation](https://github.com/backstage/backstage/blob/master/docs/features/kubernetes/permissions.md) for more info on these permissions.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-tekton",
3
- "version": "3.20.0",
3
+ "version": "3.21.0",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "backstage": {
13
13
  "role": "frontend-plugin",
14
- "supported-versions": "1.35.0",
14
+ "supported-versions": "1.36.0",
15
15
  "pluginId": "tekton",
16
16
  "pluginPackage": "@backstage-community/plugin-tekton",
17
17
  "pluginPackages": [
@@ -35,14 +35,14 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@aonic-ui/pipelines": "^3.1.0",
38
- "@backstage-community/plugin-tekton-common": "^1.6.0",
38
+ "@backstage-community/plugin-tekton-common": "^1.7.0",
39
39
  "@backstage/catalog-model": "^1.7.3",
40
40
  "@backstage/core-components": "^0.16.3",
41
41
  "@backstage/core-plugin-api": "^1.10.3",
42
42
  "@backstage/plugin-catalog-react": "^1.15.1",
43
- "@backstage/plugin-kubernetes": "^0.12.3",
44
- "@backstage/plugin-kubernetes-common": "^0.9.2",
45
- "@backstage/plugin-kubernetes-react": "^0.5.3",
43
+ "@backstage/plugin-kubernetes": "^0.12.4",
44
+ "@backstage/plugin-kubernetes-common": "^0.9.3",
45
+ "@backstage/plugin-kubernetes-react": "^0.5.4",
46
46
  "@backstage/plugin-permission-react": "^0.4.30",
47
47
  "@backstage/theme": "^0.6.3",
48
48
  "@janus-idp/shared-react": "^2.16.0",
@@ -50,7 +50,7 @@
50
50
  "@material-ui/core": "^4.9.13",
51
51
  "@material-ui/icons": "^4.11.3",
52
52
  "@material-ui/lab": "^4.0.0-alpha.45",
53
- "@mui/icons-material": "5.15.17",
53
+ "@mui/icons-material": "5.16.14",
54
54
  "@patternfly/patternfly": "^6.0.0",
55
55
  "@patternfly/react-charts": "^7.1.1",
56
56
  "@patternfly/react-core": "^6.0.0",