@backstage/plugin-kubernetes-backend 0.18.0-next.3 → 0.18.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,31 @@
1
1
  # @backstage/plugin-kubernetes-backend
2
2
 
3
+ ## 0.18.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 0177f75: Update kubernetes plugins to use autoscaling/v2
8
+
9
+ ### Patch Changes
10
+
11
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
12
+ - d44a20a: Added additional plugin metadata to `package.json`.
13
+ - Updated dependencies
14
+ - @backstage/backend-common@0.23.0
15
+ - @backstage/backend-plugin-api@0.6.19
16
+ - @backstage/plugin-auth-node@0.4.14
17
+ - @backstage/plugin-catalog-node@1.12.1
18
+ - @backstage/plugin-permission-node@0.7.30
19
+ - @backstage/plugin-kubernetes-common@0.8.0
20
+ - @backstage/plugin-permission-common@0.7.14
21
+ - @backstage/plugin-kubernetes-node@0.1.13
22
+ - @backstage/catalog-client@1.6.5
23
+ - @backstage/catalog-model@1.5.0
24
+ - @backstage/config@1.2.0
25
+ - @backstage/errors@1.2.4
26
+ - @backstage/integration-aws-node@0.1.12
27
+ - @backstage/types@1.1.1
28
+
3
29
  ## 0.18.0-next.3
4
30
 
5
31
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-backend",
3
- "version": "0.18.0-next.3",
3
+ "version": "0.18.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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: () => _backstage_backend_plugin_api.BackendFeature;
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.0-next.3";
441
+ var version = "0.18.0";
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.0-next.3",
3
+ "version": "0.18.0",
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.0-next.3",
65
- "@backstage/backend-plugin-api": "^0.6.19-next.3",
64
+ "@backstage/backend-common": "^0.23.0",
65
+ "@backstage/backend-plugin-api": "^0.6.19",
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.14-next.3",
72
- "@backstage/plugin-catalog-node": "^1.12.1-next.2",
73
- "@backstage/plugin-kubernetes-common": "^0.8.0-next.1",
74
- "@backstage/plugin-kubernetes-node": "^0.1.13-next.3",
75
- "@backstage/plugin-permission-common": "^0.7.14-next.0",
76
- "@backstage/plugin-permission-node": "^0.7.30-next.3",
71
+ "@backstage/plugin-auth-node": "^0.4.14",
72
+ "@backstage/plugin-catalog-node": "^1.12.1",
73
+ "@backstage/plugin-kubernetes-common": "^0.8.0",
74
+ "@backstage/plugin-kubernetes-node": "^0.1.13",
75
+ "@backstage/plugin-permission-common": "^0.7.14",
76
+ "@backstage/plugin-permission-node": "^0.7.30",
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.6-next.3",
101
- "@backstage/backend-test-utils": "^0.4.0-next.3",
102
- "@backstage/cli": "^0.26.7-next.3",
103
- "@backstage/plugin-permission-backend": "^0.5.43-next.3",
104
- "@backstage/plugin-permission-backend-module-allow-all-policy": "^0.1.16-next.2",
100
+ "@backstage/backend-app-api": "^0.7.6",
101
+ "@backstage/backend-test-utils": "^0.4.0",
102
+ "@backstage/cli": "^0.26.7",
103
+ "@backstage/plugin-permission-backend": "^0.5.43",
104
+ "@backstage/plugin-permission-backend-module-allow-all-policy": "^0.1.16",
105
105
  "@types/aws4": "^1.5.1",
106
106
  "msw": "^1.0.0",
107
107
  "supertest": "^6.1.3",