@backstage/plugin-kubernetes-backend 0.16.1 → 0.16.3

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,47 @@
1
1
  # @backstage/plugin-kubernetes-backend
2
2
 
3
+ ## 0.16.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 9b1abac: Added a new service locator `CatalogRelationServiceLocator` that only returns clusters an entity lists in `relations.dependsOn`.
8
+ - Updated dependencies
9
+ - @backstage/plugin-catalog-node@1.11.0
10
+ - @backstage/catalog-client@1.6.3
11
+ - @backstage/plugin-auth-node@0.4.11
12
+ - @backstage/backend-common@0.21.6
13
+ - @backstage/integration-aws-node@0.1.12
14
+ - @backstage/plugin-kubernetes-node@0.1.10
15
+ - @backstage/backend-plugin-api@0.6.16
16
+ - @backstage/plugin-permission-node@0.7.27
17
+ - @backstage/catalog-model@1.4.5
18
+ - @backstage/config@1.2.0
19
+ - @backstage/errors@1.2.4
20
+ - @backstage/types@1.1.1
21
+ - @backstage/plugin-kubernetes-common@0.7.5
22
+ - @backstage/plugin-permission-common@0.7.13
23
+
24
+ ## 0.16.2
25
+
26
+ ### Patch Changes
27
+
28
+ - 9b1abac: Added a new service locator `CatalogRelationServiceLocator` that only returns clusters an entity lists in `relations.dependsOn`.
29
+ - Updated dependencies
30
+ - @backstage/plugin-catalog-node@1.10.0
31
+ - @backstage/catalog-client@1.6.2
32
+ - @backstage/backend-common@0.21.5
33
+ - @backstage/integration-aws-node@0.1.11
34
+ - @backstage/plugin-kubernetes-node@0.1.9
35
+ - @backstage/plugin-auth-node@0.4.10
36
+ - @backstage/plugin-permission-node@0.7.26
37
+ - @backstage/backend-plugin-api@0.6.15
38
+ - @backstage/catalog-model@1.4.5
39
+ - @backstage/config@1.2.0
40
+ - @backstage/errors@1.2.4
41
+ - @backstage/types@1.1.1
42
+ - @backstage/plugin-kubernetes-common@0.7.5
43
+ - @backstage/plugin-permission-common@0.7.13
44
+
3
45
  ## 0.16.1
4
46
 
5
47
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-backend",
3
- "version": "0.16.1",
3
+ "version": "0.16.3",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/dist/index.cjs.js CHANGED
@@ -471,7 +471,7 @@ function runPeriodically(fn, delayMs) {
471
471
 
472
472
  var name = "@backstage/plugin-kubernetes-backend";
473
473
  var description = "A Backstage backend plugin that integrates towards Kubernetes";
474
- var version = "0.16.1";
474
+ var version = "0.16.3";
475
475
  var main = "src/index.ts";
476
476
  var types = "src/index.ts";
477
477
  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.1",
4
+ "version": "0.16.3",
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",
53
- "@backstage/backend-plugin-api": "^0.6.14",
54
- "@backstage/catalog-client": "^1.6.1",
52
+ "@backstage/backend-common": "^0.21.6",
53
+ "@backstage/backend-plugin-api": "^0.6.16",
54
+ "@backstage/catalog-client": "^1.6.3",
55
55
  "@backstage/catalog-model": "^1.4.5",
56
56
  "@backstage/config": "^1.2.0",
57
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.9.0",
58
+ "@backstage/integration-aws-node": "^0.1.12",
59
+ "@backstage/plugin-auth-node": "^0.4.11",
60
+ "@backstage/plugin-catalog-node": "^1.11.0",
61
61
  "@backstage/plugin-kubernetes-common": "^0.7.5",
62
- "@backstage/plugin-kubernetes-node": "^0.1.8",
62
+ "@backstage/plugin-kubernetes-node": "^0.1.10",
63
63
  "@backstage/plugin-permission-common": "^0.7.13",
64
- "@backstage/plugin-permission-node": "^0.7.25",
64
+ "@backstage/plugin-permission-node": "^0.7.27",
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",
89
- "@backstage/backend-test-utils": "^0.3.4",
90
- "@backstage/cli": "^0.26.0",
91
- "@backstage/plugin-permission-backend": "^0.5.38",
92
- "@backstage/plugin-permission-backend-module-allow-all-policy": "^0.1.11",
88
+ "@backstage/backend-app-api": "^0.6.2",
89
+ "@backstage/backend-test-utils": "^0.3.6",
90
+ "@backstage/cli": "^0.26.2",
91
+ "@backstage/plugin-permission-backend": "^0.5.40",
92
+ "@backstage/plugin-permission-backend-module-allow-all-policy": "^0.1.13",
93
93
  "@types/aws4": "^1.5.1",
94
94
  "msw": "^1.0.0",
95
95
  "supertest": "^6.1.3",