github trickstercache/trickster v2.1.0
Release v2.1.0 / 2026-09-21

4 hours ago

Welcome to Trickster 2.1.0! 🎉

While 2.1.0 is a minor release bump, it is chock-full of major enhancements and new features:

  • Acceleration support for InfluxDB 3.x, Graphite, Druid and MySQL (when used w/ Grafana)
  • ClickHouse frontend and backend now support Native (binary) Protocol in addition to HTTP
  • Support for operating as a Kubernetes Ingress and/or Gateway Controller
  • ALB Pool Auto-discovery
  • Auto-reload configs and TLS certs; coalesce config from multiple files in a conf.d subdirectory
  • Customizable Apache-style (NCSA) Access/Error Logging
  • Support HTTP/3 + QUIC, Connection Upgrading, h2c, and other advanced HTTP features

... and much more! See What's New in Trickster 2.1 for the full rundown.

P.S., checkout our new companion tool, Mecone: an HTTP Spec Conformance Tester.

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

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

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

Returning Contributors

Full Changelog: v2.0.5...v2.1.0

Don't miss a new trickster release

NewReleases is sending notifications on new releases.