Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

v0.10.7: OAuth support, contrib package, bug fixes, and other features

Compare
Choose a tag to compare
@manugarg manugarg released this 27 Feb 21:02
· 209 commits to master since this release
6291d83
  • Support for probing OAuth protected HTTP URLs. This was a popular feature request (#27). OAuth credentials can be specified in multiple ways (Google default credentials, JSON key config, a command that returns access token).

  • Contrib package: We are introducing a way to host additional binaries and scripts for running with Cloudprober (as external probe for example). These additional binaries will be available in the cloudprober/cloudprober-contrib docker image.

    • First contrib package comes with a BigQuery prober (#348).
  • Bug fixes:

    • HTTP probe: Include port in the host header. This is as per the standard; it mainly impacts the redirected URLs (#365).
    • Prometheus: Fix metric type header for histograms (#364).
    • Fix "services" discovery support in the recently added Kubernetes targets discovery (#345).
  • Other features:

    • Support for accessing GCE customer metadata in cloudprober configs (#363).
    • Load balancing support in RDS client (#362). You can run two RDS servers and have RDS client round-robin across them.
    • Support for accessing files from GCS, simply prefix their path with gs://. Useful for storing TLS certs or OAuth keys on GCS (#344).

See v0.10.6...v0.10.7 for the complete list of commits since the last release.