@backstage/plugin-kubernetes-react 0.0.0-nightly-20241119023621 → 0.0.0-nightly-20241123023427

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,6 +1,18 @@
1
1
  # @backstage/plugin-kubernetes-react
2
2
 
3
- ## 0.0.0-nightly-20241119023621
3
+ ## 0.0.0-nightly-20241123023427
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.0.0-nightly-20241123023427
9
+ - @backstage/core-plugin-api@1.10.1
10
+ - @backstage/catalog-model@1.7.1
11
+ - @backstage/errors@1.2.5
12
+ - @backstage/types@1.2.0
13
+ - @backstage/plugin-kubernetes-common@0.9.0
14
+
15
+ ## 0.5.0
4
16
 
5
17
  ### Minor Changes
6
18
 
@@ -10,12 +22,12 @@
10
22
 
11
23
  - 0b729da: add the pod delete feature to the kubernetes react plugin
12
24
  - Updated dependencies
13
- - @backstage/types@0.0.0-nightly-20241119023621
14
- - @backstage/core-components@0.0.0-nightly-20241119023621
15
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20241119023621
16
- - @backstage/catalog-model@0.0.0-nightly-20241119023621
17
- - @backstage/core-plugin-api@0.0.0-nightly-20241119023621
18
- - @backstage/errors@0.0.0-nightly-20241119023621
25
+ - @backstage/types@1.2.0
26
+ - @backstage/core-components@0.16.0
27
+ - @backstage/plugin-kubernetes-common@0.9.0
28
+ - @backstage/catalog-model@1.7.1
29
+ - @backstage/core-plugin-api@1.10.1
30
+ - @backstage/errors@1.2.5
19
31
 
20
32
  ## 0.5.0-next.2
21
33
 
@@ -47,7 +47,7 @@ import { RolloutDrawer } from './RolloutDrawer.esm.js';
47
47
  import PauseIcon from '@material-ui/icons/Pause';
48
48
  import ErrorOutlineIcon from '@material-ui/icons/ErrorOutline';
49
49
  import { StepsProgress } from './StepsProgress.esm.js';
50
- import { getOwnedPodsThroughReplicaSets, getMatchingHpa } from '../../../utils/owner.esm.js';
50
+ import { getMatchingHpa, getOwnedPodsThroughReplicaSets } from '../../../utils/owner.esm.js';
51
51
 
52
52
  const AbortedTitle = /* @__PURE__ */ React__default.createElement(
53
53
  "div",
@@ -44,7 +44,7 @@ import '../Pods/ErrorList/ErrorList.esm.js';
44
44
  import { PodsTable, READY_COLUMNS, RESOURCE_COLUMNS } from '../Pods/PodsTable.esm.js';
45
45
  import { DeploymentDrawer } from './DeploymentDrawer.esm.js';
46
46
  import { HorizontalPodAutoscalerDrawer } from '../HorizontalPodAutoscalers/HorizontalPodAutoscalerDrawer.esm.js';
47
- import { getOwnedPodsThroughReplicaSets, getMatchingHpa } from '../../utils/owner.esm.js';
47
+ import { getMatchingHpa, getOwnedPodsThroughReplicaSets } from '../../utils/owner.esm.js';
48
48
 
49
49
  const DeploymentSummary = ({
50
50
  deployment,
@@ -28,7 +28,7 @@ import '@material-ui/lab/Skeleton';
28
28
  import '@material-ui/icons/Subject';
29
29
  import '@material-ui/core/List';
30
30
  import '@material-ui/core/ListItem';
31
- import { containerStatuses, containersReady, totalRestarts, podStatusToCpuUtil, podStatusToMemoryUtil } from '../../utils/pod.esm.js';
31
+ import { containersReady, totalRestarts, containerStatuses, podStatusToCpuUtil, podStatusToMemoryUtil } from '../../utils/pod.esm.js';
32
32
 
33
33
  const READY_COLUMNS = "READY";
34
34
  const RESOURCE_COLUMNS = "RESOURCE";
@@ -44,7 +44,7 @@ import '../Pods/ErrorList/ErrorList.esm.js';
44
44
  import { PodsTable, READY_COLUMNS, RESOURCE_COLUMNS } from '../Pods/PodsTable.esm.js';
45
45
  import { StatefulSetDrawer } from './StatefulSetDrawer.esm.js';
46
46
  import { HorizontalPodAutoscalerDrawer } from '../HorizontalPodAutoscalers/HorizontalPodAutoscalerDrawer.esm.js';
47
- import { getOwnedResources, getMatchingHpa } from '../../utils/owner.esm.js';
47
+ import { getMatchingHpa, getOwnedResources } from '../../utils/owner.esm.js';
48
48
 
49
49
  const StatefulSetSummary = ({
50
50
  statefulset,
@@ -1,6 +1,6 @@
1
1
  import React__default, { Fragment } from 'react';
2
2
  import '@material-ui/core/Chip';
3
- import { SubvalueCell, StatusOK, StatusError, StatusAborted } from '@backstage/core-components';
3
+ import { StatusOK, SubvalueCell, StatusError, StatusAborted } from '@backstage/core-components';
4
4
  import { formatMillicores, bytesToMiB } from './resources.esm.js';
5
5
 
6
6
  const containersReady = (pod) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-react",
3
- "version": "0.0.0-nightly-20241119023621",
3
+ "version": "0.0.0-nightly-20241123023427",
4
4
  "description": "Web library for the kubernetes-react plugin",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -62,12 +62,12 @@
62
62
  "test": "backstage-cli package test"
63
63
  },
64
64
  "dependencies": {
65
- "@backstage/catalog-model": "0.0.0-nightly-20241119023621",
66
- "@backstage/core-components": "0.0.0-nightly-20241119023621",
67
- "@backstage/core-plugin-api": "0.0.0-nightly-20241119023621",
68
- "@backstage/errors": "0.0.0-nightly-20241119023621",
69
- "@backstage/plugin-kubernetes-common": "0.0.0-nightly-20241119023621",
70
- "@backstage/types": "0.0.0-nightly-20241119023621",
65
+ "@backstage/catalog-model": "1.7.1",
66
+ "@backstage/core-components": "0.0.0-nightly-20241123023427",
67
+ "@backstage/core-plugin-api": "1.10.1",
68
+ "@backstage/errors": "1.2.5",
69
+ "@backstage/plugin-kubernetes-common": "0.9.0",
70
+ "@backstage/types": "1.2.0",
71
71
  "@kubernetes-models/apimachinery": "^2.0.0",
72
72
  "@kubernetes-models/base": "^5.0.0",
73
73
  "@kubernetes/client-node": "1.0.0-rc7",
@@ -85,9 +85,9 @@
85
85
  "xterm-addon-fit": "^0.8.0"
86
86
  },
87
87
  "devDependencies": {
88
- "@backstage/cli": "0.0.0-nightly-20241119023621",
89
- "@backstage/core-app-api": "0.0.0-nightly-20241119023621",
90
- "@backstage/test-utils": "0.0.0-nightly-20241119023621",
88
+ "@backstage/cli": "0.0.0-nightly-20241123023427",
89
+ "@backstage/core-app-api": "0.0.0-nightly-20241123023427",
90
+ "@backstage/test-utils": "0.0.0-nightly-20241123023427",
91
91
  "@testing-library/jest-dom": "^6.0.0",
92
92
  "@testing-library/react": "^16.0.0",
93
93
  "@types/react": "^18.0.0",