@backstage/plugin-kubernetes-backend 0.18.0-next.3 → 0.18.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 +46 -0
- package/alpha/package.json +2 -2
- package/dist/alpha.d.ts +1 -1
- package/dist/index.cjs.js +1 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,51 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes-backend
|
|
2
2
|
|
|
3
|
+
## 0.18.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-common@0.23.1
|
|
9
|
+
- @backstage/plugin-auth-node@0.4.15
|
|
10
|
+
- @backstage/plugin-kubernetes-node@0.1.14
|
|
11
|
+
- @backstage/plugin-permission-node@0.7.31
|
|
12
|
+
- @backstage/backend-plugin-api@0.6.20
|
|
13
|
+
- @backstage/catalog-client@1.6.5
|
|
14
|
+
- @backstage/catalog-model@1.5.0
|
|
15
|
+
- @backstage/config@1.2.0
|
|
16
|
+
- @backstage/errors@1.2.4
|
|
17
|
+
- @backstage/integration-aws-node@0.1.12
|
|
18
|
+
- @backstage/types@1.1.1
|
|
19
|
+
- @backstage/plugin-catalog-node@1.12.2
|
|
20
|
+
- @backstage/plugin-kubernetes-common@0.8.0
|
|
21
|
+
- @backstage/plugin-permission-common@0.7.14
|
|
22
|
+
|
|
23
|
+
## 0.18.0
|
|
24
|
+
|
|
25
|
+
### Minor Changes
|
|
26
|
+
|
|
27
|
+
- 0177f75: Update kubernetes plugins to use autoscaling/v2
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- 78a0b08: Internal refactor to handle `BackendFeature` contract change.
|
|
32
|
+
- d44a20a: Added additional plugin metadata to `package.json`.
|
|
33
|
+
- Updated dependencies
|
|
34
|
+
- @backstage/backend-common@0.23.0
|
|
35
|
+
- @backstage/backend-plugin-api@0.6.19
|
|
36
|
+
- @backstage/plugin-auth-node@0.4.14
|
|
37
|
+
- @backstage/plugin-catalog-node@1.12.1
|
|
38
|
+
- @backstage/plugin-permission-node@0.7.30
|
|
39
|
+
- @backstage/plugin-kubernetes-common@0.8.0
|
|
40
|
+
- @backstage/plugin-permission-common@0.7.14
|
|
41
|
+
- @backstage/plugin-kubernetes-node@0.1.13
|
|
42
|
+
- @backstage/catalog-client@1.6.5
|
|
43
|
+
- @backstage/catalog-model@1.5.0
|
|
44
|
+
- @backstage/config@1.2.0
|
|
45
|
+
- @backstage/errors@1.2.4
|
|
46
|
+
- @backstage/integration-aws-node@0.1.12
|
|
47
|
+
- @backstage/types@1.1.1
|
|
48
|
+
|
|
3
49
|
## 0.18.0-next.3
|
|
4
50
|
|
|
5
51
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/dist/alpha.d.ts
CHANGED
|
@@ -4,6 +4,6 @@ import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
|
|
|
4
4
|
* This is the backend plugin that provides the Kubernetes integration.
|
|
5
5
|
* @alpha
|
|
6
6
|
*/
|
|
7
|
-
declare const kubernetesPlugin:
|
|
7
|
+
declare const kubernetesPlugin: _backstage_backend_plugin_api.BackendFeatureCompat;
|
|
8
8
|
|
|
9
9
|
export { kubernetesPlugin as default };
|
package/dist/index.cjs.js
CHANGED
|
@@ -438,7 +438,7 @@ function runPeriodically(fn, delayMs) {
|
|
|
438
438
|
}
|
|
439
439
|
|
|
440
440
|
var name = "@backstage/plugin-kubernetes-backend";
|
|
441
|
-
var version = "0.18.
|
|
441
|
+
var version = "0.18.1";
|
|
442
442
|
var description = "A Backstage backend plugin that integrates towards Kubernetes";
|
|
443
443
|
var backstage = {
|
|
444
444
|
role: "backend-plugin",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-kubernetes-backend",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.1",
|
|
4
4
|
"description": "A Backstage backend plugin that integrates towards Kubernetes",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin",
|
|
@@ -61,19 +61,19 @@
|
|
|
61
61
|
"@aws-sdk/credential-providers": "^3.350.0",
|
|
62
62
|
"@aws-sdk/signature-v4": "^3.347.0",
|
|
63
63
|
"@azure/identity": "^4.0.0",
|
|
64
|
-
"@backstage/backend-common": "^0.23.
|
|
65
|
-
"@backstage/backend-plugin-api": "^0.6.
|
|
64
|
+
"@backstage/backend-common": "^0.23.1",
|
|
65
|
+
"@backstage/backend-plugin-api": "^0.6.20",
|
|
66
66
|
"@backstage/catalog-client": "^1.6.5",
|
|
67
67
|
"@backstage/catalog-model": "^1.5.0",
|
|
68
68
|
"@backstage/config": "^1.2.0",
|
|
69
69
|
"@backstage/errors": "^1.2.4",
|
|
70
70
|
"@backstage/integration-aws-node": "^0.1.12",
|
|
71
|
-
"@backstage/plugin-auth-node": "^0.4.
|
|
72
|
-
"@backstage/plugin-catalog-node": "^1.12.
|
|
73
|
-
"@backstage/plugin-kubernetes-common": "^0.8.0
|
|
74
|
-
"@backstage/plugin-kubernetes-node": "^0.1.
|
|
75
|
-
"@backstage/plugin-permission-common": "^0.7.14
|
|
76
|
-
"@backstage/plugin-permission-node": "^0.7.
|
|
71
|
+
"@backstage/plugin-auth-node": "^0.4.15",
|
|
72
|
+
"@backstage/plugin-catalog-node": "^1.12.2",
|
|
73
|
+
"@backstage/plugin-kubernetes-common": "^0.8.0",
|
|
74
|
+
"@backstage/plugin-kubernetes-node": "^0.1.14",
|
|
75
|
+
"@backstage/plugin-permission-common": "^0.7.14",
|
|
76
|
+
"@backstage/plugin-permission-node": "^0.7.31",
|
|
77
77
|
"@backstage/types": "^1.1.1",
|
|
78
78
|
"@google-cloud/container": "^5.0.0",
|
|
79
79
|
"@jest-mock/express": "^2.0.1",
|
|
@@ -97,11 +97,11 @@
|
|
|
97
97
|
"yn": "^4.0.0"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
|
-
"@backstage/backend-app-api": "^0.7.
|
|
101
|
-
"@backstage/backend-test-utils": "^0.4.
|
|
102
|
-
"@backstage/cli": "^0.26.
|
|
103
|
-
"@backstage/plugin-permission-backend": "^0.5.
|
|
104
|
-
"@backstage/plugin-permission-backend-module-allow-all-policy": "^0.1.
|
|
100
|
+
"@backstage/backend-app-api": "^0.7.7",
|
|
101
|
+
"@backstage/backend-test-utils": "^0.4.1",
|
|
102
|
+
"@backstage/cli": "^0.26.8",
|
|
103
|
+
"@backstage/plugin-permission-backend": "^0.5.44",
|
|
104
|
+
"@backstage/plugin-permission-backend-module-allow-all-policy": "^0.1.17",
|
|
105
105
|
"@types/aws4": "^1.5.1",
|
|
106
106
|
"msw": "^1.0.0",
|
|
107
107
|
"supertest": "^6.1.3",
|