Skip to content

Commit 98421b0

Browse files
authored
Docs: Add release notes for 2.7.4 (#8629)
**What this PR does / why we need it**: Add release notes for v2.7.4
1 parent 90f2534 commit 98421b0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/sources/release-notes/v2-7.md

+12
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,18 @@ As always, please read the [upgrade guide](../../upgrading/#270) before upgradin
3333

3434
## Bug fixes
3535

36+
### 2.7.4 (2023-02-24)
37+
38+
* Fixed different streams for `cri` tags ending on the same stream.
39+
* Fixed the `userdata` field (from Windows Event Log) being scraped incorrectly.
40+
* Fixed `vector()` function producing wrong timestamp.
41+
* Fixed behavior for overlapping chunks with multiple stores.
42+
* Fixed logs results caching causing query-frontend to return logs outside of query window.
43+
* Fixed panics when:
44+
* `/scheduler/ring` endpoint is requested with scheduler ring disabled.
45+
* LogQL clones a specific query.
46+
* Promtail deals with invalid calls to `Details()`.
47+
3648
### 2.7.3 (2023-02-01)
3749

3850
* Fixed a bug in compactor that caused divide-by-zero panics when `startTime` and `endTime` of a delete request were equal.

0 commit comments

Comments
 (0)