github.com/argoproj/argo-cd@v1.8.7/docs/operator-manual/upgrading/1.5-1.6.md (about)

     1  # v1.5 to 1.6
     2  
     3  ## Removed Deprecated Field of /managed-resources API
     4  
     5  The deprecated `diff` field had been removed from `/api/v1/applications/<app-name>/managed-resources` API. The field is not used
     6  by Argo CD CLI or UI, so it might affect you only if you programmatically use the `managed-resources` API.
     7  
     8  From here on you can follow the [regular upgrade process](./overview.md).