@backstage/plugin-kubernetes-common 0.7.0-next.1 → 0.7.1-next.0
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 +28 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes-common
|
|
2
2
|
|
|
3
|
+
## 0.7.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-plugin-api@1.8.0-next.0
|
|
9
|
+
- @backstage/catalog-model@1.4.3
|
|
10
|
+
- @backstage/errors@1.2.3
|
|
11
|
+
- @backstage/types@1.1.1
|
|
12
|
+
- @backstage/plugin-permission-common@0.7.9
|
|
13
|
+
|
|
14
|
+
## 0.7.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- 2d8151061c: Refactor Kubernetes plugins in line with ADR 11, no breaking changes yet
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- 9101c0d1b6: Updated dependency `@kubernetes/client-node` to `0.19.0`.
|
|
23
|
+
- 5dac12e435: The kubernetes APIs invokes Authentication Strategies when Backstage-Kubernetes-Authorization-X-X headers are provided, this enable the possibility to invoke strategies that executes additional steps to get a kubernetes token like on pinniped or custom strategies
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
- @backstage/core-plugin-api@1.7.0
|
|
26
|
+
- @backstage/catalog-model@1.4.3
|
|
27
|
+
- @backstage/errors@1.2.3
|
|
28
|
+
- @backstage/types@1.1.1
|
|
29
|
+
- @backstage/plugin-permission-common@0.7.9
|
|
30
|
+
|
|
3
31
|
## 0.7.0-next.1
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
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.7.
|
|
4
|
+
"version": "0.7.1-next.0",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -39,20 +39,20 @@
|
|
|
39
39
|
"url": "https://github.com/backstage/backstage/issues"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@backstage/catalog-model": "^1.4.3
|
|
43
|
-
"@backstage/core-plugin-api": "^1.
|
|
44
|
-
"@backstage/errors": "^1.2.3
|
|
45
|
-
"@backstage/plugin-permission-common": "^0.7.9
|
|
42
|
+
"@backstage/catalog-model": "^1.4.3",
|
|
43
|
+
"@backstage/core-plugin-api": "^1.8.0-next.0",
|
|
44
|
+
"@backstage/errors": "^1.2.3",
|
|
45
|
+
"@backstage/plugin-permission-common": "^0.7.9",
|
|
46
46
|
"@backstage/types": "^1.1.1",
|
|
47
|
-
"@kubernetes/client-node": "0.
|
|
47
|
+
"@kubernetes/client-node": "0.19.0",
|
|
48
48
|
"kubernetes-models": "^4.3.1",
|
|
49
49
|
"lodash": "^4.17.21",
|
|
50
50
|
"luxon": "^3.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@backstage/cli": "^0.
|
|
54
|
-
"@backstage/core-app-api": "^1.11.
|
|
55
|
-
"@backstage/test-utils": "^1.4.
|
|
53
|
+
"@backstage/cli": "^0.24.0-next.0",
|
|
54
|
+
"@backstage/core-app-api": "^1.11.1-next.0",
|
|
55
|
+
"@backstage/test-utils": "^1.4.5-next.0",
|
|
56
56
|
"msw": "^1.3.1"
|
|
57
57
|
},
|
|
58
58
|
"jest": {
|