github google/cloudprober v0.10.7
v0.10.7: OAuth support, contrib package, bug fixes, and other features

latest releases: v0.11.3, v0.11.2, v0.11.1...
4 years ago
  • 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.

Don't miss a new cloudprober release

NewReleases is sending notifications on new releases.