Skip to content

Releases: pambrose/prometheus-proxy

v1.14.1

14 Oct 20:08
40dc448
Compare
Choose a tag to compare
  • Update to Kotlin 1.7.20
  • Add support for agents to ignore SSL certificates on https endpoints with --trust_all_x509 option
  • Clean up JSON generation for discovery
  • Update jars

v1.14.0

31 Aug 04:50
6d7fd51
Compare
Choose a tag to compare
  • Add support for Agent scrapeMaxRetries
  • Upgrade to ktor 2.1.0
  • Upgrade to kotlin 1.7.10
  • Upgrade to gRPC 1.49.0
  • Upgrade to dropwizard 4.2.11

v1.13.0

04 Mar 06:43
Compare
Choose a tag to compare
  • Add support for HTTP Service Directory (thanks to Wolfgang Jung @elektro-wolle)
  • Update jars

v1.12.0

13 Jan 20:21
d77bc55
Compare
Choose a tag to compare
  • Upgrade to ktor 2.0

  • Upgrade jars

  • Adds Authorization Header to proxied requests
    For retrieving password/JWT-protected endpoints with the default prometheus mechanisms, the Authorization-Header is passed transparently from the request to the proxy-endpoint to the http call made by the agent.

  • Adds documentation to proxied Authorization Headers

Co-authored-by: Wolfgang Jung w.jung@polyas.de

v1.11.0

14 Dec 17:33
Compare
Choose a tag to compare
  • Update to kotlin 1.6.10
  • Update jars

v1.10.1

27 Jun 00:30
e0cec17
Compare
Choose a tag to compare
  • Fix missing sources

v1.10.0

26 Jun 04:12
Compare
Choose a tag to compare
  • Update jars

v1.9.1

23 May 18:06
9922828
Compare
Choose a tag to compare
  • Add support for basic auth in scrape endpoints
  • Update jars

v1.9.0

01 May 21:24
929d84a
Compare
Choose a tag to compare
  • Update jars
  • Update README.md
  • Remove no-cache HTTP directive
  • Upgrade to Kotlin 1.5.0
  • Code cleanup

v1.8.8

03 Feb 21:40
becd296
Compare
Choose a tag to compare
  • Upgrade to Kotlin 1.4.30
  • Upgrade jars
  • Add logback file for tests
  • Add retry to gRPC