Skip to content

Commit b11d6e1

Browse files
authored
update changelog for V1.11.2 (#4582)
* Update changelog * Update changelog
1 parent 69b4cc8 commit b11d6e1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,7 @@ Main (unreleased)
5151

5252
- Fix direction of arrows for pyroscope components in UI graph. (@dehaansa)
5353

54-
- Fix an issue where component shutdown could block indefinitely by adding a warning log message and a deadline of 10 minutes. The deadline can be configured with the `--feature.component-shutdown-deadline` flag if the default is not suitable. (@thampiotr)
55-
56-
- Fix potential deadlocks in `loki.source.file` and `loki.source.journal` when component is shutting down. (@kalleep, @thampiotr)
57-
58-
v1.11.1
54+
v1.11.2
5955
-----------------
6056

6157
### Bugfixes
@@ -66,6 +62,9 @@ v1.11.1
6662

6763
- Fix `prometheus.exporter.cloudwatch` to not always emit debug logs but respect debug property. (@kalleep)
6864

65+
- Fix an issue where component shutdown could block indefinitely by adding a warning log message and a deadline of 10 minutes. The deadline can be configured with the `--feature.component-shutdown-deadline` flag if the default is not suitable. (@thampiotr)
66+
67+
- Fix potential deadlocks in `loki.source.file` and `loki.source.journal` when component is shutting down. (@kalleep, @thampiotr)
6968

7069
v1.11.0
7170
-----------------

0 commit comments

Comments
 (0)