Skip to content

v3.2.2

Compare
Choose a tag to compare
@loki-gh-app loki-gh-app released this 06 Dec 17:14
684e12f

3.2.2 (2024-12-04)

⚠ BREAKING CHANGES

  • promtail: Remove wget from Promtail docker image (backport release-3.2.x) (#15145)

Bug Fixes

  • logql: Updated JSONExpressionParser not to unescape extracted values if it is JSON object. (#14499).
  • storage: Have GetObject check for canceled context. S3ObjectClient.GetObject incorrectly returned nil, 0, nil when the provided context is already canceled (#14420).

Miscellaneous Chores

  • promtail: Switch Promtail base image from Debian to Ubuntu to fix critical security issues (#15195).
  • docker: Move from base-nossl to static. This PR removes the inclusion of glibc into most of the Docker images created by the Loki build system. (#15203).