@backstage/plugin-kubernetes-backend 0.21.0-next.2 → 0.21.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,25 @@
1
1
  # @backstage/plugin-kubernetes-backend
2
2
 
3
+ ## 0.21.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 7f9846f: Add possibility to extends Kubernetes REST API. Add fetcher to parameters for custom objects provider
8
+
9
+ ### Patch Changes
10
+
11
+ - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
12
+ - fb029b6: Updated luxon types
13
+ - e9589d9: Replace `@aws-sdk/signature-v4` with `@smithy/signature-v4`,
14
+ as stated in the [package documentation](https://www.npmjs.com/package/@aws-sdk/signature-v4?activeTab=readme)
15
+ - 8fa8d87: Add Kubernetes Plugin Secrets Accordion with masked secret datas
16
+ - Updated dependencies
17
+ - @backstage/plugin-permission-node@0.10.7
18
+ - @backstage/backend-plugin-api@1.6.0
19
+ - @backstage/plugin-kubernetes-node@0.4.0
20
+ - @backstage/plugin-kubernetes-common@0.9.9
21
+ - @backstage/plugin-catalog-node@1.20.1
22
+
3
23
  ## 0.21.0-next.2
4
24
 
5
25
  ### Minor Changes
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var version = "0.21.0-next.2";
5
+ var version = "0.21.0";
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.21.0-next.2",
3
+ "version": "0.21.0",
4
4
  "description": "A Backstage backend plugin that integrates towards Kubernetes",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -49,18 +49,18 @@
49
49
  "@aws-crypto/sha256-js": "^5.0.0",
50
50
  "@aws-sdk/credential-providers": "^3.350.0",
51
51
  "@azure/identity": "^4.0.0",
52
- "@backstage/backend-plugin-api": "1.6.0-next.1",
53
- "@backstage/catalog-client": "1.12.1",
54
- "@backstage/catalog-model": "1.7.6",
55
- "@backstage/config": "1.3.6",
56
- "@backstage/errors": "1.2.7",
57
- "@backstage/integration-aws-node": "0.1.19",
58
- "@backstage/plugin-catalog-node": "1.20.1-next.1",
59
- "@backstage/plugin-kubernetes-common": "0.9.9-next.0",
60
- "@backstage/plugin-kubernetes-node": "0.4.0-next.2",
61
- "@backstage/plugin-permission-common": "0.9.3",
62
- "@backstage/plugin-permission-node": "0.10.7-next.1",
63
- "@backstage/types": "1.2.2",
52
+ "@backstage/backend-plugin-api": "^1.6.0",
53
+ "@backstage/catalog-client": "^1.12.1",
54
+ "@backstage/catalog-model": "^1.7.6",
55
+ "@backstage/config": "^1.3.6",
56
+ "@backstage/errors": "^1.2.7",
57
+ "@backstage/integration-aws-node": "^0.1.19",
58
+ "@backstage/plugin-catalog-node": "^1.20.1",
59
+ "@backstage/plugin-kubernetes-common": "^0.9.9",
60
+ "@backstage/plugin-kubernetes-node": "^0.4.0",
61
+ "@backstage/plugin-permission-common": "^0.9.3",
62
+ "@backstage/plugin-permission-node": "^0.10.7",
63
+ "@backstage/types": "^1.2.2",
64
64
  "@google-cloud/container": "^5.0.0",
65
65
  "@jest-mock/express": "^2.0.1",
66
66
  "@kubernetes/client-node": "1.4.0",
@@ -75,11 +75,11 @@
75
75
  "node-fetch": "^2.7.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/backend-defaults": "0.14.0-next.1",
79
- "@backstage/backend-test-utils": "1.10.2-next.1",
80
- "@backstage/cli": "0.35.0-next.2",
81
- "@backstage/plugin-permission-backend": "0.7.7-next.1",
82
- "@backstage/plugin-permission-backend-module-allow-all-policy": "0.2.15-next.1",
78
+ "@backstage/backend-defaults": "^0.14.0",
79
+ "@backstage/backend-test-utils": "^1.10.2",
80
+ "@backstage/cli": "^0.35.0",
81
+ "@backstage/plugin-permission-backend": "^0.7.7",
82
+ "@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.15",
83
83
  "@types/express": "^4.17.6",
84
84
  "msw": "^1.0.0",
85
85
  "supertest": "^7.0.0",