diff --git a/modules/log6x-rn-6.0.2.adoc b/modules/log6x-rn-6.0.2.adoc new file mode 100644 index 000000000000..0933a9e87348 --- /dev/null +++ b/modules/log6x-rn-6.0.2.adoc @@ -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] diff --git a/observability/logging/logging-6.0/log6x-release-notes.adoc b/observability/logging/logging-6.0/log6x-release-notes.adoc index e25400e268df..426cef412ff2 100644 --- a/observability/logging/logging-6.0/log6x-release-notes.adoc +++ b/observability/logging/logging-6.0/log6x-release-notes.adoc @@ -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"]