Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gitops-docs-1.12] RHDEVDOCS-5997: Content creation for 1.11.3 RN #74418

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
29 changes: 29 additions & 0 deletions modules/gitops-release-notes-1-11-3.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// Module included in the following assembly:
//
// * release_notes/gitops-release-notes.adoc

:_mod-docs-content-type: REFERENCE

[id="release-notes-for-gitops-1-11-3_{context}"]
= Release Notes for {gitops-title} 1.11.3

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

[id="errata-updates-1-11-3_{context}"]
== Errata updates

[id="rhsa-2024-1697-gitops-1-11-3-security-update-advisory_{context}"]
=== RHSA-2024:1697 - {gitops-title} 1.11.3 security update advisory

Issued: 2024-04-08

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:1697[RHSA-2024:1697]

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 @@ -28,6 +28,9 @@ include::modules/making-open-source-more-inclusive.adoc[leveloffset=+1]
// Release notes for Red Hat OpenShift GitOps 1.12.0
include::modules/gitops-release-notes-1-12-0.adoc[leveloffset=+1]

// Release notes for Red Hat OpenShift GitOps 1.11.3
include::modules/gitops-release-notes-1-11-3.adoc[leveloffset=+1]

// Release notes for Red Hat OpenShift GitOps 1.11.2
include::modules/gitops-release-notes-1-11-2.adoc[leveloffset=+1]

Expand Down