@backstage/plugin-kubernetes-react 0.0.0-nightly-20240820021901 → 0.0.0-nightly-20240904022810

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 +28 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,17 +1,41 @@
1
1
  # @backstage/plugin-kubernetes-react
2
2
 
3
- ## 0.0.0-nightly-20240820021901
3
+ ## 0.0.0-nightly-20240904022810
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.0.0-nightly-20240904022810
9
+ - @backstage/catalog-model@1.6.0
10
+ - @backstage/core-plugin-api@1.9.3
11
+ - @backstage/errors@1.2.4
12
+ - @backstage/types@1.1.1
13
+ - @backstage/plugin-kubernetes-common@0.8.2
14
+
15
+ ## 0.4.3-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/core-components@0.14.11-next.0
21
+ - @backstage/catalog-model@1.6.0
22
+ - @backstage/core-plugin-api@1.9.3
23
+ - @backstage/errors@1.2.4
24
+ - @backstage/types@1.1.1
25
+ - @backstage/plugin-kubernetes-common@0.8.2
26
+
27
+ ## 0.4.2
4
28
 
5
29
  ### Patch Changes
6
30
 
7
31
  - 954a593: `Liveness Probe` added in ContainerCard Component of PodDrawer
8
32
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20240820021901
10
- - @backstage/catalog-model@0.0.0-nightly-20240820021901
33
+ - @backstage/core-components@0.14.10
34
+ - @backstage/catalog-model@1.6.0
11
35
  - @backstage/core-plugin-api@1.9.3
12
36
  - @backstage/errors@1.2.4
13
37
  - @backstage/types@1.1.1
14
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20240820021901
38
+ - @backstage/plugin-kubernetes-common@0.8.2
15
39
 
16
40
  ## 0.4.2-next.3
17
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-react",
3
- "version": "0.0.0-nightly-20240820021901",
3
+ "version": "0.0.0-nightly-20240904022810",
4
4
  "description": "Web library for the kubernetes-react plugin",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -41,11 +41,11 @@
41
41
  "test": "backstage-cli package test"
42
42
  },
43
43
  "dependencies": {
44
- "@backstage/catalog-model": "^0.0.0-nightly-20240820021901",
45
- "@backstage/core-components": "^0.0.0-nightly-20240820021901",
44
+ "@backstage/catalog-model": "^1.6.0",
45
+ "@backstage/core-components": "^0.0.0-nightly-20240904022810",
46
46
  "@backstage/core-plugin-api": "^1.9.3",
47
47
  "@backstage/errors": "^1.2.4",
48
- "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20240820021901",
48
+ "@backstage/plugin-kubernetes-common": "^0.8.2",
49
49
  "@backstage/types": "^1.1.1",
50
50
  "@kubernetes-models/apimachinery": "^1.1.0",
51
51
  "@kubernetes-models/base": "^4.0.1",
@@ -65,9 +65,9 @@
65
65
  "xterm-addon-fit": "^0.8.0"
66
66
  },
67
67
  "devDependencies": {
68
- "@backstage/cli": "^0.0.0-nightly-20240820021901",
69
- "@backstage/core-app-api": "^0.0.0-nightly-20240820021901",
70
- "@backstage/test-utils": "^0.0.0-nightly-20240820021901",
68
+ "@backstage/cli": "^0.0.0-nightly-20240904022810",
69
+ "@backstage/core-app-api": "^0.0.0-nightly-20240904022810",
70
+ "@backstage/test-utils": "^0.0.0-nightly-20240904022810",
71
71
  "@testing-library/jest-dom": "^6.0.0",
72
72
  "@testing-library/react": "^15.0.0",
73
73
  "jest-websocket-mock": "^2.5.0",