Releases: Telefonica/prometheus-kafka-adapter
Releases · Telefonica/prometheus-kafka-adapter
1.9.1
What's Changed
- Add MATCH to README.md with example usage by @dgatanasov in #117
- Add ca.location support to SASL_SCRAM auth by @romanpanov993 in #123
New Contributors
- @dgatanasov made their first contribution in #117
- @romanpanov993 made their first contribution in #123
Full Changelog: 1.9.0...1.9.1
1.9.0
What's Changed
- Update values.yaml by @ctrlxx in #96
- Vendor Updates, Go version Update by @johnseekins in #99
- Vendor go updates by @johnseekins in #119
New Contributors
Full Changelog: 1.8.0...1.9.0
1.8.0
What's Changed
- Added: support sasl/scram authentication by @mingqing in #46
- chore: bump some dependencies by @palmerabollo in #47
- Describe better build pattern by @johnseekins in #59
- fix: update broken alpine dep in dockerfile by @jpfe-tid in #61
- fix: rm static from dockerfile by @jpfe-tid in #62
- feat: update dockerfile base and deps by @jpfe-tid in #63
- Add match rule by @Gallardot in #64
- Building with librdkafka 1.6+ doesn't require librdkafka library any more by @johnseekins in #67
- add healthcheck endpoint by @johnseekins in #71
- Migrate to GitHub Actions by @snecklifter in #78
- Use actual build process by @johnseekins in #80
- add new stats by @johnseekins in #79
New Contributors 🎉
- @mingqing made their first contribution in #46
- @johnseekins made their first contribution in #59
- @Gallardot made their first contribution in #64
- @snecklifter made their first contribution in #78
Docker image: telefonica/prometheus-kafka-adapter:1.8.0
Full Changelog: 1.7.0...1.8.0
1.7.0
- Minor simplifications and fix typos at README.
- Remove unimplemented
queueSize
metric #42. - Implement templated topic #43.
Thanks @jbguerraz for your contribution.
Docker image: telefonica/prometheus-kafka-adapter:1.7.0
1.6.0
- Fix configuration in no-SSL scenario #38
- Support nodeport in Helm chart #38
- Support hostAliases in Helm chart #38
- Build prometheus-kafka-adapter with golang:1.14.1 instead of golang:1.13.x
Thanks @LoicLeGal for your contribution.
1.5.1
1.5.0
1.4.1
1.4.0
- Enable Kafka SSL with
KAFKA_TLS_XYZ
env vars. #27
Thanks @jarett-cyxtera for your first contribution.