Skip to content

Commit 9ffa1d0

Browse files
shreyasiddharthatheashiot
authored andcommitted
OBSDOCS-2325: Logging Z-Stream Release Notes - 6.0.10
1 parent 48b2fbf commit 9ffa1d0

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * release_notes/logging-release-notes-6.0.adoc
4+
5+
:_mod-docs-content-type: REFERENCE
6+
[id="logging-release-notes-6-0-10_{context}"]
7+
= Logging 6.0.10 Release Notes
8+
9+
This release includes link:https://access.redhat.com/errata/RHBA-2025:15564[RHBA-2025:15564].
10+
11+
[id="logging-release-notes-6-0-10-bug-fixes_{context}"]
12+
== Bug Fixes
13+
14+
* Before this update, a bug in the authorization workflow for user rules and alerts allowed users to view alerts from other users. With this update, the bug fix restores the correct authorization behavior, and users can only see their own rules and alerts. (link:https://issues.redhat.com/browse/LOG-7315[LOG-7315])
15+
16+
* Before this update, creating an `AlertingRule` for `kernel` errors failed in the `openshift-logging` namespace because the infrastructure or audit tenant was not supported. As a consequence, users could not create `AlertingRules` for `kernel` messages without specifying a namespace label. With this update, `AlertingRule` validation allows the infrastructure or audit tenant in the `openshift-logging` namespace without a namespace label, enabling users to create `AlertingRules` for `kernel` errors successfully. (link:https://issues.redhat.com/browse/LOG-7319[LOG-7319])
17+
18+
* Before this update, the loki-gateway did not enforce fine-grained authorization on the `/series` endpoint for the `application` tenant. As a consequence, users could get unauthorized access to the stream metadata information for different log streams. With this update, the `/series` endpoint uses the `match` parameter instead of the `query` parameter to filter the series metadata that is returned for a request. As a result, the loki-gateway correctly enforces fine-grained authorization for the `/series` endpoint for the `application` tenant. (link:https://issues.redhat.com/browse/LOG-7321[LOG-7321])
19+
20+
* 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-7323[LOG-7323])
21+
22+
* Before this update, the `vector_buffer_byte_size` and `vector_buffer_events` metrics incorrectly reported negative values under certain system load and timing conditions. This led to unreliable monitoring, potentially masking buffer issues. With this update, a concurrent, centralized state tracker ensures that these metrics are always reported as non-negative values. This ensures that the metrics correctly report buffer sizes helping with accurate monitoring. (link:https://issues.redhat.com/browse/LOG-7595[LOG-7595])
23+
24+
* Before this update, a log record with a malformed timestamp could cause the Vector agent to panic when attempting to forward logs to Loki. With this update, error handling for out-of-range timestamp values has been improved resolving the issue. (link:https://issues.redhat.com/browse/LOG-7601[LOG-7601])

release_notes/logging-release-notes-6-0.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
include::_attributes/common-attributes.adoc[]
33
[id="logging-release-notes-6-0"]
44
= Release notes
5+
56
:context: logging-release-notes-6-0
67

78
toc::[]
89

10+
include::modules/logging-release-notes-6-0-10.adoc[leveloffset=+1]
11+
912
include::modules/logging-release-notes-6-0-9.adoc[leveloffset=+1]
1013

1114
include::modules/logging-release-notes-6-0-8.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)