docs/CHANGELOG.md: mention about a bugfix for timezone data from df0cda3ab9

This commit is contained in:
Aliaksandr Valialkin 2021-02-08 15:58:23 +02:00
parent c5770600a2
commit 4dca03501b

View File

@ -8,6 +8,7 @@
* FEATURE: remove dependency on external programs such as `cat`, `grep` and `cut` when detecting cpu and memory limits inside Docker or LXC container.
* BUGFIX: do not spam error logs when discovering Docker Swarm targets without dedicated IP. See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1028 .
* BUGFIX: properly install timezone data inside base Docker image. This should fix `-loggerTimezone` usage inside Docker containers.
# [v1.53.1](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.53.1)