Skip to content

Commit acb85ae

Browse files
authored
Merge pull request #59991 from Srivaralakshmi/GitOpsRN-1.8.3
Document GitOps RN-1.8.3
2 parents e329472 + 4985c0d commit acb85ae

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

cicd/gitops/gitops-release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ 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-8-3.adoc[leveloffset=+1]
27+
2628
include::modules/gitops-release-notes-1-8-2.adoc[leveloffset=+1]
2729

2830
include::modules/gitops-release-notes-1-8-1.adoc[leveloffset=+1]
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// Module included in the following assembly:
2+
//
3+
// * gitops/gitops-release-notes.adoc
4+
:_content-type: REFERENCE
5+
[id="gitops-release-notes-1-8-3_{context}"]
6+
= Release notes for {gitops-title} 1.8.3
7+
8+
{gitops-title} 1.8.3 is now available on {product-title} 4.10, 4.11, 4.12, and 4.13.
9+
10+
[id="errata-updates-1-8-3_{context}"]
11+
== Errata updates
12+
13+
=== RHBA-2023:3206 and RHSA-2023:3229 - {gitops-title} 1.8.3 security update advisory
14+
15+
Issued: 2023-05-18
16+
17+
The list of security fixes that are included in this release is documented in the following advisories:
18+
19+
* link:https://access.redhat.com/errata/RHBA-2023:3206[RHBA-2023:3206]
20+
* link:https://access.redhat.com/errata/RHSA-2023:3229[RHSA-2023:3229]
21+
22+
If you have installed the {gitops-title} Operator, run the following command to view the container images in this release:
23+
24+
[source,terminal]
25+
----
26+
$ oc describe deployment gitops-operator-controller-manager -n openshift-operators
27+
----
28+
29+
[id="fixed-issues-1-8-3_{context}"]
30+
== Fixed issues
31+
32+
* Before this update, when `Autoscale` was enabled and the horizontal pod autoscaler (HPA) controller tried to edit the replica settings in server deployment, the Operator overwrote it. In addition, any changes specified to the autoscaler parameters were not propagated correctly to the HPA on the cluster. This update fixes the issue. Now the Operator reconciles on replica drift only if `Autoscale` is disabled and the HPA parameters are updated correctly. link:https://issues.redhat.com/browse/GITOPS-2629[GITOPS-2629]

modules/go-compatibility-and-support-matrix.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ In the table, features are marked with the following statuses:
1414
* *GA*: _General Availability_
1515
* *NA*: _Not Applicable_
1616
17+
[IMPORTANT]
18+
====
19+
In {product-title} 4.13, the `stable` channel has been removed. Before upgrading to {product-title} 4.13, if you are already on the `stable` channel, choose the appropriate channel and switch to it.
20+
====
21+
1722
|===
1823
|*OpenShift GitOps* 7+|*Component Versions*|*OpenShift Versions*
1924

0 commit comments

Comments
 (0)