Skip to content

Commit f91aa7c

Browse files
authored
Merge pull request #85571 from openshift-cherrypick-robot/cherry-pick-85215-to-enterprise-4.16
[enterprise-4.16] OBSDOCS-1502 Logging 6.0.2 RN - OCP 4.17
2 parents 420598d + 0f2434a commit f91aa7c

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

modules/log6x-rn-6.0.2.adoc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
// Module included in the following assemblies:
2+
// log6x-release-notes
3+
:_mod-docs-content-type: REFERENCE
4+
[id="logging-release-notes-6-0-2_{context}"]
5+
= Logging 6.0.2
6+
This release includes link:https://access.redhat.com/errata/RHBA-2024:10051[RHBA-2024:10051].
7+
8+
[id="logging-release-notes-6-0-2-bug-fixes_{context}"]
9+
== Bug fixes
10+
11+
* Before this update, Loki did not correctly load some configurations, which caused issues when using Alibaba Cloud or IBM Cloud object storage. This update fixes the configuration-loading code in Loki, resolving the issue. (link:https://issues.redhat.com/browse/LOG-5325[LOG-5325])
12+
13+
* Before this update, the collector would discard audit log messages that exceeded the configured threshold. This modifies the audit configuration thresholds for the maximum line size as well as the number of bytes read during a read cycle. (link:https://issues.redhat.com/browse/LOG-5998[LOG-5998])
14+
15+
* Before this update, the Cluster Logging Operator did not watch and reconcile resources associated with an instance of a ClusterLogForwarder like it did in prior releases. This update modifies the operator to watch and reconcile all resources it owns and creates. (link:https://issues.redhat.com/browse/LOG-6264[LOG-6264])
16+
17+
* Before this update, log events with an unknown severity level sent to Google Cloud Logging would trigger a warning in the vector collector, which would then default the severity to 'DEFAULT'. With this update, log severity levels are now standardized to match Google Cloud Logging specifications, and audit logs are assigned a severity of 'INFO'. (link:https://issues.redhat.com/browse/LOG-6296[LOG-6296])
18+
19+
* Before this update, when infrastructure namespaces were included in application inputs, the `log_type` was set as `application`. With this update, the `log_type` of infrastructure namespaces included in application inputs is set to `infrastructure`. (link:https://issues.redhat.com/browse/LOG-6354[LOG-6354])
20+
21+
* Before this update, specifying a value for the `syslog.enrichment` field of the ClusterLogForwarder added `namespace_name`, `container_name`, and `pod_name` to the messages of non-container logs. With this update, only container logs include `namespace_name`, `container_name`, and `pod_name` in their messages when `syslog.enrichment` is set. (link:https://issues.redhat.com/browse/LOG-6402[LOG-6402])
22+
23+
[id="logging-release-notes-6-0-2-CVEs_{context}"]
24+
== CVEs
25+
26+
* link:https://access.redhat.com/security/cve/CVE-2024-6119[CVE-2024-6119]
27+
* link:https://access.redhat.com/security/cve/CVE-2024-6232[CVE-2024-6232]

observability/logging/logging-6.0/log6x-release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
include::modules/log6x-rn-6.0.2.adoc[leveloffset=+1]
10+
911
include::modules/log6x-rn-6.0.1.adoc[leveloffset=+1]
1012

1113
[id="log6x0-release-notes"]

0 commit comments

Comments
 (0)