Skip to content

v0.32.3

Compare
Choose a tag to compare
@saswatamcode saswatamcode released this 20 Sep 07:45
· 410 commits to main since this release
v0.32.3
3d98d7c

This patch release again brings a few fixes for the Store Gateway. In the previous release, certain users reported receiving a duplicate labelset error on some of their queries. This has now been addressed.
Also, includes an optimization for GCS objstore interactions and bumps in dependencies like prometheus, objstore and promql-engine.
Please try it out and let us know if you spot any problems! Enjoy! 🎉

Changes

Fixed

  • #6692 Store: Fix matching bug when using empty alternative in regex matcher, for example (a||b).
  • #6679 Store: Fix block deduplication
  • #6706 Store: Series responses should always be sorted

Changed

  • #6664 *: Update Prometheus to 2.46.1.
  • #6722 *: Optimize iterations on GCS buckets by requesting only object names.
  • #6544 Objstore: Update objstore to latest version which adds a new metric regarding uploaded TSDB bytes