github trickstercache/trickster v2.1.0-rc1
Release v2.1.0-rc1 / 2026-09-17

pre-release6 hours ago

Welcome to Trickster 2.1.0 Release Candidate 1! 🎉

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.

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-rc1

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

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.

Welcome New Contributors

Returning Contributors

Full Changelog: v2.0.5...v2.1.0-rc1

Don't miss a new trickster release

NewReleases is sending notifications on new releases.