github trickstercache/trickster v2.0.5
Release v2.0.5 / 2026-07-31

5 hours ago

    

Welcome to Trickster 2.0.5! 🎉

In this release, we:

  • added support for more aggregation operators in Time Series Merge: limitk, limit_ratio, stddev, stdvar and quantile and sort
  • support OTLP tracing protocol selection between http (default) and gRPC
  • added max_query_range config to time series backends
  • support TSM Replica Groups for indicating HA replicas vs disjoint merge members
  • added a new listeners section to the config to define all frontend listeners in one place. You can now configure multiple frontend listener ports and map each backend to a listener. Existing listener configs in mgmt and frontend will work with a deprecation warning.
  • incorporated various other performance improvements and bug fixes
  • improved handling of merge errors

Thanks to:

Run via docker
# via ghcr.io
docker run --name trickster -d -v /path/to/trickster.yaml:/etc/trickster/trickster.yaml -p 0.0.0.0:8480:8480 ghcr.io/trickstercache/trickster:2.0.5

# via docker.io
docker run --name trickster -d -v /path/to/trickster.yaml:/etc/trickster/trickster.yaml -p 0.0.0.0:8480:8480 docker.io/trickstercache/trickster:2.0.5
Run via kubernetes/helm
helm install trickster oci://ghcr.io/trickstercache/charts/trickster --version '^2' --set image.tag="2.0.5"

Note:

  • The trickster chart version is managed separately from the Trickster version.
  • The latest major version is 2.x, and supports a minimum Trickster version of 2.0.0 (beta3 or later).
  • Support customizable CORS configs per-backend and backend path.

For more information, see:

What's Changed

Full Changelog: v2.0.4...v2.0.5

Don't miss a new trickster release

NewReleases is sending notifications on new releases.