Skip to content

Releases: spreadshirt/prom-revisionist

0.0.3

12 Jun 13:10
72d4cac
Compare
Choose a tag to compare

Support for basic auth by passing it along to Kubernetes (#4).

See https://prometheus.io/docs/prometheus/latest/configuration/https/#https-and-authentication for the documentation about it from Prometheus

0.0.2

06 Mar 14:32
dc05674
Compare
Choose a tag to compare

A couple of "reasonable" improvements, see #3.

  • supports compressed responses (gzip and deflate)
  • rewrite query query param as well
  • rewrite response by streaming it (before it was read into memory using bytes.Buffer

0.0.1-alpha

02 Mar 13:06
a3d4d6d
Compare
Choose a tag to compare

First release, so we can use this internally!