Juniper / open-nti

Open Network Telemetry Collector build with open source tools
Apache License 2.0
232 stars 93 forks source link

Bump influxdb from 2.11.0 to 5.2.3 #257

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps influxdb from 2.11.0 to 5.2.3.

Changelog *Sourced from [influxdb's changelog](https://github.com/influxdata/influxdb-python/blob/master/CHANGELOG.md).* > ## [v5.2.3] - 2019-08-19 > > ### Added > - Add consistency param to InfluxDBClient.write_points ([#643](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/643) thx [@​RonRothman](https://github.com/RonRothman)) > - Add UDP example ([#648](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/648) thx [@​shantanoo-desai](https://github.com/shantanoo-desai)) > - Add consistency paramter to `write_points` ([#664](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/664) tx [@​RonRothman](https://github.com/RonRothman)) > - The query() function now accepts a bind_params argument for parameter binding ([#678](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/678) thx [@​clslgrnc](https://github.com/clslgrnc)) > - Add `get_list_continuous_queries`, `drop_continuous_query`, and `create_continuous_query` management methods for > continuous queries ([#681](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/681) thx [@​lukaszdudek-silvair](https://github.com/lukaszdudek-silvair)) > - Mutual TLS authentication ([#702](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/702) thx [@​LloydW93](https://github.com/LloydW93)) > > ### Changed > - Update test suite to add support for Python 3.7 and InfluxDB v1.6.4 and 1.7.4 ([#692](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/692) thx [@​clslgrnc](https://github.com/clslgrnc)) > - Update supported versions of influxdb + python ([#693](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/693) thx [@​clslgrnc](https://github.com/clslgrnc)) > - Fix for the line protocol issue with leading comma ([#694](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/694) thx [@​d3banjan](https://github.com/d3banjan)) > - Update classifiers tuple to list in setup.py ([#697](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/697) thx [@​Hanaasagi](https://github.com/Hanaasagi)) > - Update documentation for empty `delete_series` confusion ([#699](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/699) thx [@​xginn8](https://github.com/xginn8)) > - Fix newline character issue in tag value ([#716](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/716) thx [@​syhan](https://github.com/syhan)) > - Update tests/tutorials_pandas.py to reference `line` protocol, bug in `json` ([#737](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/737) thx [@​Aeium](https://github.com/Aeium)) > > ### Removed > > ## [v5.2.2] - 2019-03-14 > ### Added > > ### Changed > - Fix 'TypeError: Already tz-aware' introduced with recent versions of Panda ([#671](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/671), [#676](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/676), thx [@​f4bsch](https://github.com/f4bsch) [@​clslgrnc](https://github.com/clslgrnc)) > > ## [v5.2.1] - 2018-12-07 > ### Added > > ### Changed > - Pass through the "method" kwarg to DataFrameClient queries > > ### Removed > > ## [v5.2.0] - 2018-07-10 > ### Added > - Finally add a CHANGELOG.md to communicate breaking changes ([#598](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/598)) > - Test multiple versions of InfluxDB in travis > - Add SHARD DURATION parameter to retention policy create/alter > ### Changed > - Update POST/GET requests to follow verb guidelines from InfluxDB documentation > - Update test suite to support InfluxDB v1.3.9, v1.4.2, and v1.5.4 > - Fix performance degradation when removing NaN values via line protocol ([#592](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/592)) > ### Removed > - Dropped support for Python3.4 > > ## [v5.1.0] - 2018-06-26 > ### Added > ... (truncated)
Commits - [`f3b3df5`](https://github.com/influxdata/influxdb-python/commit/f3b3df50423bfba5cf11652cec049ec285ed7227) chore(influxdb): update release version number - [`5de0162`](https://github.com/influxdata/influxdb-python/commit/5de0162c17d3a3137ec97e277420485b392f0634) chore(CHANGELOG): update for v5.2.3 release - [`b9504e0`](https://github.com/influxdata/influxdb-python/commit/b9504e05db83b8cd159da6e02deab2faac8fbc59) chore(CHANGELOG): update with latest merged PR [#797](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/797) - [`9903974`](https://github.com/influxdata/influxdb-python/commit/9903974e936766edb8a4bf5434aa174f790ef0ec) this tutorial did not write to the database with the protocol set to json. It... - [`dc83fc6`](https://github.com/influxdata/influxdb-python/commit/dc83fc6576b6463dcc77a0c101475a2a71ed655a) Fix newline in tag value cause partial commit ([#716](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/716)) - [`47d24c7`](https://github.com/influxdata/influxdb-python/commit/47d24c7489ecef56b742b57ef8616f5eae0800af) Mutual TLS authentication ([#702](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/702)) - [`08e0299`](https://github.com/influxdata/influxdb-python/commit/08e02996a17c531a87e02cf6c5e693c4038000ed) Line protocol leading comma ([#694](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/694)) - [`d5d1249`](https://github.com/influxdata/influxdb-python/commit/d5d12499f3755199d5eedd8b363450f1cf4073bd) Add Example for sending information to DB via UDP ([#648](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/648)) - [`dc54e5e`](https://github.com/influxdata/influxdb-python/commit/dc54e5eb716d0356a10138ee2f9b7b2ca83a3796) add consistency parameter to write_points ([#664](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/664)) - [`47aeb9b`](https://github.com/influxdata/influxdb-python/commit/47aeb9bf48f7556b570b40279ca169980c141d1f) Update delete_series docstring to differentiate between drop_database ([#699](https://github-redirect.dependabot.com/influxdb/influxdb-python/issues/699)) - Additional commits viewable in [compare view](https://github.com/influxdb/influxdb-python/compare/v2.11.0...v5.2.3)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

Superseded by #260.