Skip to content

Commit

Permalink
OBSDOCS-475 - Logging 5.7.6 Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasiddhartha committed Sep 13, 2023
1 parent 4819d9d commit d09324a
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
2 changes: 2 additions & 0 deletions logging/cluster-logging-release-notes.adoc
Expand Up @@ -11,6 +11,8 @@ include::snippets/logging-compatibility-snip.adoc[]

include::snippets/logging-stable-updates-snip.adoc[]

include::modules/logging-rn-5.7.6.adoc[leveloffset=+1]

include::modules/logging-rn-5.7.4.adoc[leveloffset=+1]

include::modules/logging-rn-5.7.3.adoc[leveloffset=+1]
Expand Down
2 changes: 2 additions & 0 deletions logging/v5_7/logging-5-7-release-notes.adoc
Expand Up @@ -10,6 +10,8 @@ include::snippets/logging-compatibility-snip.adoc[]

include::snippets/logging-stable-updates-snip.adoc[]

include::modules/logging-rn-5.7.6.adoc[leveloffset=+1]

include::modules/logging-rn-5.7.4.adoc[leveloffset=+1]

include::modules/logging-rn-5.7.3.adoc[leveloffset=+1]
Expand Down
32 changes: 32 additions & 0 deletions modules/logging-rn-5.7.6.adoc
@@ -0,0 +1,32 @@
// Module included in the following assemblies:
// cluster-logging-release-notes.adoc
// logging-5-7-release-notes.adoc
:_content-type: REFERENCE
[id="cluster-logging-release-notes-5-7-6_{context}"]
= Logging 5.7.6
This release includes link:https://access.redhat.com/errata/RHSA-2023:4933[OpenShift Logging Bug Fix Release 5.7.6].

[id="openshift-logging-5-7-6-bug-fixes_{context}"]
== Bug fixes
* Before this update, the collector relied on the default configuration settings for reading the container log lines. As a result, the collector did not read the rotated files efficiently. With this update, there is an increase in the number of bytes read, which allows the collector to efficiently process rotated files. (link:https://issues.redhat.com/browse/LOG-4501[LOG-4501])

* Before this update, when users pasted a URL with predefined filters, some filters did not reflect. With this update, the UI reflects all the filters in the URL. (link:https://issues.redhat.com/browse/LOG-4459[LOG-4459])

* Before this update, forwarding to Loki using custom labels generated an error when switching from Fluentd to Vector. With this update, the Vector configuration sanitizes labels in the same way as Fluentd to ensure the collector starts and correctly processes labels. (link:https://issues.redhat.com/browse/LOG-4460[LOG-4460])

* Before this update, the Observability Logs console search field did not accept special characters that it should escape. With this update, it is escaping special characters properly in the query. (link:https://issues.redhat.com/browse/LOG-4456[LOG-4456])

* Before this update, the following warning message appeared while sending logs to Splunk: `Timestamp was not found.` With this update, the change overrides the name of the log field used to retrieve the Timestamp and sends it to Splunk without warning. (link:https://issues.redhat.com/browse/LOG-4413[LOG-4413])

* Before this update, the CPU and memory usage of Vector was increasing over time. With this update, the Vector configuration now contains the `expire_metrics_secs=60` setting to limit the lifetime of the metrics and cap the associated CPU usage and memory footprint. (link:https://issues.redhat.com/browse/LOG-4171[LOG-4171])

* Before this update, the LokiStack gateway cached authorized requests very broadly. As a result, this caused wrong authorization results. With this update, LokiStack gateway caches on a more fine-grained basis which resolves this issue. (link:https://issues.redhat.com/browse/LOG-4393[LOG-4393])

* Before this update, the Fluentd runtime image included builder tools which were unnecessary at runtime. With this update, the builder tools are removed, resolving the issue. (link:https://issues.redhat.com/browse/LOG-4467[LOG-4467])

[id="openshift-logging-5-7-6-CVEs_{context}"]
== CVEs
* link:https://access.redhat.com/security/cve/CVE-2023-3899[CVE-2023-3899]
* link:https://access.redhat.com/security/cve/CVE-2023-4456[CVE-2023-4456]
* link:https://access.redhat.com/security/cve/CVE-2023-32360[CVE-2023-32360]
* link:https://access.redhat.com/security/cve/CVE-2023-34969[CVE-2023-34969]

0 comments on commit d09324a

Please sign in to comment.