@backstage/plugin-kubernetes-common 0.6.4 → 0.6.5
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/dist/index.d.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes-common
|
|
2
2
|
|
|
3
|
+
## 0.6.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/catalog-model@1.4.1
|
|
9
|
+
- @backstage/plugin-permission-common@0.7.7
|
|
10
|
+
|
|
11
|
+
## 0.6.5-next.0
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
- @backstage/catalog-model@1.4.1-next.0
|
|
17
|
+
- @backstage/plugin-permission-common@0.7.7-next.0
|
|
18
|
+
|
|
3
19
|
## 0.6.4
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -45,7 +45,7 @@ interface ClusterAttributes {
|
|
|
45
45
|
* Note that you should specify the app used for the dashboard
|
|
46
46
|
* using the dashboardApp property, in order to properly format
|
|
47
47
|
* links to kubernetes resources, otherwise it will assume that you're running the standard one.
|
|
48
|
-
* Also, for cloud clusters such as GKE, you should provide
|
|
48
|
+
* Also, for cloud clusters such as GKE, you should provide additional parameters using dashboardParameters.
|
|
49
49
|
* @see dashboardApp
|
|
50
50
|
*/
|
|
51
51
|
dashboardUrl?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-kubernetes-common",
|
|
3
3
|
"description": "Common functionalities for kubernetes, to be shared between kubernetes and kubernetes-backend plugin",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.5",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"url": "https://github.com/backstage/backstage/issues"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@backstage/catalog-model": "^1.4.
|
|
42
|
-
"@backstage/plugin-permission-common": "^0.7.
|
|
41
|
+
"@backstage/catalog-model": "^1.4.1",
|
|
42
|
+
"@backstage/plugin-permission-common": "^0.7.7",
|
|
43
43
|
"@kubernetes/client-node": "0.18.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@backstage/cli": "^0.22.
|
|
46
|
+
"@backstage/cli": "^0.22.9"
|
|
47
47
|
},
|
|
48
48
|
"jest": {
|
|
49
49
|
"roots": [
|