danielqsj / kafka_exporter

Kafka exporter for Prometheus
Apache License 2.0
2.1k stars 602 forks source link

Recompile binaries for latest Go version to inherit bug and security fixes #302

Closed Boojapho closed 1 year ago

Boojapho commented 2 years ago

The last release of kafka_exporter used Go 1.17.1. Go 1.17.8 has been released, patching several bugs and vulnerabilities. Strimzi Kafka uses the kafka_exporter release binaries in their containers. I don't have the option of building from source because I'm puling their containers.

Could we get a patch release with an update to the dependencies and recompile using Go 1.17.8?