Skip to content

Commit 4efa41e

Browse files
authored
Merge pull request #62326 from libander/OBSDOCS-333
2 parents 17009a5 + aa072aa commit 4efa41e

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

logging/cluster-logging-release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ include::modules/logging-rn-5.7.1.adoc[leveloffset=+1]
1717

1818
include::modules/cluster-logging-rn-5.7.0.adoc[leveloffset=+1]
1919

20+
include::modules/logging-rn-5.6.8.adoc[leveloffset=+1]
21+
2022
include::modules/cluster-logging-rn-5.6.5.adoc[leveloffset=+1]
2123

2224
include::modules/cluster-logging-rn-5.6.4.adoc[leveloffset=+1]

logging/v5_6/logging-5-6-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.6.8.adoc[leveloffset=+1]
14+
1315
include::modules/logging-rn-5.6.5.adoc[leveloffset=+1]
1416

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

modules/logging-rn-5.6.8.adoc

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
// Module included in the following assemblies:
2+
// cluster-logging-release-notes.adoc
3+
// logging-5-6-release-notes.adoc
4+
:_content-type: REFERENCE
5+
[id="cluster-logging-release-notes-5-6-8_{context}"]
6+
= Logging 5.6.8
7+
This release includes link:https://access.redhat.com/errata/RHBA-2023:3996[OpenShift Logging Bug Fix Release 5.6.8].
8+
9+
[id="openshift-logging-5-6-8-bug-fixes_{context}"]
10+
== Bug fixes
11+
* Before this update, the vector collector terminated unexpectedly when input match label values contained a `/` character within the `ClusterLogForwarder`. This update resolves the issue by quoting the match label, enabling the collector to start and collect logs. (link:https://issues.redhat.com/browse/LOG-4091[LOG-4091])
12+
13+
* Before this update, when viewing logs within the {product-title} web console, clicking the *more data available* option loaded more log entries only the first time it was clicked. With this update, more entries are loaded with each click. (link:https://issues.redhat.com/browse/OU-187[OU-187])
14+
15+
* Before this update, when viewing logs within the {product-title} web console, clicking the *streaming* option would only display the *streaming logs* message without showing the actual logs. With this update, both the message and the log stream are displayed correctly. (link:https://issues.redhat.com/browse/OU-189[OU-189])
16+
17+
* Before this update, the Loki Operator reset errors in a way that made identifying configuration problems difficult to troubleshoot. With this update, errors persist until the configuration error is resolved. (link:https://issues.redhat.com/browse/LOG-4158[LOG-4158])
18+
19+
* Before this update, clusters with more than 8,000 namespaces caused Elasticsearch to reject queries because the list of namespaces was larger than the `http.max_header_size` setting. With this update, the default value for header size has been increased, resolving the issue. (link:https://issues.redhat.com/browse/LOG-4278[LOG-4278])
20+
21+
[id="openshift-logging-5-6-8-CVEs_{context}"]
22+
== CVEs
23+
24+
* link:https://access.redhat.com/security/cve/CVE-2020-24736[CVE-2020-24736]
25+
* link:https://access.redhat.com/security/cve/CVE-2022-48281[CVE-2022-48281]
26+
* link:https://access.redhat.com/security/cve/CVE-2023-1667[CVE-2023-1667]
27+
* link:https://access.redhat.com/security/cve/CVE-2023-2283[CVE-2023-2283]
28+
* link:https://access.redhat.com/security/cve/CVE-2023-24329[CVE-2023-24329]
29+
* link:https://access.redhat.com/security/cve/CVE-2023-26604[CVE-2023-26604]
30+
* link:https://access.redhat.com/security/cve/CVE-2023-28466[CVE-2023-28466]

0 commit comments

Comments
 (0)