Skip to content
Open
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
37 changes: 37 additions & 0 deletions modules/gitops-release-notes-1-19-7.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
// Module included in the following assembly:
//
// * release_notes/gitops-release-notes-1-19.adoc

:_mod-docs-content-type: REFERENCE

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

[role="_abstract"]

{gitops-title} 1.19.7 is available on {OCP} 4.14, 4.16, 4.17, 4.18, 4.19, 4.20, and 4.21.

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

RHBA-XXXX:NNNN - {gitops-title} 1.19.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/RHBA-XXXX:NNNN[RHBA-XXXX:NNNN]

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-19-7_{context}"]
== Fixed issues

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 the latest 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-19.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,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.19.7
include::modules/gitops-release-notes-1-19-7.adoc[leveloffset=+1]

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

Expand Down