@backstage/plugin-kubernetes 0.5.6-next.0 → 0.5.8

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 +40 -1
  2. package/package.json +24 -21
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.5.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 1ed305728b: Bump `node-fetch` to version 2.6.7 and `cross-fetch` to version 3.1.5
8
+ - c77c5c7eb6: Added `backstage.role` to `package.json`
9
+ - Updated dependencies
10
+ - @backstage/core-components@0.8.9
11
+ - @backstage/core-plugin-api@0.6.1
12
+ - @backstage/plugin-catalog-react@0.6.15
13
+ - @backstage/catalog-model@0.10.0
14
+ - @backstage/config@0.1.14
15
+ - @backstage/theme@0.2.15
16
+ - @backstage/plugin-kubernetes-common@0.2.3
17
+
18
+ ## 0.5.7
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/core-components@0.8.8
24
+ - @backstage/plugin-catalog-react@0.6.14
25
+
26
+ ## 0.5.7-next.0
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies
31
+ - @backstage/core-components@0.8.8-next.0
32
+ - @backstage/plugin-catalog-react@0.6.14-next.0
33
+
34
+ ## 0.5.6
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies
39
+ - @backstage/core-components@0.8.7
40
+ - @backstage/plugin-catalog-react@0.6.13
41
+
3
42
  ## 0.5.6-next.0
4
43
 
5
44
  ### Patch Changes
@@ -89,7 +128,7 @@
89
128
  ## Backwards incompatible changes
90
129
 
91
130
  If your Kubernetes distribution does not have the [metrics server](https://github.com/kubernetes-sigs/metrics-server) installed,
92
- you will need to set the `skipMetricsLookup` config flag to `false`.
131
+ you will need to set the `skipMetricsLookup` config flag to `true`.
93
132
 
94
133
  See the [configuration docs](https://backstage.io/docs/features/kubernetes/configuration) for more details.
95
134
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes",
3
3
  "description": "A Backstage plugin that integrates towards Kubernetes",
4
- "version": "0.5.6-next.0",
4
+ "version": "0.5.8",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -10,6 +10,9 @@
10
10
  "main": "dist/index.esm.js",
11
11
  "types": "dist/index.d.ts"
12
12
  },
13
+ "backstage": {
14
+ "role": "frontend-plugin"
15
+ },
13
16
  "homepage": "https://backstage.io",
14
17
  "repository": {
15
18
  "type": "git",
@@ -21,23 +24,23 @@
21
24
  "kubernetes"
22
25
  ],
23
26
  "scripts": {
24
- "build": "backstage-cli plugin:build",
25
- "start": "backstage-cli plugin:serve",
26
- "lint": "backstage-cli lint",
27
- "test": "backstage-cli test",
27
+ "build": "backstage-cli package build",
28
+ "start": "backstage-cli package start",
29
+ "lint": "backstage-cli package lint",
30
+ "test": "backstage-cli package test",
28
31
  "diff": "backstage-cli plugin:diff",
29
- "prepack": "backstage-cli prepack",
30
- "postpack": "backstage-cli postpack",
31
- "clean": "backstage-cli clean"
32
+ "prepack": "backstage-cli package prepack",
33
+ "postpack": "backstage-cli package postpack",
34
+ "clean": "backstage-cli package clean"
32
35
  },
33
36
  "dependencies": {
34
- "@backstage/catalog-model": "^0.9.10",
35
- "@backstage/config": "^0.1.13",
36
- "@backstage/core-components": "^0.8.7-next.0",
37
- "@backstage/core-plugin-api": "^0.6.0",
38
- "@backstage/plugin-catalog-react": "^0.6.13-next.0",
39
- "@backstage/plugin-kubernetes-common": "^0.2.2",
40
- "@backstage/theme": "^0.2.14",
37
+ "@backstage/catalog-model": "^0.10.0",
38
+ "@backstage/config": "^0.1.14",
39
+ "@backstage/core-components": "^0.8.9",
40
+ "@backstage/core-plugin-api": "^0.6.1",
41
+ "@backstage/plugin-catalog-react": "^0.6.15",
42
+ "@backstage/plugin-kubernetes-common": "^0.2.3",
43
+ "@backstage/theme": "^0.2.15",
41
44
  "@kubernetes/client-node": "^0.16.0",
42
45
  "@material-ui/core": "^4.12.2",
43
46
  "@material-ui/icons": "^4.9.1",
@@ -53,21 +56,21 @@
53
56
  "react": "^16.13.1 || ^17.0.0"
54
57
  },
55
58
  "devDependencies": {
56
- "@backstage/cli": "^0.13.1-next.0",
57
- "@backstage/core-app-api": "^0.5.1",
58
- "@backstage/dev-utils": "^0.2.20-next.0",
59
- "@backstage/test-utils": "^0.2.3",
59
+ "@backstage/cli": "^0.14.0",
60
+ "@backstage/core-app-api": "^0.5.3",
61
+ "@backstage/dev-utils": "^0.2.22",
62
+ "@backstage/test-utils": "^0.2.5",
60
63
  "@testing-library/jest-dom": "^5.10.1",
61
64
  "@testing-library/react": "^11.2.5",
62
65
  "@testing-library/react-hooks": "^7.0.2",
63
66
  "@testing-library/user-event": "^13.1.8",
64
67
  "@types/jest": "^26.0.7",
65
68
  "@types/node": "^14.14.32",
66
- "cross-fetch": "^3.0.6",
69
+ "cross-fetch": "^3.1.5",
67
70
  "msw": "^0.35.0"
68
71
  },
69
72
  "files": [
70
73
  "dist"
71
74
  ],
72
- "gitHead": "a28838ac5c80c7332caa6ca0569d2ec85151784f"
75
+ "gitHead": "4805c3d13ce9bfc369e53c271b1b95e722b3b4dc"
73
76
  }