mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Document GitOps 1.8.2 RN Fixing SME review comments Fixing peer-review comments Removing the RN 1.8.2 content to a separate PR#58017
26 lines
824 B
Plaintext
26 lines
824 B
Plaintext
// Module included in the following assembly:
|
|
//
|
|
// * gitops/gitops-release-notes.adoc
|
|
|
|
:_content-type: REFERENCE
|
|
|
|
[id="gitops-release-notes-1-8-1_{context}"]
|
|
= Release notes for {gitops-title} 1.8.1
|
|
|
|
{gitops-title} 1.8.1 is now available on {product-title} 4.10, 4.11, and 4.12.
|
|
|
|
[id="errata-updates-1-8-1_{context}"]
|
|
== Errata updates
|
|
|
|
=== RHSA-2023:1452 - {gitops-title} 1.8.1 security update advisory
|
|
|
|
Issued: 2023-03-23
|
|
|
|
The list of security fixes that are included in this release is documented in the link:https://access.redhat.com/errata/RHSA-2023:1452[RHSA-2023:1452] advisory.
|
|
|
|
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
|
|
---- |