@backstage/plugin-kubernetes 0.7.9-next.2 → 0.7.9
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 +16 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes
|
|
2
2
|
|
|
3
|
+
## 0.7.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8adeb19b37d: GitLab can now be used as an `oidcTokenProvider` for Kubernetes clusters
|
|
8
|
+
- c10384a9235: Switch to using `LinkButton` instead of the deprecated `Button`
|
|
9
|
+
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- @backstage/core-components@0.12.5
|
|
12
|
+
- @backstage/plugin-catalog-react@1.4.0
|
|
13
|
+
- @backstage/core-plugin-api@1.5.0
|
|
14
|
+
- @backstage/catalog-model@1.2.1
|
|
15
|
+
- @backstage/config@1.0.7
|
|
16
|
+
- @backstage/theme@0.2.18
|
|
17
|
+
- @backstage/plugin-kubernetes-common@0.6.1
|
|
18
|
+
|
|
3
19
|
## 0.7.9-next.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
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.7.9
|
|
4
|
+
"version": "0.7.9",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"clean": "backstage-cli package clean"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@backstage/catalog-model": "^1.2.1
|
|
37
|
-
"@backstage/config": "^1.0.7
|
|
38
|
-
"@backstage/core-components": "^0.12.5
|
|
39
|
-
"@backstage/core-plugin-api": "^1.5.0
|
|
40
|
-
"@backstage/plugin-catalog-react": "^1.4.0
|
|
41
|
-
"@backstage/plugin-kubernetes-common": "^0.6.1
|
|
42
|
-
"@backstage/theme": "^0.2.18
|
|
36
|
+
"@backstage/catalog-model": "^1.2.1",
|
|
37
|
+
"@backstage/config": "^1.0.7",
|
|
38
|
+
"@backstage/core-components": "^0.12.5",
|
|
39
|
+
"@backstage/core-plugin-api": "^1.5.0",
|
|
40
|
+
"@backstage/plugin-catalog-react": "^1.4.0",
|
|
41
|
+
"@backstage/plugin-kubernetes-common": "^0.6.1",
|
|
42
|
+
"@backstage/theme": "^0.2.18",
|
|
43
43
|
"@kubernetes/client-node": "0.18.1",
|
|
44
44
|
"@material-ui/core": "^4.12.2",
|
|
45
45
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@backstage/cli": "^0.22.4
|
|
60
|
-
"@backstage/core-app-api": "^1.6.0
|
|
61
|
-
"@backstage/dev-utils": "^1.0.13
|
|
62
|
-
"@backstage/test-utils": "^1.2.6
|
|
59
|
+
"@backstage/cli": "^0.22.4",
|
|
60
|
+
"@backstage/core-app-api": "^1.6.0",
|
|
61
|
+
"@backstage/dev-utils": "^1.0.13",
|
|
62
|
+
"@backstage/test-utils": "^1.2.6",
|
|
63
63
|
"@testing-library/jest-dom": "^5.10.1",
|
|
64
64
|
"@testing-library/react": "^12.1.3",
|
|
65
65
|
"@testing-library/react-hooks": "^8.0.0",
|