@backstage/plugin-kubernetes-react 0.5.16-next.1 → 0.5.16-next.2
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 +11 -0
- package/dist/alpha.d.ts +7 -7
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes-react
|
|
2
2
|
|
|
3
|
+
## 0.5.16-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d56542c: Updated dependency `@xterm/addon-attach` to `^0.12.0`.
|
|
8
|
+
Updated dependency `@xterm/addon-fit` to `^0.11.0`.
|
|
9
|
+
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- @backstage/core-components@0.18.7-next.2
|
|
12
|
+
- @backstage/core-plugin-api@1.12.3-next.1
|
|
13
|
+
|
|
3
14
|
## 0.5.16-next.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -15,13 +15,6 @@ declare const kubernetesReactTranslationRef: _backstage_frontend_plugin_api.Tran
|
|
|
15
15
|
readonly "cluster.podsWithErrors_one": "{{count}} pod with errors";
|
|
16
16
|
readonly "cluster.podsWithErrors_other": "{{count}} pods with errors";
|
|
17
17
|
readonly "cluster.noPodsWithErrors": "No pods with errors";
|
|
18
|
-
readonly "errorPanel.message": "There was a problem retrieving some Kubernetes resources for the entity: {{entityName}}. This could mean that the Error Reporting card is not completely accurate.";
|
|
19
|
-
readonly "errorPanel.title": "There was a problem retrieving Kubernetes objects";
|
|
20
|
-
readonly "errorPanel.errorsLabel": "Errors";
|
|
21
|
-
readonly "errorPanel.clusterLabel": "Cluster";
|
|
22
|
-
readonly "errorPanel.clusterLabelValue": "Cluster: {{cluster}}";
|
|
23
|
-
readonly "errorPanel.fetchError": "Error communicating with Kubernetes: {{errorType}}, message: {{message}}";
|
|
24
|
-
readonly "errorPanel.resourceError": "Error fetching Kubernetes resource: '{{resourcePath}}', error: {{errorType}}, status code: {{statusCode}}";
|
|
25
18
|
readonly "pods.pods_one": "{{count}} pod";
|
|
26
19
|
readonly "pods.pods_other": "{{count}} pods";
|
|
27
20
|
readonly "podsTable.columns.name": "name";
|
|
@@ -35,6 +28,13 @@ declare const kubernetesReactTranslationRef: _backstage_frontend_plugin_api.Tran
|
|
|
35
28
|
readonly "podsTable.unknown": "unknown";
|
|
36
29
|
readonly "podsTable.status.running": "Running";
|
|
37
30
|
readonly "podsTable.status.ok": "OK";
|
|
31
|
+
readonly "errorPanel.message": "There was a problem retrieving some Kubernetes resources for the entity: {{entityName}}. This could mean that the Error Reporting card is not completely accurate.";
|
|
32
|
+
readonly "errorPanel.title": "There was a problem retrieving Kubernetes objects";
|
|
33
|
+
readonly "errorPanel.errorsLabel": "Errors";
|
|
34
|
+
readonly "errorPanel.clusterLabel": "Cluster";
|
|
35
|
+
readonly "errorPanel.clusterLabelValue": "Cluster: {{cluster}}";
|
|
36
|
+
readonly "errorPanel.fetchError": "Error communicating with Kubernetes: {{errorType}}, message: {{message}}";
|
|
37
|
+
readonly "errorPanel.resourceError": "Error fetching Kubernetes resource: '{{resourcePath}}', error: {{errorType}}, status code: {{statusCode}}";
|
|
38
38
|
readonly "fixDialog.title": "{{podName}} - {{errorType}}";
|
|
39
39
|
readonly "fixDialog.events": "Events:";
|
|
40
40
|
readonly "fixDialog.helpButton": "Help";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-kubernetes-react",
|
|
3
|
-
"version": "0.5.16-next.
|
|
3
|
+
"version": "0.5.16-next.2",
|
|
4
4
|
"description": "Web library for the kubernetes-react plugin",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@backstage/catalog-model": "1.7.6",
|
|
66
|
-
"@backstage/core-components": "0.18.7-next.
|
|
67
|
-
"@backstage/core-plugin-api": "1.12.3-next.
|
|
66
|
+
"@backstage/core-components": "0.18.7-next.2",
|
|
67
|
+
"@backstage/core-plugin-api": "1.12.3-next.1",
|
|
68
68
|
"@backstage/errors": "1.2.7",
|
|
69
69
|
"@backstage/plugin-kubernetes-common": "0.9.10-next.1",
|
|
70
70
|
"@backstage/types": "1.2.2",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"@material-ui/core": "^4.9.13",
|
|
75
75
|
"@material-ui/icons": "^4.11.3",
|
|
76
76
|
"@material-ui/lab": "^4.0.0-alpha.61",
|
|
77
|
-
"@xterm/addon-attach": "^0.
|
|
78
|
-
"@xterm/addon-fit": "^0.
|
|
77
|
+
"@xterm/addon-attach": "^0.12.0",
|
|
78
|
+
"@xterm/addon-fit": "^0.11.0",
|
|
79
79
|
"@xterm/xterm": "^5.5.0",
|
|
80
80
|
"cronstrue": "^2.32.0",
|
|
81
81
|
"js-yaml": "^4.1.0",
|
|
@@ -85,9 +85,9 @@
|
|
|
85
85
|
"react-use": "^17.4.0"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@backstage/cli": "0.35.4-next.
|
|
89
|
-
"@backstage/core-app-api": "1.19.5-next.
|
|
90
|
-
"@backstage/test-utils": "1.7.15-next.
|
|
88
|
+
"@backstage/cli": "0.35.4-next.2",
|
|
89
|
+
"@backstage/core-app-api": "1.19.5-next.1",
|
|
90
|
+
"@backstage/test-utils": "1.7.15-next.2",
|
|
91
91
|
"@testing-library/jest-dom": "^6.0.0",
|
|
92
92
|
"@testing-library/react": "^16.0.0",
|
|
93
93
|
"@types/react": "^18.0.0",
|
|
@@ -95,13 +95,13 @@
|
|
|
95
95
|
"msw": "^2.0.0",
|
|
96
96
|
"react": "^18.0.2",
|
|
97
97
|
"react-dom": "^18.0.2",
|
|
98
|
-
"react-router-dom": "^6.
|
|
98
|
+
"react-router-dom": "^6.30.2"
|
|
99
99
|
},
|
|
100
100
|
"peerDependencies": {
|
|
101
101
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
102
102
|
"react": "^17.0.0 || ^18.0.0",
|
|
103
103
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
104
|
-
"react-router-dom": "^6.
|
|
104
|
+
"react-router-dom": "^6.30.2"
|
|
105
105
|
},
|
|
106
106
|
"peerDependenciesMeta": {
|
|
107
107
|
"@types/react": {
|