Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions modules/gitops-release-notes-1-14-2.adoc
Original file line number Diff line number Diff line change
@@ -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].
3 changes: 3 additions & 0 deletions release_notes/gitops-release-notes-1-14.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down