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).