diff --git a/modules/gitops-release-notes-1-20-7.adoc b/modules/gitops-release-notes-1-20-7.adoc new file mode 100644 index 00000000000..4d0136c401b --- /dev/null +++ b/modules/gitops-release-notes-1-20-7.adoc @@ -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] diff --git a/release_notes/gitops-release-notes-1-20.adoc b/release_notes/gitops-release-notes-1-20.adoc index 536abbf3f60..088cdf91ef6 100644 --- a/release_notes/gitops-release-notes-1-20.adoc +++ b/release_notes/gitops-release-notes-1-20.adoc @@ -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]