diff --git a/modules/gitops-release-notes-1-14-2.adoc b/modules/gitops-release-notes-1-14-2.adoc new file mode 100644 index 000000000000..38e1baf9f655 --- /dev/null +++ b/modules/gitops-release-notes-1-14-2.adoc @@ -0,0 +1,38 @@ +// Module included in the following assembly: +// +// * release_notes/gitops-release-notes-1-14.adoc + +:_mod-docs-content-type: REFERENCE + +[id="gitops-release-notes-1-14-2_{context}"] += Release notes for {gitops-title} 1.14.2 + +{gitops-title} 1.14.2 is now available on {OCP} 4.12, 4.13, 4.14, 4.15, 4.16, and 4.17. + +[id="errata-updates-1-14.2_{context}"] +== Errata updates + +[id="RHBA-2024:10125-gitops-1-14-2-security-update-advisory_{context}"] +=== RHBA-2024:10125 - {gitops-title} 1.14.2 security update advisory + +Issued: 2024-11-20 + +The list of security fixes that are included in this release is documented in the following advisory: + +* link:https://access.redhat.com/errata/RHBA-2024:10125[RHBA-2024:10125] + +If you have installed the {gitops-title} Operator in the default namespace, run the following command to view the container images in this release: + +[source,terminal] +---- +$ oc describe deployment gitops-operator-controller-manager -n openshift-gitops-operator +---- + +[id="fixed-issues-1-14-2_{context}"] +== Fixed issues + +* Before this update, the New App panel behaved unexpectedly as it reopened immediately after being closed, and typing in fields caused the cursor and text to flash repeatedly. With this fix, the New App panel operates as intended. link:https://issues.redhat.com/browse/GITOPS-5671[GITOPS-5671] + +* Before this update, when using the dynamic scaling feature, application controller pods consumed high memory and clusters were not distributed properly across shards. This update ensures that clusters are distributed across shards. https://issues.redhat.com/browse/GITOPS-3465[GITOPS-3465] ++ +For more information, see xref:../declarative_clusterconfig/sharding-clusters-across-argo-cd-application-controller-replicas.adoc#gitops-argo-cd-dynamic-scaling-in-web-console_sharding-clusters-across-argo-cd-application-controller-replicas[Enabling dynamic scaling of shards in the web console]. \ No newline at end of file diff --git a/release_notes/gitops-release-notes-1-14.adoc b/release_notes/gitops-release-notes-1-14.adoc index d6fcc42394ff..65823659f2d0 100644 --- a/release_notes/gitops-release-notes-1-14.adoc +++ b/release_notes/gitops-release-notes-1-14.adoc @@ -32,6 +32,9 @@ include::modules/making-open-source-more-inclusive.adoc[leveloffset=+1] // Modules included, most to least recent +// Release notes for Red Hat OpenShift GitOps 1.14.2 +include::modules/gitops-release-notes-1-14-2.adoc[leveloffset=+1] + // Release notes for Red Hat OpenShift GitOps 1.14.1 include::modules/gitops-release-notes-1-14-1.adoc[leveloffset=+1]