This repository was 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
-
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:
-
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.