@backstage/plugin-kubernetes 0.12.7-next.3 → 0.12.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.12.7
4
+
5
+ ### Patch Changes
6
+
7
+ - fb58f20: Internal update to use the new `pluginId` option of `createFrontendPlugin`.
8
+ - 216c6b2: Updated dependency `@kubernetes/client-node` to `1.1.2`.
9
+ - 72d019d: Removed various typos
10
+ - Updated dependencies
11
+ - @backstage/frontend-plugin-api@0.10.2
12
+ - @backstage/plugin-kubernetes-react@0.5.7
13
+ - @backstage/core-components@0.17.2
14
+ - @backstage/catalog-model@1.7.4
15
+ - @backstage/core-compat-api@0.4.2
16
+ - @backstage/plugin-catalog-react@1.18.0
17
+ - @backstage/plugin-kubernetes-common@0.9.5
18
+ - @backstage/core-plugin-api@1.10.7
19
+ - @backstage/plugin-permission-react@0.4.34
20
+
3
21
  ## 0.12.7-next.3
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes",
3
- "version": "0.12.7-next.3",
3
+ "version": "0.12.7",
4
4
  "description": "A Backstage plugin that integrates towards Kubernetes",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -70,15 +70,15 @@
70
70
  "test": "backstage-cli package test"
71
71
  },
72
72
  "dependencies": {
73
- "@backstage/catalog-model": "1.7.3",
74
- "@backstage/core-compat-api": "0.4.2-next.3",
75
- "@backstage/core-components": "0.17.2-next.1",
76
- "@backstage/core-plugin-api": "1.10.7-next.0",
77
- "@backstage/frontend-plugin-api": "0.10.2-next.1",
78
- "@backstage/plugin-catalog-react": "1.18.0-next.3",
79
- "@backstage/plugin-kubernetes-common": "0.9.5-next.0",
80
- "@backstage/plugin-kubernetes-react": "0.5.7-next.1",
81
- "@backstage/plugin-permission-react": "0.4.34-next.1",
73
+ "@backstage/catalog-model": "^1.7.4",
74
+ "@backstage/core-compat-api": "^0.4.2",
75
+ "@backstage/core-components": "^0.17.2",
76
+ "@backstage/core-plugin-api": "^1.10.7",
77
+ "@backstage/frontend-plugin-api": "^0.10.2",
78
+ "@backstage/plugin-catalog-react": "^1.18.0",
79
+ "@backstage/plugin-kubernetes-common": "^0.9.5",
80
+ "@backstage/plugin-kubernetes-react": "^0.5.7",
81
+ "@backstage/plugin-permission-react": "^0.4.34",
82
82
  "@kubernetes-models/apimachinery": "^2.0.0",
83
83
  "@kubernetes-models/base": "^5.0.0",
84
84
  "@kubernetes/client-node": "1.1.2",
@@ -93,9 +93,9 @@
93
93
  "xterm-addon-fit": "^0.8.0"
94
94
  },
95
95
  "devDependencies": {
96
- "@backstage/cli": "0.32.1-next.3",
97
- "@backstage/dev-utils": "1.1.10-next.3",
98
- "@backstage/test-utils": "1.7.8-next.2",
96
+ "@backstage/cli": "^0.32.1",
97
+ "@backstage/dev-utils": "^1.1.10",
98
+ "@backstage/test-utils": "^1.7.8",
99
99
  "@testing-library/dom": "^10.0.0",
100
100
  "@testing-library/jest-dom": "^6.0.0",
101
101
  "@testing-library/react": "^16.0.0",