@backstage/plugin-kubernetes-backend 0.19.6 → 0.19.7-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,5 +1,35 @@
1
1
  # @backstage/plugin-kubernetes-backend
2
2
 
3
+ ## 0.19.7-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-client@1.10.1-next.0
9
+ - @backstage/plugin-auth-node@0.6.4-next.1
10
+ - @backstage/plugin-catalog-node@1.17.1-next.1
11
+ - @backstage/backend-plugin-api@1.4.0-next.1
12
+ - @backstage/catalog-model@1.7.4
13
+ - @backstage/config@1.3.2
14
+ - @backstage/errors@1.2.7
15
+ - @backstage/integration-aws-node@0.1.16
16
+ - @backstage/types@1.2.1
17
+ - @backstage/plugin-kubernetes-common@0.9.5
18
+ - @backstage/plugin-kubernetes-node@0.3.1-next.1
19
+ - @backstage/plugin-permission-common@0.9.0
20
+ - @backstage/plugin-permission-node@0.10.1-next.1
21
+
22
+ ## 0.19.7-next.0
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+ - @backstage/backend-plugin-api@1.4.0-next.0
28
+ - @backstage/plugin-auth-node@0.6.4-next.0
29
+ - @backstage/plugin-catalog-node@1.17.1-next.0
30
+ - @backstage/plugin-kubernetes-node@0.3.1-next.0
31
+ - @backstage/plugin-permission-node@0.10.1-next.0
32
+
3
33
  ## 0.19.6
4
34
 
5
35
  ### Patch Changes
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var name = "@backstage/plugin-kubernetes-backend";
6
- var version = "0.19.6";
6
+ var version = "0.19.7-next.1";
7
7
  var description = "A Backstage backend plugin that integrates towards Kubernetes";
8
8
  var backstage = {
9
9
  role: "backend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-backend",
3
- "version": "0.19.6",
3
+ "version": "0.19.7-next.1",
4
4
  "description": "A Backstage backend plugin that integrates towards Kubernetes",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -77,19 +77,19 @@
77
77
  "@aws-sdk/signature-v4": "^3.347.0",
78
78
  "@azure/identity": "^4.0.0",
79
79
  "@backstage/backend-common": "^0.25.0",
80
- "@backstage/backend-plugin-api": "^1.3.1",
81
- "@backstage/catalog-client": "^1.10.0",
82
- "@backstage/catalog-model": "^1.7.4",
83
- "@backstage/config": "^1.3.2",
84
- "@backstage/errors": "^1.2.7",
85
- "@backstage/integration-aws-node": "^0.1.16",
86
- "@backstage/plugin-auth-node": "^0.6.3",
87
- "@backstage/plugin-catalog-node": "^1.17.0",
88
- "@backstage/plugin-kubernetes-common": "^0.9.5",
89
- "@backstage/plugin-kubernetes-node": "^0.3.0",
90
- "@backstage/plugin-permission-common": "^0.9.0",
91
- "@backstage/plugin-permission-node": "^0.10.0",
92
- "@backstage/types": "^1.2.1",
80
+ "@backstage/backend-plugin-api": "1.4.0-next.1",
81
+ "@backstage/catalog-client": "1.10.1-next.0",
82
+ "@backstage/catalog-model": "1.7.4",
83
+ "@backstage/config": "1.3.2",
84
+ "@backstage/errors": "1.2.7",
85
+ "@backstage/integration-aws-node": "0.1.16",
86
+ "@backstage/plugin-auth-node": "0.6.4-next.1",
87
+ "@backstage/plugin-catalog-node": "1.17.1-next.1",
88
+ "@backstage/plugin-kubernetes-common": "0.9.5",
89
+ "@backstage/plugin-kubernetes-node": "0.3.1-next.1",
90
+ "@backstage/plugin-permission-common": "0.9.0",
91
+ "@backstage/plugin-permission-node": "0.10.1-next.1",
92
+ "@backstage/types": "1.2.1",
93
93
  "@google-cloud/container": "^5.0.0",
94
94
  "@jest-mock/express": "^2.0.1",
95
95
  "@kubernetes/client-node": "1.1.2",
@@ -112,12 +112,12 @@
112
112
  "yn": "^4.0.0"
113
113
  },
114
114
  "devDependencies": {
115
- "@backstage/backend-app-api": "^1.2.3",
116
- "@backstage/backend-defaults": "^0.10.0",
117
- "@backstage/backend-test-utils": "^1.5.0",
118
- "@backstage/cli": "^0.32.1",
119
- "@backstage/plugin-permission-backend": "^0.7.0",
120
- "@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.8",
115
+ "@backstage/backend-app-api": "1.2.4-next.1",
116
+ "@backstage/backend-defaults": "0.10.1-next.1",
117
+ "@backstage/backend-test-utils": "1.6.0-next.1",
118
+ "@backstage/cli": "0.32.2-next.0",
119
+ "@backstage/plugin-permission-backend": "0.7.1-next.1",
120
+ "@backstage/plugin-permission-backend-module-allow-all-policy": "0.2.9-next.1",
121
121
  "@types/aws4": "^1.5.1",
122
122
  "msw": "^1.0.0",
123
123
  "supertest": "^7.0.0",