Skip to content

Commit d09324a

Browse files
OBSDOCS-475 - Logging 5.7.6 Release Notes
1 parent 4819d9d commit d09324a

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

logging/cluster-logging-release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ include::snippets/logging-compatibility-snip.adoc[]
1111

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

14+
include::modules/logging-rn-5.7.6.adoc[leveloffset=+1]
15+
1416
include::modules/logging-rn-5.7.4.adoc[leveloffset=+1]
1517

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

logging/v5_7/logging-5-7-release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ include::snippets/logging-compatibility-snip.adoc[]
1010

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

13+
include::modules/logging-rn-5.7.6.adoc[leveloffset=+1]
14+
1315
include::modules/logging-rn-5.7.4.adoc[leveloffset=+1]
1416

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

modules/logging-rn-5.7.6.adoc

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// Module included in the following assemblies:
2+
// cluster-logging-release-notes.adoc
3+
// logging-5-7-release-notes.adoc
4+
:_content-type: REFERENCE
5+
[id="cluster-logging-release-notes-5-7-6_{context}"]
6+
= Logging 5.7.6
7+
This release includes link:https://access.redhat.com/errata/RHSA-2023:4933[OpenShift Logging Bug Fix Release 5.7.6].
8+
9+
[id="openshift-logging-5-7-6-bug-fixes_{context}"]
10+
== Bug fixes
11+
* 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])
12+
13+
* 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])
14+
15+
* 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])
16+
17+
* 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])
18+
19+
* 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])
20+
21+
* 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])
22+
23+
* 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])
24+
25+
* 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])
26+
27+
[id="openshift-logging-5-7-6-CVEs_{context}"]
28+
== CVEs
29+
* link:https://access.redhat.com/security/cve/CVE-2023-3899[CVE-2023-3899]
30+
* link:https://access.redhat.com/security/cve/CVE-2023-4456[CVE-2023-4456]
31+
* link:https://access.redhat.com/security/cve/CVE-2023-32360[CVE-2023-32360]
32+
* link:https://access.redhat.com/security/cve/CVE-2023-34969[CVE-2023-34969]

0 commit comments

Comments
 (0)