@backstage/plugin-kubernetes 0.12.6-next.2 → 0.12.6

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 +20 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.12.6
4
+
5
+ ### Patch Changes
6
+
7
+ - b877e46: Added New Frontend System filter for the Kubernetes tab to use `isKubernetesAvailable` to control its visibility
8
+ - a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.
9
+
10
+ <https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html>
11
+
12
+ - Updated dependencies
13
+ - @backstage/plugin-catalog-react@1.17.0
14
+ - @backstage/frontend-plugin-api@0.10.1
15
+ - @backstage/core-compat-api@0.4.1
16
+ - @backstage/core-components@0.17.1
17
+ - @backstage/core-plugin-api@1.10.6
18
+ - @backstage/plugin-kubernetes-react@0.5.6
19
+ - @backstage/plugin-permission-react@0.4.33
20
+ - @backstage/catalog-model@1.7.3
21
+ - @backstage/plugin-kubernetes-common@0.9.4
22
+
3
23
  ## 0.12.6-next.2
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes",
3
- "version": "0.12.6-next.2",
3
+ "version": "0.12.6",
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.1-next.2",
75
- "@backstage/core-components": "0.17.1-next.1",
76
- "@backstage/core-plugin-api": "1.10.6-next.0",
77
- "@backstage/frontend-plugin-api": "0.10.1-next.1",
78
- "@backstage/plugin-catalog-react": "1.17.0-next.2",
79
- "@backstage/plugin-kubernetes-common": "0.9.4",
80
- "@backstage/plugin-kubernetes-react": "0.5.6-next.1",
81
- "@backstage/plugin-permission-react": "0.4.33-next.0",
73
+ "@backstage/catalog-model": "^1.7.3",
74
+ "@backstage/core-compat-api": "^0.4.1",
75
+ "@backstage/core-components": "^0.17.1",
76
+ "@backstage/core-plugin-api": "^1.10.6",
77
+ "@backstage/frontend-plugin-api": "^0.10.1",
78
+ "@backstage/plugin-catalog-react": "^1.17.0",
79
+ "@backstage/plugin-kubernetes-common": "^0.9.4",
80
+ "@backstage/plugin-kubernetes-react": "^0.5.6",
81
+ "@backstage/plugin-permission-react": "^0.4.33",
82
82
  "@kubernetes-models/apimachinery": "^2.0.0",
83
83
  "@kubernetes-models/base": "^5.0.0",
84
84
  "@kubernetes/client-node": "1.0.0-rc7",
@@ -93,9 +93,9 @@
93
93
  "xterm-addon-fit": "^0.8.0"
94
94
  },
95
95
  "devDependencies": {
96
- "@backstage/cli": "0.32.0-next.2",
97
- "@backstage/dev-utils": "1.1.9-next.2",
98
- "@backstage/test-utils": "1.7.7-next.0",
96
+ "@backstage/cli": "^0.32.0",
97
+ "@backstage/dev-utils": "^1.1.9",
98
+ "@backstage/test-utils": "^1.7.7",
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",