github.com/argoproj/argo-cd/v3@v3.2.1/docs/operator-manual/upgrading/2.13-2.14.md (about) 1 # v2.13 to 2.14 2 3 ## Avoid v2.14.0 manifests and use v2.14.1 4 5 The tagged v2.14.0 manifests contain a nonexistent Argo CD image. If you are using the Argo CD manifests as a remote 6 base, use the v2.14.1 manifests instead. 7 8 Eg, `https://github.com/argoproj/argo-cd/manifests/ha/cluster-install?ref=v2.14.1` or 9 `https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.1/manifests/install.yaml` 10 11 ## Upgraded Helm Version 12 13 Helm was upgraded to 3.16.2 and the skipSchemaValidation Flag was added to 14 the [CLI and Application CR](https://argo-cd.readthedocs.io/en/latest/user-guide/helm/#helm-skip-schema-validation). 15 16 ## Breaking Changes 17 18 ## Sanitized project API response 19 20 Due to security reasons ([GHSA-786q-9hcg-v9ff](https://github.com/argoproj/argo-cd/security/advisories/GHSA-786q-9hcg-v9ff)), 21 the project API response was sanitized to remove sensitive information. This includes 22 credentials of project-scoped repositories and clusters.