github trickstercache/trickster v2.0.3
Release v2.0.3 / 2026-06-29

5 hours ago

    

Welcome to Trickster 2.0.3! 🎉

In this release, we:

  • improved ALB compatibility, including adding Time Series Merge support for topk and bottomk PromQL aggregators
  • fixed a defect in Tracing configurations that would prevent some configs from being effective
  • added additional test coverage
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.3

# 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.3
Run via kubernetes/helm
helm install trickster oci://ghcr.io/trickstercache/charts/trickster --version '^2' --set image.tag="2.0.3"

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

For more information, see:

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

Don't miss a new trickster release

NewReleases is sending notifications on new releases.