Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions modules/gitops-release-notes-1-20-7.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
// Module included in the following assembly:
//
// * release_notes/gitops-release-notes-1-20.adoc

:_mod-docs-content-type: REFERENCE

[id="gitops-release-notes-1-20-7_{context}"]
= Release notes for {gitops-title} 1.20.7

[role="_abstract"]
{gitops-title} 1.20.7 is available on {OCP} 4.14, 4.16, 4.17, 4.18, 4.19, 4.20, and 4.21.

[id="errata-updates-1-20-7_{context}"]
== Errata updates

RHSA-2026:63141 - {gitops-title} 1.20.7 enhancement update advisory::
Issued: 2026-09-03
+
The list of enhancements that are included in this release is documented in the following advisory:
+
* link:https://access.redhat.com/errata/RHSA-2026:63141[RHSA-2026:63141]

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

[source,terminal,subs="+quotes"]
----
$ oc describe deployment openshift-gitops-operator-controller-manager -n openshift-gitops-operator
----

[id="fixed-issues-1-20-7_{context}"]
== Fixed issues

Argo CD preserves the aggregationRule field when managing ClusterRoles::
Before this update, managing ClusterRoles with Argo CD and applying custom labels could cause conflicting field ownership during server-side apply, resulting in the removal of the `aggregationRule` field. With this update, Argo CD preserves the `aggregationRule` field during server-side apply operations.
+
link:https://redhat.atlassian.net/browse/GITOPS-7957[GITOPS-7957]

Redis container image updated to the latest version::
Before this update, {gitops-title} used an outdated Redis container image that contained multiple known issues. With this update, the Operator uses a newer Redis container image, which includes security patches and dependency updates.
+
link:https://redhat.atlassian.net/browse/GITOPS-10464[GITOPS-10464]
3 changes: 3 additions & 0 deletions release_notes/gitops-release-notes-1-20.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ include::modules/go-compatibility-and-support-matrix.adoc[leveloffset=+1]

// Modules included, most to least recent

// Release notes for Red Hat OpenShift GitOps 1.20.7
include::modules/gitops-release-notes-1-20-7.adoc[leveloffset=+1]

// Release notes for Red Hat OpenShift GitOps 1.20.6
include::modules/gitops-release-notes-1-20-6.adoc[leveloffset=+1]

Expand Down