@backstage/plugin-kubernetes-backend 0.16.0-next.2 → 0.16.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.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - e1e540c: **BREAKING**: The `KubernetesBuilder.createBuilder` method now requires the `discovery` service to be forwarded from the plugin environment. This is part of the migration to support new auth services.
8
+
9
+ ### Patch Changes
10
+
11
+ - b9a0888: Fixed a bug in the proxy endpoint. Now when the `serviceAccount` strategy is used and no `serviceAccountToken` has been provided, the proxy endpoint assumes backstage is running on Kubernetes and gets the URL and CA from the Pod instance.
12
+ - 69d0217: Pass user credentials when calling catalog get entities api.
13
+ - Updated dependencies
14
+ - @backstage/backend-common@0.21.4
15
+ - @backstage/plugin-auth-node@0.4.9
16
+ - @backstage/config@1.2.0
17
+ - @backstage/errors@1.2.4
18
+ - @backstage/backend-plugin-api@0.6.14
19
+ - @backstage/plugin-permission-common@0.7.13
20
+ - @backstage/plugin-catalog-node@1.8.0
21
+ - @backstage/plugin-kubernetes-node@0.1.8
22
+ - @backstage/catalog-client@1.6.1
23
+ - @backstage/plugin-permission-node@0.7.25
24
+ - @backstage/plugin-kubernetes-common@0.7.5
25
+ - @backstage/catalog-model@1.4.5
26
+ - @backstage/integration-aws-node@0.1.10
27
+ - @backstage/types@1.1.1
28
+
3
29
  ## 0.16.0-next.2
4
30
 
5
31
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-backend",
3
- "version": "0.16.0-next.2",
3
+ "version": "0.16.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/dist/index.cjs.js CHANGED
@@ -473,7 +473,7 @@ function runPeriodically(fn, delayMs) {
473
473
 
474
474
  var name = "@backstage/plugin-kubernetes-backend";
475
475
  var description = "A Backstage backend plugin that integrates towards Kubernetes";
476
- var version = "0.16.0-next.2";
476
+ var version = "0.16.0";
477
477
  var main = "src/index.ts";
478
478
  var types = "src/index.ts";
479
479
  var license = "Apache-2.0";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-backend",
3
3
  "description": "A Backstage backend plugin that integrates towards Kubernetes",
4
- "version": "0.16.0-next.2",
4
+ "version": "0.16.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -49,19 +49,19 @@
49
49
  "@aws-sdk/credential-providers": "^3.350.0",
50
50
  "@aws-sdk/signature-v4": "^3.347.0",
51
51
  "@azure/identity": "^4.0.0",
52
- "@backstage/backend-common": "^0.21.4-next.2",
53
- "@backstage/backend-plugin-api": "^0.6.14-next.2",
54
- "@backstage/catalog-client": "^1.6.1-next.1",
55
- "@backstage/catalog-model": "^1.4.5-next.0",
56
- "@backstage/config": "^1.2.0-next.1",
57
- "@backstage/errors": "^1.2.4-next.0",
58
- "@backstage/integration-aws-node": "^0.1.10-next.1",
59
- "@backstage/plugin-auth-node": "^0.4.9-next.2",
60
- "@backstage/plugin-catalog-node": "^1.8.0-next.2",
61
- "@backstage/plugin-kubernetes-common": "^0.7.5-next.1",
62
- "@backstage/plugin-kubernetes-node": "^0.1.8-next.2",
63
- "@backstage/plugin-permission-common": "^0.7.13-next.1",
64
- "@backstage/plugin-permission-node": "^0.7.25-next.2",
52
+ "@backstage/backend-common": "^0.21.4",
53
+ "@backstage/backend-plugin-api": "^0.6.14",
54
+ "@backstage/catalog-client": "^1.6.1",
55
+ "@backstage/catalog-model": "^1.4.5",
56
+ "@backstage/config": "^1.2.0",
57
+ "@backstage/errors": "^1.2.4",
58
+ "@backstage/integration-aws-node": "^0.1.10",
59
+ "@backstage/plugin-auth-node": "^0.4.9",
60
+ "@backstage/plugin-catalog-node": "^1.8.0",
61
+ "@backstage/plugin-kubernetes-common": "^0.7.5",
62
+ "@backstage/plugin-kubernetes-node": "^0.1.8",
63
+ "@backstage/plugin-permission-common": "^0.7.13",
64
+ "@backstage/plugin-permission-node": "^0.7.25",
65
65
  "@backstage/types": "^1.1.1",
66
66
  "@google-cloud/container": "^5.0.0",
67
67
  "@jest-mock/express": "^2.0.1",
@@ -85,11 +85,11 @@
85
85
  "yn": "^4.0.0"
86
86
  },
87
87
  "devDependencies": {
88
- "@backstage/backend-app-api": "^0.6.0-next.2",
89
- "@backstage/backend-test-utils": "^0.3.4-next.2",
90
- "@backstage/cli": "^0.25.3-next.2",
91
- "@backstage/plugin-permission-backend": "^0.5.37-next.2",
92
- "@backstage/plugin-permission-backend-module-allow-all-policy": "^0.1.11-next.2",
88
+ "@backstage/backend-app-api": "^0.6.0",
89
+ "@backstage/backend-test-utils": "^0.3.4",
90
+ "@backstage/cli": "^0.26.0",
91
+ "@backstage/plugin-permission-backend": "^0.5.37",
92
+ "@backstage/plugin-permission-backend-module-allow-all-policy": "^0.1.11",
93
93
  "@types/aws4": "^1.5.1",
94
94
  "msw": "^1.0.0",
95
95
  "supertest": "^6.1.3",