@backstage/plugin-kubernetes 0.7.9-next.0 → 0.7.9-next.1
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 +15 -0
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes
|
|
2
2
|
|
|
3
|
+
## 0.7.9-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c10384a9235: Switch to using `LinkButton` instead of the deprecated `Button`
|
|
8
|
+
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/core-components@0.12.5-next.1
|
|
11
|
+
- @backstage/core-plugin-api@1.4.1-next.1
|
|
12
|
+
- @backstage/config@1.0.7-next.0
|
|
13
|
+
- @backstage/theme@0.2.18-next.0
|
|
14
|
+
- @backstage/plugin-catalog-react@1.4.0-next.1
|
|
15
|
+
- @backstage/catalog-model@1.2.1-next.1
|
|
16
|
+
- @backstage/plugin-kubernetes-common@0.6.1-next.1
|
|
17
|
+
|
|
3
18
|
## 0.7.9-next.0
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/index.esm.js
CHANGED
|
@@ -5,7 +5,7 @@ import React__default, { Fragment, useCallback, useState, useContext } from 'rea
|
|
|
5
5
|
import { useEntity } from '@backstage/plugin-catalog-react';
|
|
6
6
|
import { Routes, Route } from 'react-router-dom';
|
|
7
7
|
import { Typography, Chip, makeStyles, createStyles, Button, Drawer, Grid, IconButton, FormControlLabel, Switch, Accordion, AccordionSummary, AccordionDetails, Stepper, Step, StepLabel } from '@material-ui/core';
|
|
8
|
-
import { WarningPanel, Table, StatusOK, SubvalueCell, StatusError, StatusAborted,
|
|
8
|
+
import { WarningPanel, Table, StatusOK, SubvalueCell, StatusError, StatusAborted, LinkButton, CodeSnippet, StructuredMetadataTable, StatusPending, Page, Content, Progress, MissingAnnotationEmptyState } from '@backstage/core-components';
|
|
9
9
|
import ExpandMoreIcon from '@material-ui/icons/ExpandMore';
|
|
10
10
|
import Close from '@material-ui/icons/Close';
|
|
11
11
|
import OpenInNewIcon from '@material-ui/icons/OpenInNew';
|
|
@@ -1119,7 +1119,7 @@ const KubernetesDrawerContent = ({
|
|
|
1119
1119
|
},
|
|
1120
1120
|
/* @__PURE__ */ React__default.createElement(Close, { className: classes.icon })
|
|
1121
1121
|
)), errorMessage && /* @__PURE__ */ React__default.createElement("div", { className: classes.errorMessage }, /* @__PURE__ */ React__default.createElement(ErrorPanel, { cluster, errorMessage })), /* @__PURE__ */ React__default.createElement("div", { className: classes.options }, /* @__PURE__ */ React__default.createElement("div", null, clusterLink && /* @__PURE__ */ React__default.createElement(
|
|
1122
|
-
|
|
1122
|
+
LinkButton,
|
|
1123
1123
|
{
|
|
1124
1124
|
variant: "outlined",
|
|
1125
1125
|
color: "primary",
|