@backstage/plugin-kubernetes-react 0.0.0-nightly-20231121021721 → 0.0.0-nightly-20231122021643
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 +18 -4
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,29 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes-react
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20231122021643
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- b5ae2e5a62d6: Add ID property to the table displaying kubernetes pods to avoid closing the info sidebar when the data reloads and needs to rerender.
|
|
8
8
|
- 706fc3a7e1e1: Updated dependency `@kubernetes/client-node` to `0.20.0`.
|
|
9
9
|
- Updated dependencies
|
|
10
|
-
- @backstage/core-plugin-api@0.0.0-nightly-
|
|
11
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
12
|
-
- @backstage/plugin-kubernetes-common@0.0.0-nightly-
|
|
10
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20231122021643
|
|
11
|
+
- @backstage/core-components@0.0.0-nightly-20231122021643
|
|
12
|
+
- @backstage/plugin-kubernetes-common@0.0.0-nightly-20231122021643
|
|
13
|
+
- @backstage/catalog-model@1.4.3
|
|
14
|
+
- @backstage/errors@1.2.3
|
|
15
|
+
- @backstage/types@1.1.1
|
|
16
|
+
|
|
17
|
+
## 0.1.2-next.0
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- b5ae2e5a62: Add ID property to the table displaying kubernetes pods to avoid closing the info sidebar when the data reloads and needs to rerender.
|
|
22
|
+
- 706fc3a7e1: Updated dependency `@kubernetes/client-node` to `0.20.0`.
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
- @backstage/core-plugin-api@1.8.1-next.0
|
|
25
|
+
- @backstage/core-components@0.13.9-next.0
|
|
26
|
+
- @backstage/plugin-kubernetes-common@0.7.2-next.0
|
|
13
27
|
- @backstage/catalog-model@1.4.3
|
|
14
28
|
- @backstage/errors@1.2.3
|
|
15
29
|
- @backstage/types@1.1.1
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-kubernetes-react",
|
|
3
3
|
"description": "Web library for the kubernetes-react plugin",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20231122021643",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@backstage/catalog-model": "^1.4.3",
|
|
28
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
29
|
-
"@backstage/core-plugin-api": "^0.0.0-nightly-
|
|
28
|
+
"@backstage/core-components": "^0.0.0-nightly-20231122021643",
|
|
29
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-20231122021643",
|
|
30
30
|
"@backstage/errors": "^1.2.3",
|
|
31
|
-
"@backstage/plugin-kubernetes-common": "^0.0.0-nightly-
|
|
31
|
+
"@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20231122021643",
|
|
32
32
|
"@backstage/types": "^1.1.1",
|
|
33
33
|
"@kubernetes-models/apimachinery": "^1.1.0",
|
|
34
34
|
"@kubernetes-models/base": "^4.0.1",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
55
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
56
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
54
|
+
"@backstage/cli": "^0.0.0-nightly-20231122021643",
|
|
55
|
+
"@backstage/core-app-api": "^0.0.0-nightly-20231122021643",
|
|
56
|
+
"@backstage/test-utils": "^0.0.0-nightly-20231122021643",
|
|
57
57
|
"@testing-library/jest-dom": "^6.0.0",
|
|
58
58
|
"@testing-library/react": "^14.0.0",
|
|
59
59
|
"jest-websocket-mock": "^2.5.0",
|