Skip to content
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
27 changes: 27 additions & 0 deletions modules/log6x-rn-6.0.2.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
// Module included in the following assemblies:
// log6x-release-notes
:_mod-docs-content-type: REFERENCE
[id="logging-release-notes-6-0-2_{context}"]
= Logging 6.0.2
This release includes link:https://access.redhat.com/errata/RHBA-2024:10051[RHBA-2024:10051].

[id="logging-release-notes-6-0-2-bug-fixes_{context}"]
== Bug fixes

* 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])

* 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])

* 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])

* 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])

* 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])

* 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])

[id="logging-release-notes-6-0-2-CVEs_{context}"]
== CVEs

* link:https://access.redhat.com/security/cve/CVE-2024-6119[CVE-2024-6119]
* link:https://access.redhat.com/security/cve/CVE-2024-6232[CVE-2024-6232]
2 changes: 2 additions & 0 deletions observability/logging/logging-6.0/log6x-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ include::_attributes/common-attributes.adoc[]

toc::[]

include::modules/log6x-rn-6.0.2.adoc[leveloffset=+1]

include::modules/log6x-rn-6.0.1.adoc[leveloffset=+1]

[id="log6x0-release-notes"]
Expand Down