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.dsubdirectory - 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.
Note:
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"
Welcome New Contributors
- @shiyudesu made their first contribution in #1128
- @Brilly-Bohyun made their first contribution in #1131
Returning Contributors
Full Changelog: v2.0.5...v2.1.0-rc1