| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| cloudprober-v0.11.0-windows-x86_64.zip | 2020-09-29 | 14.6 MB | |
| cloudprober-v0.11.0-osx-x86_64.zip | 2020-09-29 | 14.7 MB | |
| cloudprober-v0.11.0-linux-x86_64.zip | 2020-09-29 | 14.7 MB | |
| README.md | 2020-09-24 | 1.7 kB | |
| v0.11.0_ Kubernetes ingresses discovery, bug fixes, and other enhancements source code.tar.gz | 2020-09-24 | 8.7 MB | |
| v0.11.0_ Kubernetes ingresses discovery, bug fixes, and other enhancements source code.zip | 2020-09-24 | 9.0 MB | |
| Totals: 6 Items | 61.7 MB | 0 | |
Targets Discovery Enhancements
-
Support for discovering Kubernetes Ingress resources. Here is an example of how to discovery ingresses: https://github.com/google/cloudprober/issues/419#issuecomment-693616468.
-
Make target labels available for external probe commands. For example, you can use this feature to access target's fqdn label to construct the Host header (Issue with an example: [#451]).
-
More target label based customizations for HTTP probe type. HTTP probe now automatically uses "fdqn" label for the Host header and host part of the URL, and "relative_url" label for the relative URL part of the URL. Using these labels, now you can configure just one probe for multiple targets where each target has a different host header and relative URL to probe.
Bug Fixes
- Fix a bug the gRPC service to dynamically configure probes: [#460].
- Fix a bug in cloudprober extensions which will not allow adding more than one probe or target extension: [#450].
- Fix a bug in external probe's command parsing: [#473].
- Improve CLOUDPROBER_PORT environment variable handling while running on Kubernetes: [#476].
Other Enhancements
- HTTP Probe: Add support for large request bodies (#448).
Many thanks to @networkop, @evanSpendlove, @sunshinekitty, @JohnWillker, and @evgenii-petrov-arrival for reporting bugs, and suggesting and contributing fixes.
Complete list of commits since the last release: https://github.com/google/cloudprober/compare/v0.10.9...v0.11.0 Bugs/PR in this release: Milestone v0.11.0.