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
27 changes: 27 additions & 0 deletions modules/gitops-release-notes-1-12-5.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
// Module included in the following assembly:
//
// * release_notes/gitops-release-notes.adoc
:_mod-docs-content-type: REFERENCE
[id="release-notes-for-gitops-1-12-5_{context}"]
= Release Notes for {gitops-title} 1.12.5

{gitops-title} 1.12.5 is now available on {OCP} 4.12, 4.13, 4.14, and 4.15.

[id="errata-updates-1-12-5_{context}"]
== Errata updates

[id="rhsa-2024-4973-gitops-1-12-5-security-update-advisory_{context}"]
=== RHSA-2024:4973 - {gitops-title} 1.12.5 security update advisory

Issued: 2024-08-01

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

* link:https://access.redhat.com/errata/RHSA-2024:4973[RHSA-2024:4973]

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

[source,terminal]
----
$ oc describe deployment gitops-operator-controller-manager -n openshift-operators
----
3 changes: 3 additions & 0 deletions release_notes/gitops-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ include::modules/gitops-release-notes-1-13-1.adoc[leveloffset=+1]
// Release notes for Red Hat OpenShift GitOps 1.13.0
include::modules/gitops-release-notes-1-13-0.adoc[leveloffset=+1]

// Release notes for Red Hat OpenShift GitOps 1.12.5
include::modules/gitops-release-notes-1-12-5.adoc[leveloffset=+1]

// Release notes for Red Hat OpenShift GitOps 1.12.4
include::modules/gitops-release-notes-1-12-4.adoc[leveloffset=+1]

Expand Down