Skip to content

Commit 62fec5b

Browse files
authored
Merge pull request #62613 from ekristova/RHDEVDOCS-5412
RHDEVDOCS-5412: GitOps 1.8.4 release notes
2 parents f5d41dd + c3ee407 commit 62fec5b

File tree

3 files changed

+46
-0
lines changed

3 files changed

+46
-0
lines changed

cicd/gitops/gitops-release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ ifdef::openshift-enterprise[]
3232
* xref:../../operators/admin/olm-configuring-proxy-support.adoc#olm-inject-custom-ca_olm-configuring-proxy-support[Injecting a custom CA certificate]
3333
endif::[]
3434
35+
include::modules/gitops-release-notes-1-8-4.adoc[leveloffset=+1]
36+
3537
include::modules/gitops-release-notes-1-8-3.adoc[leveloffset=+1]
3638
3739
include::modules/gitops-release-notes-1-8-2.adoc[leveloffset=+1]

cicd/gitops/installing-openshift-gitops.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ If you have already installed the Community version of the Argo CD Operator, rem
2424

2525
This guide explains how to install the {gitops-title} Operator to an {product-title} cluster and log in to the Argo CD instance.
2626

27+
[IMPORTANT]
28+
====
29+
The `latest` channel enables installation of the most recent stable version of the {gitops-title} Operator. Currently, it is the default channel for installing the {gitops-title} Operator.
30+
31+
To install a specific version of the {gitops-title} Operator, cluster administrators can use the corresponding `gitops-<version>` channel. For example, to install the {gitops-title} Operator version 1.8.x, you can use the `gitops-1.8` channel.
32+
====
33+
2734
include::modules/installing-gitops-operator-in-web-console.adoc[leveloffset=+1]
2835

2936
include::modules/installing-gitops-operator-using-cli.adoc[leveloffset=+1]
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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

Comments
 (0)