@backstage/plugin-kubernetes-backend 0.20.1 → 0.20.2-next.1

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,10 +1,35 @@
1
1
  # @backstage/plugin-kubernetes-backend
2
2
 
3
- ## 0.20.1
3
+ ## 0.20.2-next.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - cac22eb: Fix issue with default objects not being loaded properly
7
+ - Updated dependencies
8
+ - @backstage/plugin-auth-node@0.6.7-next.0
9
+ - @backstage/backend-plugin-api@1.4.3-next.0
10
+ - @backstage/plugin-permission-node@0.10.4-next.0
11
+ - @backstage/plugin-kubernetes-node@0.3.4-next.0
12
+ - @backstage/plugin-catalog-node@1.18.1-next.0
13
+
14
+ ## 0.20.2-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - 80cf8c9: Fix issue with default objects not being loaded properly
19
+ - Updated dependencies
20
+ - @backstage/backend-plugin-api@1.4.2
21
+ - @backstage/catalog-client@1.11.0
22
+ - @backstage/catalog-model@1.7.5
23
+ - @backstage/config@1.3.3
24
+ - @backstage/errors@1.2.7
25
+ - @backstage/integration-aws-node@0.1.17
26
+ - @backstage/types@1.2.1
27
+ - @backstage/plugin-auth-node@0.6.6
28
+ - @backstage/plugin-catalog-node@1.18.0
29
+ - @backstage/plugin-kubernetes-common@0.9.6
30
+ - @backstage/plugin-kubernetes-node@0.3.3
31
+ - @backstage/plugin-permission-common@0.9.1
32
+ - @backstage/plugin-permission-node@0.10.3
8
33
 
9
34
  ## 0.20.0
10
35
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var version = "0.20.1";
5
+ var version = "0.20.2-next.1";
6
6
  var packageinfo = {
7
7
  version: version};
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-backend",
3
- "version": "0.20.1",
3
+ "version": "0.20.2-next.1",
4
4
  "description": "A Backstage backend plugin that integrates towards Kubernetes",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -50,19 +50,19 @@
50
50
  "@aws-sdk/credential-providers": "^3.350.0",
51
51
  "@aws-sdk/signature-v4": "^3.347.0",
52
52
  "@azure/identity": "^4.0.0",
53
- "@backstage/backend-plugin-api": "^1.4.2",
54
- "@backstage/catalog-client": "^1.11.0",
55
- "@backstage/catalog-model": "^1.7.5",
56
- "@backstage/config": "^1.3.3",
57
- "@backstage/errors": "^1.2.7",
58
- "@backstage/integration-aws-node": "^0.1.17",
59
- "@backstage/plugin-auth-node": "^0.6.6",
60
- "@backstage/plugin-catalog-node": "^1.18.0",
61
- "@backstage/plugin-kubernetes-common": "^0.9.6",
62
- "@backstage/plugin-kubernetes-node": "^0.3.3",
63
- "@backstage/plugin-permission-common": "^0.9.1",
64
- "@backstage/plugin-permission-node": "^0.10.3",
65
- "@backstage/types": "^1.2.1",
53
+ "@backstage/backend-plugin-api": "1.4.3-next.0",
54
+ "@backstage/catalog-client": "1.11.0",
55
+ "@backstage/catalog-model": "1.7.5",
56
+ "@backstage/config": "1.3.3",
57
+ "@backstage/errors": "1.2.7",
58
+ "@backstage/integration-aws-node": "0.1.17",
59
+ "@backstage/plugin-auth-node": "0.6.7-next.0",
60
+ "@backstage/plugin-catalog-node": "1.18.1-next.0",
61
+ "@backstage/plugin-kubernetes-common": "0.9.6",
62
+ "@backstage/plugin-kubernetes-node": "0.3.4-next.0",
63
+ "@backstage/plugin-permission-common": "0.9.1",
64
+ "@backstage/plugin-permission-node": "0.10.4-next.0",
65
+ "@backstage/types": "1.2.1",
66
66
  "@google-cloud/container": "^5.0.0",
67
67
  "@jest-mock/express": "^2.0.1",
68
68
  "@kubernetes/client-node": "1.1.2",
@@ -83,12 +83,12 @@
83
83
  "yn": "^4.0.0"
84
84
  },
85
85
  "devDependencies": {
86
- "@backstage/backend-app-api": "^1.2.6",
87
- "@backstage/backend-defaults": "^0.12.0",
88
- "@backstage/backend-test-utils": "^1.8.0",
89
- "@backstage/cli": "^0.34.0",
90
- "@backstage/plugin-permission-backend": "^0.7.3",
91
- "@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.11",
86
+ "@backstage/backend-app-api": "1.2.7-next.0",
87
+ "@backstage/backend-defaults": "0.12.1-next.0",
88
+ "@backstage/backend-test-utils": "1.9.0-next.1",
89
+ "@backstage/cli": "0.34.2-next.1",
90
+ "@backstage/plugin-permission-backend": "0.7.4-next.0",
91
+ "@backstage/plugin-permission-backend-module-allow-all-policy": "0.2.12-next.0",
92
92
  "@types/aws4": "^1.5.1",
93
93
  "@types/express": "^4.17.6",
94
94
  "@types/luxon": "^3.0.0",