@backstage/plugin-kubernetes-common 0.9.3-next.1 → 0.9.3
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 +13 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes-common
|
|
2
2
|
|
|
3
|
+
## 0.9.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ac0e1ac: Fixed the lack of `secrets` to fetch from the kubernetes api by adding option to specify additional Objects which are not part of Default Objects
|
|
8
|
+
- ca3da29: The `/clusters` endpoint is now protected by the `kubernetes.clusters.read` permission.
|
|
9
|
+
The `/services/:serviceId` endpoint is now protected by the `kubernetes.resources.read` permission.
|
|
10
|
+
The `/resources` endpoints are now protected by the `kubernetes.resources.read` permission.
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @backstage/catalog-model@1.7.3
|
|
13
|
+
- @backstage/types@1.2.1
|
|
14
|
+
- @backstage/plugin-permission-common@0.8.4
|
|
15
|
+
|
|
3
16
|
## 0.9.3-next.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-kubernetes-common",
|
|
3
|
-
"version": "0.9.3
|
|
3
|
+
"version": "0.9.3",
|
|
4
4
|
"description": "Common functionalities for kubernetes, to be shared between kubernetes and kubernetes-backend plugin",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "common-library",
|
|
@@ -52,16 +52,16 @@
|
|
|
52
52
|
]
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@backstage/catalog-model": "1.7.3",
|
|
56
|
-
"@backstage/plugin-permission-common": "0.8.4",
|
|
57
|
-
"@backstage/types": "1.2.1",
|
|
55
|
+
"@backstage/catalog-model": "^1.7.3",
|
|
56
|
+
"@backstage/plugin-permission-common": "^0.8.4",
|
|
57
|
+
"@backstage/types": "^1.2.1",
|
|
58
58
|
"@kubernetes/client-node": "1.0.0-rc7",
|
|
59
59
|
"kubernetes-models": "^4.3.1",
|
|
60
60
|
"lodash": "^4.17.21",
|
|
61
61
|
"luxon": "^3.0.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@backstage/cli": "0.30.0
|
|
64
|
+
"@backstage/cli": "^0.30.0"
|
|
65
65
|
},
|
|
66
66
|
"typesVersions": {
|
|
67
67
|
"*": {
|