diff --git a/docs/operator-manual/upgrading/2.14-3.0.md b/docs/operator-manual/upgrading/2.14-3.0.md index 20669deb54dc2..d8aac5c72afbd 100644 --- a/docs/operator-manual/upgrading/2.14-3.0.md +++ b/docs/operator-manual/upgrading/2.14-3.0.md @@ -373,6 +373,9 @@ kubectl get applications.argoproj.io -n argocd -o jsonpath='{.status.re Any tools or CLI commands parsing the `.status.resources[].health` need to be updated to use the argocd cli/API to get the health status. +!!! note + The application list API (argocd app list) no longer returns the individual health status of resources. + ```sh argocd app get -o json ``` @@ -434,4 +437,4 @@ data: ignoreResourceStatusField: crd ``` -More details for ignored resource updates in the [Diffing customization](../../user-guide/diffing.md) documentation. +More details for ignored resource updates in the [Diffing customization](../../user-guide/diffing.md) documentation. \ No newline at end of file