Skip to content

v0.21.0

Compare
Choose a tag to compare
@onprem onprem released this 03 Jun 13:30
· 1950 commits to main since this release

Highlights

  • Add TLS and basic authentication to Thanos APIs.
  • The UI has a dark theme support now.
  • Label Matchers for various APIs
  • Extra statistics for query API

Added

  • #4117 Mixin: new alert ThanosReceiveTrafficBelowThreshold to flag if the ingestion average of the last hour dips below 50% of the ingestion average for the last 12 hours.
  • #4107 Store: LabelNames and LabelValues now support label matchers.
  • #3940 Sidecar: Added matchers support to LabelValues
  • #4171 Docker: Busybox image updated to latest (1.33.1)
  • #4175 Added Tag Configuration Support Lightstep Tracing
  • #4176 Query API: Adds optional Stats param to return stats for query APIs
  • #4125 Rule: Add --alert.relabel-config / --alert.relabel-config-file allowing to specify alert relabel configurations like Prometheus
  • #4211 Add TLS and basic authentication to Thanos APIs
  • #4249 UI: add dark theme
  • #3707 Tools: Added --rewrite.to-relabel-config to bucket rewrite tool to support series relabel from given blocks.

Fixed

  • #4105 Tools: Add glob support for filepath in tools command

Changed

  • #4223 Query: federated exemplars API only add replica labels to series labels, not to exemplar labels.