@backstage/plugin-kubernetes 0.7.7-next.0 → 0.7.7-next.2

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,31 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.7.7-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-plugin-api@1.3.0-next.1
9
+ - @backstage/plugin-catalog-react@1.2.4-next.2
10
+ - @backstage/catalog-model@1.1.5-next.1
11
+ - @backstage/config@1.0.6-next.0
12
+ - @backstage/core-components@0.12.3-next.2
13
+ - @backstage/theme@0.2.16
14
+ - @backstage/plugin-kubernetes-common@0.5.1-next.1
15
+
16
+ ## 0.7.7-next.1
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/config@1.0.6-next.0
22
+ - @backstage/catalog-model@1.1.5-next.1
23
+ - @backstage/core-components@0.12.3-next.1
24
+ - @backstage/core-plugin-api@1.2.1-next.0
25
+ - @backstage/theme@0.2.16
26
+ - @backstage/plugin-catalog-react@1.2.4-next.1
27
+ - @backstage/plugin-kubernetes-common@0.5.1-next.1
28
+
3
29
  ## 0.7.7-next.0
4
30
 
5
31
  ### Patch Changes
package/dist/index.esm.js CHANGED
@@ -625,6 +625,7 @@ const detectErrorsInPods = (pods, clusterName) => detectErrorsInObjects(pods, "P
625
625
 
626
626
  const deploymentErrorMappers = [
627
627
  {
628
+ // this is probably important
628
629
  severity: 6,
629
630
  errorExplanation: "condition-message-present",
630
631
  errorExists: (deployment) => {
@@ -649,6 +650,7 @@ const detectErrorsInDeployments = (deployments, clusterName) => detectErrorsInOb
649
650
 
650
651
  const hpaErrorMappers = [
651
652
  {
653
+ // this is probably important
652
654
  severity: 8,
653
655
  errorExplanation: "hpa-max-current-replicas",
654
656
  errorExists: (hpa) => {
@@ -760,6 +762,7 @@ const useCustomResources = (entity, customResourceMatchers, intervalMs = 1e4) =>
760
762
  entity
761
763
  });
762
764
  },
765
+ // eslint-disable-next-line react-hooks/exhaustive-deps
763
766
  [kubernetesApi, entity, kubernetesAuthProvidersApi, matchersString]
764
767
  );
765
768
  const { value, loading, error, retry } = useAsyncRetry(