@backstage/plugin-kubernetes-backend 0.18.6-next.2 → 0.18.7-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 CHANGED
@@ -1,5 +1,50 @@
1
1
  # @backstage/plugin-kubernetes-backend
2
2
 
3
+ ## 0.18.7-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 094eaa3: Remove references to in-repo backend-common
8
+ - Updated dependencies
9
+ - @backstage/plugin-kubernetes-node@0.1.20-next.0
10
+ - @backstage/plugin-permission-node@0.8.4-next.0
11
+ - @backstage/plugin-auth-node@0.5.3-next.0
12
+ - @backstage/backend-plugin-api@1.0.1-next.0
13
+ - @backstage/catalog-client@1.7.0
14
+ - @backstage/catalog-model@1.7.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.13.1-next.0
20
+ - @backstage/plugin-kubernetes-common@0.8.3
21
+ - @backstage/plugin-permission-common@0.8.1
22
+
23
+ ## 0.18.6
24
+
25
+ ### Patch Changes
26
+
27
+ - a0f1f0d: Bump the `ws` library
28
+ - f55f8bf: The `KubernetesBuilder` and its related types has been marked as deprecared. This backend should instead be initialized using the new backend system.
29
+ - d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
30
+ - c2b63ab: Updated dependency `supertest` to `^7.0.0`.
31
+ - ca96b66: Skip start without proper config
32
+ - Updated dependencies
33
+ - @backstage/backend-common@0.25.0
34
+ - @backstage/backend-plugin-api@1.0.0
35
+ - @backstage/plugin-auth-node@0.5.2
36
+ - @backstage/catalog-model@1.7.0
37
+ - @backstage/catalog-client@1.7.0
38
+ - @backstage/plugin-permission-node@0.8.3
39
+ - @backstage/plugin-catalog-node@1.13.0
40
+ - @backstage/plugin-kubernetes-node@0.1.19
41
+ - @backstage/config@1.2.0
42
+ - @backstage/errors@1.2.4
43
+ - @backstage/integration-aws-node@0.1.12
44
+ - @backstage/types@1.1.1
45
+ - @backstage/plugin-kubernetes-common@0.8.3
46
+ - @backstage/plugin-permission-common@0.8.1
47
+
3
48
  ## 0.18.6-next.2
4
49
 
5
50
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-backend__alpha",
3
- "version": "0.18.6-next.2",
3
+ "version": "0.18.7-next.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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.6-next.2";
441
+ var version = "0.18.7-next.0";
442
442
  var description = "A Backstage backend plugin that integrates towards Kubernetes";
443
443
  var backstage = {
444
444
  role: "backend-plugin",
@@ -500,7 +500,7 @@ var dependencies = {
500
500
  "@aws-sdk/credential-providers": "^3.350.0",
501
501
  "@aws-sdk/signature-v4": "^3.347.0",
502
502
  "@azure/identity": "^4.0.0",
503
- "@backstage/backend-common": "workspace:^",
503
+ "@backstage/backend-common": "^0.25.0",
504
504
  "@backstage/backend-plugin-api": "workspace:^",
505
505
  "@backstage/catalog-client": "workspace:^",
506
506
  "@backstage/catalog-model": "workspace:^",
@@ -545,7 +545,7 @@ var devDependencies = {
545
545
  "@types/aws4": "^1.5.1",
546
546
  msw: "^1.0.0",
547
547
  supertest: "^7.0.0",
548
- ws: "^8.13.0"
548
+ ws: "^8.18.0"
549
549
  };
550
550
  var configSchema = "config.d.ts";
551
551
  var packageinfo = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-backend",
3
- "version": "0.18.6-next.2",
3
+ "version": "0.18.7-next.0",
4
4
  "description": "A Backstage backend plugin that integrates towards Kubernetes",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -34,6 +34,7 @@
34
34
  "default": "./dist/index.cjs.js"
35
35
  },
36
36
  "./alpha": {
37
+ "backstage": "@backstage/BackendFeature",
37
38
  "require": "./dist/alpha.cjs.js",
38
39
  "types": "./dist/alpha.d.ts",
39
40
  "default": "./dist/alpha.cjs.js"
@@ -61,19 +62,19 @@
61
62
  "@aws-sdk/credential-providers": "^3.350.0",
62
63
  "@aws-sdk/signature-v4": "^3.347.0",
63
64
  "@azure/identity": "^4.0.0",
64
- "@backstage/backend-common": "^0.25.0-next.2",
65
- "@backstage/backend-plugin-api": "^1.0.0-next.2",
66
- "@backstage/catalog-client": "^1.7.0-next.1",
67
- "@backstage/catalog-model": "^1.6.0",
65
+ "@backstage/backend-common": "^0.25.0",
66
+ "@backstage/backend-plugin-api": "^1.0.1-next.0",
67
+ "@backstage/catalog-client": "^1.7.0",
68
+ "@backstage/catalog-model": "^1.7.0",
68
69
  "@backstage/config": "^1.2.0",
69
70
  "@backstage/errors": "^1.2.4",
70
71
  "@backstage/integration-aws-node": "^0.1.12",
71
- "@backstage/plugin-auth-node": "^0.5.2-next.2",
72
- "@backstage/plugin-catalog-node": "^1.12.7-next.2",
73
- "@backstage/plugin-kubernetes-common": "^0.8.2",
74
- "@backstage/plugin-kubernetes-node": "^0.1.19-next.2",
72
+ "@backstage/plugin-auth-node": "^0.5.3-next.0",
73
+ "@backstage/plugin-catalog-node": "^1.13.1-next.0",
74
+ "@backstage/plugin-kubernetes-common": "^0.8.3",
75
+ "@backstage/plugin-kubernetes-node": "^0.1.20-next.0",
75
76
  "@backstage/plugin-permission-common": "^0.8.1",
76
- "@backstage/plugin-permission-node": "^0.8.3-next.2",
77
+ "@backstage/plugin-permission-node": "^0.8.4-next.0",
77
78
  "@backstage/types": "^1.1.1",
78
79
  "@google-cloud/container": "^5.0.0",
79
80
  "@jest-mock/express": "^2.0.1",
@@ -97,16 +98,16 @@
97
98
  "yn": "^4.0.0"
98
99
  },
99
100
  "devDependencies": {
100
- "@backstage/backend-app-api": "^1.0.0-next.2",
101
- "@backstage/backend-defaults": "^0.5.0-next.2",
102
- "@backstage/backend-test-utils": "^1.0.0-next.2",
103
- "@backstage/cli": "^0.27.1-next.2",
104
- "@backstage/plugin-permission-backend": "^0.5.49-next.2",
105
- "@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.0-next.2",
101
+ "@backstage/backend-app-api": "^1.0.1-next.0",
102
+ "@backstage/backend-defaults": "^0.5.1-next.0",
103
+ "@backstage/backend-test-utils": "^1.0.1-next.0",
104
+ "@backstage/cli": "^0.28.0-next.0",
105
+ "@backstage/plugin-permission-backend": "^0.5.50-next.0",
106
+ "@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.1-next.0",
106
107
  "@types/aws4": "^1.5.1",
107
108
  "msw": "^1.0.0",
108
109
  "supertest": "^7.0.0",
109
- "ws": "^8.13.0"
110
+ "ws": "^8.18.0"
110
111
  },
111
112
  "configSchema": "config.d.ts"
112
113
  }