mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 02:38:12 +00:00
Automatic merge from submit-queue update influxdb dependency to v1.1.1 and change client to v2 **What this PR does / why we need it**: 1. it updates version of influxdb libraries used by tests to v1.1.1 to match version used by grafana 2. it switches influxdb client to v2 to address the fact that [v1 is being depricated](https://github.com/influxdata/influxdb/tree/v1.1.1/client#description) **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: cc @piosz 1. [vendor/BUILD](https://github.com/KarolKraskiewicz/kubernetes/blob/master/vendor/BUILD) didn't get regenerated after executing `./hack/godep-save.sh` so I left previous version. Not sure how to trigger regeneration of this file. 2. `tests/e2e/monitoring.go` seem to be passing without changes, even after changing version of the client. **Release note**: ```release-note ```