Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enterprise-4.14] [DOCS] OBSDOCS-475 - Logging 5.7.6 Release Notes #64698

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
2 changes: 2 additions & 0 deletions logging/cluster-logging-release-notes.adoc
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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]