@backstage/plugin-kubernetes 0.4.20 → 0.5.1

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,59 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6f0c850a86: Fixed styling bug for the CronJobsAccordions and updated Completed pods to display a green dot.
8
+ - Updated dependencies
9
+ - @backstage/core-plugin-api@0.3.1
10
+ - @backstage/core-components@0.8.1
11
+ - @backstage/catalog-model@0.9.8
12
+ - @backstage/plugin-catalog-react@0.6.7
13
+
14
+ ## 0.5.0
15
+
16
+ ### Minor Changes
17
+
18
+ - c010632f88: Add pod metrics lookup and display in pod table.
19
+
20
+ ## Backwards incompatible changes
21
+
22
+ If your Kubernetes distribution does not have the [metrics server](https://github.com/kubernetes-sigs/metrics-server) installed,
23
+ you will need to set the `skipMetricsLookup` config flag to `false`.
24
+
25
+ See the [configuration docs](https://backstage.io/docs/features/kubernetes/configuration) for more details.
26
+
27
+ ### Patch Changes
28
+
29
+ - cd450844f6: Moved React dependencies to `peerDependencies` and allow both React v16 and v17 to be used.
30
+ - Updated dependencies
31
+ - @backstage/core-components@0.8.0
32
+ - @backstage/core-plugin-api@0.3.0
33
+ - @backstage/plugin-kubernetes-common@0.2.0
34
+ - @backstage/plugin-catalog-react@0.6.5
35
+
36
+ ## 0.4.22
37
+
38
+ ### Patch Changes
39
+
40
+ - 86ed770308: Added accordions to display information on Jobs and CronJobs in the kubernetes plugin. Updated the PodsTable with fewer default columns and the ability to pass in additional ones depending on the use case.
41
+ - Updated dependencies
42
+ - @backstage/core-components@0.7.6
43
+ - @backstage/theme@0.2.14
44
+ - @backstage/core-plugin-api@0.2.2
45
+ - @backstage/plugin-kubernetes-common@0.1.7
46
+
47
+ ## 0.4.21
48
+
49
+ ### Patch Changes
50
+
51
+ - 3739d3f773: Implement support for formatting OpenShift dashboard url links
52
+ - Updated dependencies
53
+ - @backstage/plugin-kubernetes-common@0.1.6
54
+ - @backstage/core-plugin-api@0.2.1
55
+ - @backstage/core-components@0.7.5
56
+
3
57
  ## 0.4.20
4
58
 
5
59
  ### Patch Changes