Skip to content

Commit 62920a8

Browse files
authored
Merge pull request #64185 from masauso-lungu/ml-gitops-RN_1-9-2
GitOps 1.9.2 release notes documentation.
2 parents 5f0a746 + aa081df commit 62920a8

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

cicd/gitops/gitops-release-notes.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ include::modules/go-compatibility-and-support-matrix.adoc[leveloffset=+1]
2323
include::modules/making-open-source-more-inclusive.adoc[leveloffset=+1]
2424

2525
// Modules included, most to least recent
26+
include::modules/gitops-release-notes-1-9-2.adoc[leveloffset=+1]
27+
2628
include::modules/gitops-release-notes-1-9-1.adoc[leveloffset=+1]
29+
2730
include::modules/gitops-release-notes-1-9-0.adoc[leveloffset=+1]
31+
2832
// 1.25.0 additional resources, OCP docs
2933
ifdef::openshift-enterprise[]
3034
[role="_additional-resources"]
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
// Module included in the following assembly:
2+
//
3+
// * gitops/gitops-release-notes.adoc
4+
5+
:_content-type: REFERENCE
6+
7+
[id="gitops-release-notes-1-9-2_{context}"]
8+
= Release notes for {gitops-title} 1.9.2
9+
10+
{gitops-title} 1.9.2 is now available on {product-title} 4.12 and 4.13.
11+
12+
[id="errata-updates-1-9-2_{context}"]
13+
== Errata updates
14+
15+
[id="rhsa-2023-5029-gitops-1-9-2-security-update-advisory_{context}"]
16+
=== RHSA-2023:5029 - {gitops-title} 1.9.2 security update advisory
17+
18+
Issued: 2023-09-08
19+
20+
The list of security fixes that are included in this release is documented in the following advisory:
21+
22+
* link:https://access.redhat.com/errata/RHSA-2023:5029[RHSA-2023:5029]
23+
24+
If you have installed the {gitops-title} Operator, run the following command to view the container images in this release:
25+
26+
[source,terminal]
27+
----
28+
$ oc describe deployment gitops-operator-controller-manager -n openshift-operators
29+
----
30+
31+
[id="fixed-issues-1-9-2_{context}"]
32+
== Fixed issues
33+
34+
The following issue has been resolved in the current release:
35+
36+
* Before this update, an old Redis image version was used when deploying the {gitops-title} Operator, which resulted in vulnerabilities. This update fixes the vulnerabilities on Redis by upgrading it to the latest version of the `registry.redhat.io/rhel-8/redis-6` image. link:https://issues.redhat.com/browse/GITOPS-3069[GITOPS-3069]
37+

0 commit comments

Comments
 (0)