Skip to content

Commit 623858d

Browse files
committed
creating release notes for 1.6.1
1 parent ee28dbf commit 623858d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 1.6.1 (2020-08-24)
2+
3+
This is a small release and only contains two fixes for Promtail:
4+
5+
* [2542](https://github.com/grafana/loki/pull/2542) **slim-bean**: Promtail: implement shutdown for the no-op server
6+
* [2532](https://github.com/grafana/loki/pull/2532) **slim-bean**: Promtail: Restart the tailer if we fail to read and upate current position
7+
8+
The first only applies if you are running Promtail with both `--stdin` and `--server.disabled=true` flags.
9+
10+
The second is a minor rework to how Promtail handles a very specific error when attempting to read the size of a file and failing to do so.
11+
12+
Upgrading Promtail from 1.6.0 to 1.6.1 is only necessary if you have logs full of `msg="error getting tail position and/or size"`,
13+
the code changed in this release has been unchanged for a long time and we suspect very few people are seeing this issue.
14+
15+
No changes to any other components (Loki, Logcli, etc) are included in this release.
16+
117
## 1.6.0 (2020-08-13)
218

319
It's the second thursday of the eighth month of the year which means it's time for another Loki Release!!

0 commit comments

Comments
 (0)