@backstage/plugin-kubernetes-backend 0.18.6-next.1 → 0.18.6

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,51 @@
1
1
  # @backstage/plugin-kubernetes-backend
2
2
 
3
+ ## 0.18.6
4
+
5
+ ### Patch Changes
6
+
7
+ - a0f1f0d: Bump the `ws` library
8
+ - f55f8bf: The `KubernetesBuilder` and its related types has been marked as deprecared. This backend should instead be initialized using the new backend system.
9
+ - d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
10
+ - c2b63ab: Updated dependency `supertest` to `^7.0.0`.
11
+ - ca96b66: Skip start without proper config
12
+ - Updated dependencies
13
+ - @backstage/backend-common@0.25.0
14
+ - @backstage/backend-plugin-api@1.0.0
15
+ - @backstage/plugin-auth-node@0.5.2
16
+ - @backstage/catalog-model@1.7.0
17
+ - @backstage/catalog-client@1.7.0
18
+ - @backstage/plugin-permission-node@0.8.3
19
+ - @backstage/plugin-catalog-node@1.13.0
20
+ - @backstage/plugin-kubernetes-node@0.1.19
21
+ - @backstage/config@1.2.0
22
+ - @backstage/errors@1.2.4
23
+ - @backstage/integration-aws-node@0.1.12
24
+ - @backstage/types@1.1.1
25
+ - @backstage/plugin-kubernetes-common@0.8.3
26
+ - @backstage/plugin-permission-common@0.8.1
27
+
28
+ ## 0.18.6-next.2
29
+
30
+ ### Patch Changes
31
+
32
+ - c2b63ab: Updated dependency `supertest` to `^7.0.0`.
33
+ - Updated dependencies
34
+ - @backstage/backend-common@0.25.0-next.2
35
+ - @backstage/plugin-auth-node@0.5.2-next.2
36
+ - @backstage/backend-plugin-api@1.0.0-next.2
37
+ - @backstage/catalog-client@1.7.0-next.1
38
+ - @backstage/plugin-kubernetes-node@0.1.19-next.2
39
+ - @backstage/plugin-permission-node@0.8.3-next.2
40
+ - @backstage/catalog-model@1.6.0
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-catalog-node@1.12.7-next.2
46
+ - @backstage/plugin-kubernetes-common@0.8.2
47
+ - @backstage/plugin-permission-common@0.8.1
48
+
3
49
  ## 0.18.6-next.1
4
50
 
5
51
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-backend__alpha",
3
- "version": "0.18.6-next.1",
3
+ "version": "0.18.6",
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.1";
441
+ var version = "0.18.6";
442
442
  var description = "A Backstage backend plugin that integrates towards Kubernetes";
443
443
  var backstage = {
444
444
  role: "backend-plugin",
@@ -544,8 +544,8 @@ var devDependencies = {
544
544
  "@backstage/plugin-permission-backend-module-allow-all-policy": "workspace:^",
545
545
  "@types/aws4": "^1.5.1",
546
546
  msw: "^1.0.0",
547
- supertest: "^6.1.3",
548
- ws: "^8.13.0"
547
+ supertest: "^7.0.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.1",
3
+ "version": "0.18.6",
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.25.0-next.1",
65
- "@backstage/backend-plugin-api": "^0.9.0-next.1",
66
- "@backstage/catalog-client": "^1.6.7-next.0",
67
- "@backstage/catalog-model": "^1.6.0",
64
+ "@backstage/backend-common": "^0.25.0",
65
+ "@backstage/backend-plugin-api": "^1.0.0",
66
+ "@backstage/catalog-client": "^1.7.0",
67
+ "@backstage/catalog-model": "^1.7.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.5.2-next.1",
72
- "@backstage/plugin-catalog-node": "^1.12.7-next.1",
73
- "@backstage/plugin-kubernetes-common": "^0.8.2",
74
- "@backstage/plugin-kubernetes-node": "^0.1.19-next.1",
71
+ "@backstage/plugin-auth-node": "^0.5.2",
72
+ "@backstage/plugin-catalog-node": "^1.13.0",
73
+ "@backstage/plugin-kubernetes-common": "^0.8.3",
74
+ "@backstage/plugin-kubernetes-node": "^0.1.19",
75
75
  "@backstage/plugin-permission-common": "^0.8.1",
76
- "@backstage/plugin-permission-node": "^0.8.3-next.1",
76
+ "@backstage/plugin-permission-node": "^0.8.3",
77
77
  "@backstage/types": "^1.1.1",
78
78
  "@google-cloud/container": "^5.0.0",
79
79
  "@jest-mock/express": "^2.0.1",
@@ -97,16 +97,16 @@
97
97
  "yn": "^4.0.0"
98
98
  },
99
99
  "devDependencies": {
100
- "@backstage/backend-app-api": "^0.10.0-next.1",
101
- "@backstage/backend-defaults": "^0.5.0-next.1",
102
- "@backstage/backend-test-utils": "^0.6.0-next.1",
103
- "@backstage/cli": "^0.27.1-next.1",
104
- "@backstage/plugin-permission-backend": "^0.5.49-next.1",
105
- "@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.0-next.1",
100
+ "@backstage/backend-app-api": "^1.0.0",
101
+ "@backstage/backend-defaults": "^0.5.0",
102
+ "@backstage/backend-test-utils": "^1.0.0",
103
+ "@backstage/cli": "^0.27.1",
104
+ "@backstage/plugin-permission-backend": "^0.5.49",
105
+ "@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.0",
106
106
  "@types/aws4": "^1.5.1",
107
107
  "msw": "^1.0.0",
108
- "supertest": "^6.1.3",
109
- "ws": "^8.13.0"
108
+ "supertest": "^7.0.0",
109
+ "ws": "^8.18.0"
110
110
  },
111
111
  "configSchema": "config.d.ts"
112
112
  }