Skip to content

Commit 7cc1477

Browse files
committed
RHDEVDOCS-6444: Content creation for GitOps 1.15.2
Fixed QE review comments Incorporating SME review comments
1 parent c9d61f5 commit 7cc1477

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
// Module included in the following assembly:
2+
//
3+
// * release_notes/gitops-release-notes-1-15.adoc
4+
5+
:_mod-docs-content-type: REFERENCE
6+
7+
[id="gitops-release-notes-1-15-2_{context}"]
8+
= Release notes for {gitops-title} 1.15.2
9+
10+
{gitops-title} 1.15.2 is now available on {OCP} 4.14, 4.15, 4.16, and 4.17.
11+
12+
[id="errata-updates-1-15.2_{context}"]
13+
== Errata updates
14+
15+
[id="RHSA-2025:7753-gitops-1-15-2-security-update-advisory_{context}"]
16+
=== RHSA-2025:7753 - {gitops-title} 1.15.2 security update advisory
17+
18+
Issued: 2025-05-15
19+
20+
The list of security fixes that are included in this release is documented in the following advisory:
21+
22+
* link:https://access.redhat.com/errata/RHSA-2025:7753[RHSA-2025:7753]
23+
24+
If you have installed the {gitops-title} Operator in the default namespace, 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-gitops-operator
29+
----
30+
31+
[id="fixed-issues-1-15-2_{context}"]
32+
== Fixed issues
33+
34+
* Before this update, you might have experienced crashes in the Argo CD components, such as, `server`, `repo-server`, and `application-controller`, when accessing the Redis instance due to network or DNS instabilities within the cluster. These crashes occured from a race condition in the `go-redis` client library when multiple connections in a connection pool call the `dial hook` function. With this update, integrating an updated `go-redis` client library that eliminates race conditions during `dial hook` function calls resolves the issue, and improves the handling and recovery from network and DNS errors, ensuring greater stability for Argo CD components. link:https://issues.redhat.com/browse/GITOPS-6287[GITOPS-6287]
35+
36+
* Before this update, upgrading the {gitops-title} Operator to v1.15.1 raised a health check error that prevented {rh-rhacm-first} policies from syncing. With this update, adding a missing nil check to `.status.placement` for *Policy* resolves the issue. link:https://issues.redhat.com/browse/GITOPS-6664[GITOPS-6664]
37+
38+
* Before this update, when `.spec.source.targetRevision` was set to an annotated Git tag, Argo CD treated resource drift as needing reconciliation and reverted the manual changes on the cluster, despite self-healing being disabled. This behavior was inconsistent with that of lightweight tags. With this update, when `selfHeal` is set to `false`, manual changes to live resources are no longer reverted, even if you are using an annotated Git tag as the source, and Argo CD now handles annotated and lightweight tags consistently. link:https://issues.redhat.com/browse/GITOPS-6150[GITOPS-6150]
39+
40+
* Before this update, Argo CD monitoring worked automatically when deployed in any namespace and user-workload monitoring support for workloads did not require any manual configuration. With this update, if you deploy Argo CD in a non-{OCP} namespace, you must enable user-workload monitoring in {OCP}. For more information, see link:https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/monitoring/configuring-user-workload-monitoring#enabling-monitoring-for-user-defined-projects-uwm_preparing-to-configure-the-monitoring-stack-uwm[Enabling monitoring for user-defined projects]. link:https://issues.redhat.com/browse/GITOPS-6251[GITOPS-6251]

release_notes/gitops-release-notes-1-15.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ include::modules/go-compatibility-and-support-matrix.adoc[leveloffset=+1]
3030

3131
// Modules included, most to least recent
3232

33+
// Release notes for Red Hat OpenShift GitOps 1.15.2
34+
include::modules/gitops-release-notes-1-15-2.adoc[leveloffset=+1]
35+
3336
// Release notes for Red Hat OpenShift GitOps 1.15.1
3437
include::modules/gitops-release-notes-1-15-1.adoc[leveloffset=+1]
3538

0 commit comments

Comments
 (0)