Skip to content

Commit 7da6264

Browse files
committed
OBSDOCS-1843: Logging Z-Stream Release Notes - 6.2.1
1 parent 42efa84 commit 7da6264

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

modules/log6x-6-2-1-rn.adoc

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * observability/logging/logging-6.2/log6x-release-notes-6.2.adoc
4+
5+
:_mod-docs-content-type: REFERENCE
6+
[id="logging-release-notes-6-2-1_{context}"]
7+
= Logging 6.2.1 Release Notes
8+
9+
This release includes link:https://access.redhat.com/errata/RHBA-2025:3908[{logging-uc} {for} Bug Fix Release 6.2.1].
10+
11+
[id="logging-release-notes-6-2-1-bug-fixes_{context}"]
12+
== Bug Fixes
13+
14+
* Before this update, application programming interface (API) audit logs collected from the management cluster used the `cluster_id` value from the management cluster. With this update, API audit logs use the `cluster_id` value from the guest cluster. (link:https://issues.redhat.com/browse/LOG-4445[LOG-4445])
15+
16+
* Before this update, issuing the `oc explain obsclf.spec.filters` command did not list all the supported filters in the command output. With this update, all the supported filter types are listed in the command output. (link:https://issues.redhat.com/browse/LOG-6753[LOG-6753])
17+
18+
19+
* Before this update the log collector flagged a `ClusterLogForwarder` resource with multiple inputs to a LokiStack output as invalid due to incorrect internal processing logic. This update fixes the issue. (link:https://issues.redhat.com/browse/LOG-6758[LOG-6758])
20+
21+
* Before this update, issuing the `oc explain` command for the `clusterlogforwarder.spec.outputs.syslog` resource returned an incomplete result. With this update, the missing supported types for `rfc` and `enrichment` attributes are listed in the result correctly. (link:https://issues.redhat.com/browse/LOG-6869[LOG-6869])
22+
23+
* Before this update, empty OpenTelemetry (OTEL) tuning configuration caused validation errors. With this update, validation rules have been updated to accept empty tuning configuration. (link:https://issues.redhat.com/browse/LOG-6878[LOG-6878])
24+
25+
* Before this update the {clo} could not update the `securitycontextconstraint` resource that is required by the log collector. With this update, the required cluster role has been provided to the service account of the {clo}. As a result of which, {clo} can create or update the `securitycontextconstraint` resource. (link:https://issues.redhat.com/browse/LOG-6879[LOG-6879])
26+
27+
* Before this update, the API documentation for the URL attribute of the `syslog` resource incorrectly mentioned the value `udps` as a supported value. With this update, all references to `udps` have been removed. (link:https://issues.redhat.com/browse/LOG-6896[LOG-6896])
28+
29+
* Before this update, the {CLO} was intermittently unable to update the object in logs due to update conflicts. This update resolves the issue and prevents conflicts during object updates by using the `Patch()` function instead of the `Update()` function. (link:https://issues.redhat.com/browse/LOG-6953[LOG-6953])
30+
31+
* Before this update, Loki ingesters that got into an unhealthy state due to networking issues stayed in that state even after the network recovered. With this update, you can configure the {loki-op} to perform service discovery more often so that unhealthy ingesters can rejoin the group. (link:https://issues.redhat.com/browse/LOG-6992[LOG-6992])
32+
33+
* Before this update, the Vector collector could not forward Open Virtual Network (OVN) and Auditd logs. With this update, the Vector collector can forward OVN and Auditd logs. (link:https://issues.redhat.com/browse/LOG-6997[LOG-6997])
34+
35+
36+
[id="logging-release-notes-6-2-1-CVEs_{context}"]
37+
== CVEs
38+
39+
* link:https://access.redhat.com/security/cve/CVE-2022-49043[CVE-2022-49043]
40+
* link:https://access.redhat.com/security/cve/CVE-2024-56171[CVE-2024-56171]
41+
* link:https://access.redhat.com/security/cve/CVE-2025-24928[CVE-2025-24928]
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
:_mod-docs-content-type: ASSEMBLY
22
include::_attributes/common-attributes.adoc[]
33
[id="log6x-release-notes-6-2"]
4-
= Logging 6.2
4+
= Logging 6.2 Release Notes
55
:context: log6x-release-notes-6-2
66

77
toc::[]
88

9+
include::modules/log6x-6-2-1-rn.adoc[leveloffset=+1]
910
include::modules/log6x-6-2-0-rn.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)