|
| 1 | +// Module included in the following assembly: |
| 2 | +// |
| 3 | +// * gitops/gitops-release-notes.adoc |
| 4 | +:_content-type: REFERENCE |
| 5 | +[id="gitops-release-notes-1-8-4_{context}"] |
| 6 | += Release notes for {gitops-title} 1.8.4 |
| 7 | + |
| 8 | +{gitops-title} 1.8.4 is now available on {product-title} 4.10, 4.11, 4.12, and 4.13. |
| 9 | + |
| 10 | +[id="new-features-1-8-4_{context}"] |
| 11 | +== New features |
| 12 | + |
| 13 | +The current release adds the following improvements: |
| 14 | + |
| 15 | +* With this update, the bundled Argo CD has been updated to version 2.6.13. |
| 16 | + |
| 17 | +[id="fixed-issues-1-8-4_{context}"] |
| 18 | +== Fixed issues |
| 19 | + |
| 20 | +The following issues have been resolved in the current release: |
| 21 | + |
| 22 | +* Before this update, Argo CD was becoming unresponsive when there was an increase in namespaces and applications. The functions competing for resources caused a deadlock. This update fixes the issue by removing the deadlock. Now, you should not experience crashes or unresponsiveness when there is an increase in namespaces or applications. link:https://issues.redhat.com/browse/GITOPS-3192[GITOPS-3192] |
| 23 | + |
| 24 | +* Before this update, the Argo CD application controller resource could suddenly stop working when resynchronizing applications. This update fixes the issue by adding logic to prevent a cluster cache deadlock. Now, applications should resynchronize successfully. link:https://issues.redhat.com/browse/GITOPS-3052[GITOPS-3052] |
| 25 | + |
| 26 | +* Before this update, there was a mismatch in the RSA key for known hosts in the `argocd-ssh-known-hosts-cm` config map. This update fixes the issue by matching the RSA key with the upstream project. Now, you can use the default RSA keys on default deployments. link:https://issues.redhat.com/browse/GITOPS-3144[GITOPS-3144] |
| 27 | + |
| 28 | +* Before this update, an old Redis image version was used when deploying the {gitops-title} Operator, which resulted in vulnerabilities. This update fixes the vulnerabilities on Redis by upgrading it to the latest version of the `registry.redhat.io/rhel-8/redis-6` image. link:https://issues.redhat.com/browse/GITOPS-3069[GITOPS-3069] |
| 29 | + |
| 30 | +* Before this update, users could not connect to Microsoft Team Foundation Server (TFS) type Git repositories through Argo CD deployed by the Operator. This update fixes the issue by updating the Git version to 2.39.3 in the Operator. Now, you can set the `Force HTTP basic auth` flag during repository configurations to connect with the TFS type Git repositories. link:https://issues.redhat.com/browse/GITOPS-1315[GITOPS-1315] |
| 31 | + |
| 32 | +[id="known-issues-1-8-4_{context}"] |
| 33 | +== Known issues |
| 34 | + |
| 35 | +* Currently, {gitops-title} 1.8.4 is not available in the `latest` channel of {product-title} 4.10 and 4.11. The `latest` channel is taken by {gitops-shortname} 1.9.z, which is only released on {product-title} 4.12 and later versions. |
| 36 | ++ |
| 37 | +As a workaround, switch to the `gitops-1.8` channel to get the new update. link:https://issues.redhat.com/browse/GITOPS-3158[GITOPS-3158] |
0 commit comments