Skip to content

Commit f9640e7

Browse files
committed
ML-gitops-RN-1-9-1: Documented the GitOps 1.9.1 RNs.
Jira issue https://issues.redhat.com/browse/RHDEVDOCS-5413 Update to address 1st peer review. Update to address 2nd peer review. Miner update to address 3rd peer reviw. Miner update to address SME review. Updated the errata advisory with the required link.
1 parent 3c29528 commit f9640e7

File tree

3 files changed

+52
-2
lines changed

3 files changed

+52
-2
lines changed

cicd/gitops/gitops-release-notes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ include::modules/go-compatibility-and-support-matrix.adoc[leveloffset=+1]
2323
include::modules/making-open-source-more-inclusive.adoc[leveloffset=+1]
2424

2525
// Modules included, most to least recent
26+
include::modules/gitops-release-notes-1-9-1.adoc[leveloffset=+1]
2627
include::modules/gitops-release-notes-1-9-0.adoc[leveloffset=+1]
2728
// 1.25.0 additional resources, OCP docs
2829
ifdef::openshift-enterprise[]

modules/gitops-release-notes-1-9-0.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
[id="errata-updates-1-9-0_{context}"]
1111
== Errata updates
1212

13-
=== RHSA-2023:112944 - {gitops-title} 1.9.0 security update advisory
13+
=== RHSA-2023:3557 - {gitops-title} 1.9.0 security update advisory
1414

1515
Issued: 2023-06-09
1616

1717
The list of security fixes that are included in this release is documented in the following advisory:
1818

19-
* link:https://access.redhat.com/errata/RHSA-2023:112944[RHSA-2023:112944]
19+
* link:https://access.redhat.com/errata/RHSA-2023:3557[RHSA-2023:3557]
2020

2121
If you have installed the {gitops-title} Operator, run the following command to view the container images in this release:
2222

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
// Module included in the following assembly:
2+
//
3+
// * gitops/gitops-release-notes.adoc
4+
5+
:_content-type: REFERENCE
6+
7+
[id="gitops-release-notes-1-9-1_{context}"]
8+
= Release notes for {gitops-title} 1.9.1
9+
10+
{gitops-title} 1.9.1 is now available on {product-title} 4.12 and 4.13.
11+
12+
[id="errata-updates-1-9-1_{context}"]
13+
== Errata updates
14+
15+
=== RHSA-2023:3591 and RHBA-2023:4117 - {gitops-title} 1.9.1 security update advisory
16+
17+
Issued: 2023-07-17
18+
19+
The list of security fixes that are included in this release is documented in the following advisories:
20+
21+
* link:https://access.redhat.com/errata/RHSA-2023:3591[RHSA-2023:3591]
22+
* link:https://access.redhat.com/errata/RHBA-2023:4117[RHBA-2023:4117]
23+
24+
If you have installed the {gitops-title} Operator, run the following command to view the container images in this release:
25+
26+
[source,terminal]
27+
----
28+
$ oc describe deployment gitops-operator-controller-manager -n openshift-operators
29+
----
30+
31+
[id="new-features-1-9-1_{context}"]
32+
== New features
33+
34+
The current release adds the following improvements:
35+
36+
* With this update, the bundled Argo CD has been updated to version 2.7.6.
37+
38+
[id="fixed-issues-1-9-1_{context}"]
39+
== Fixed issues
40+
41+
The following issues have been resolved in the current release:
42+
43+
* Before this update, Argo CD was becoming unresponsive when there was an increase in namespaces and applications. This update fixes the issue by removing a deadlock. Deadlock occurs when two functions are competing for resources. Now, you should not experience crashes or unresponsiveness when there is an increase in namespaces or applications. link:https://issues.redhat.com/browse/GITOPS-2782[GITOPS-2782]
44+
45+
* 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, you should not experience the deadlock situation, and applications should resynchronize successfully. link:https://issues.redhat.com/browse/GITOPS-2880[GITOPS-2880]
46+
47+
* 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-3042[GITOPS-3042]
48+
49+
* Before this update, the reconciliation timeout setting in the `argocd-cm` config map was not being correctly applied to the Argo CD application controller resource. This update fixes the issue by correctly reading and applying the reconciliation timeout setting from the `argocd-cm` config map. Now, you can modify the reconciliation timeout value from the `AppSync` setting without a problem. link:https://issues.redhat.com/browse/GITOPS-2810[GITOPS-2810]

0 commit comments

Comments
 (0)