@backstage/plugin-kubernetes 0.6.4-next.1 → 0.6.5-next.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,41 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.6.5-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-react@1.1.0-next.0
9
+
10
+ ## 0.6.4
11
+
12
+ ### Patch Changes
13
+
14
+ - 82e2ae6ff6: build(deps): bump `cronstrue` from 1.125.0 to 2.2.0
15
+ - 7c7919777e: build(deps-dev): bump `@testing-library/react-hooks` from 7.0.2 to 8.0.0
16
+ - 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
17
+ - 1023ee6353: export kubernetes components
18
+ - 230ad0826f: Bump to using `@types/node` v16
19
+ - f616d99f6f: Fix division by zero in currentToDeclaredResourceToPerc when pod resources weren't set
20
+ - Updated dependencies
21
+ - @backstage/plugin-catalog-react@1.0.1
22
+ - @backstage/catalog-model@1.0.1
23
+ - @backstage/core-components@0.9.3
24
+ - @backstage/core-plugin-api@1.0.1
25
+ - @backstage/plugin-kubernetes-common@0.2.9
26
+
27
+ ## 0.6.4-next.2
28
+
29
+ ### Patch Changes
30
+
31
+ - 82e2ae6ff6: build(deps): bump `cronstrue` from 1.125.0 to 2.2.0
32
+ - 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
33
+ - 230ad0826f: Bump to using `@types/node` v16
34
+ - Updated dependencies
35
+ - @backstage/core-components@0.9.3-next.2
36
+ - @backstage/core-plugin-api@1.0.1-next.0
37
+ - @backstage/plugin-catalog-react@1.0.1-next.3
38
+
3
39
  ## 0.6.4-next.1
4
40
 
5
41
  ### Patch Changes