nileshsimaria / jtimon

Junos Telemetry Interface client
MIT License
81 stars 29 forks source link

Bump github.com/influxdata/influxdb from 1.5.2 to 1.8.5 #108

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps github.com/influxdata/influxdb from 1.5.2 to 1.8.5.

Release notes

Sourced from github.com/influxdata/influxdb's releases.

v1.8.5rc1 [2021-03-25]

Features

  • #20917: feat(inspect): Add report-disk for disk usage by measurement
  • #20118: feat: Optimize shard lookups in groups containing only one shard. Thanks @StoneYunZhao!
  • #20910: feat: Make meta queries respect QueryTimeout values
  • #20989: feat: influx_inspect export to standard out
  • #21021: feat: Log query text for POST requests

Bugfixes

  • #21053: fix: help text for influx_inspect
  • #20101: fix(write): Successful writes increment write error statistics incorrectly.
  • #20276: fix(error): unsupported value: +Inf" error not handled gracefully.
  • #20277: fix(query): Group By queries with offset that crosses a DST boundary can fail.
  • #20295: fix: cp.Mux.Serve() closes all net.Listener instances silently on error.
  • #19832: fix(prometheus): regexp handling should comply with PromQL.
  • #20432: fix(error): SELECT INTO doesn't return error with unsupported value
  • #20033: fix(tsm1): "snapshot in progress" error during backup
  • #20909: fix(tsm1): data race when accessing tombstone stats
  • #20912: fix(tsdb): minimize lock contention when adding new fields or measure
  • #20914: fix: infinite recursion bug (#20862)
OSS BINARY FILES SHA256
influxdb-1.8.5rc1-static_linux_amd64.tar.gz 1f4220e3d4eb675a9786ff7c5d6909e4403310ff9825bc537fd6ff20c5cae246
influxdb-1.8.5rc1_darwin_amd64.tar.gz 79e708e2f25f6af6010a718f854e2dd37a4fb6d15f2b25902570acac8c60782d
influxdb-1.8.5rc1_linux_amd64.tar.gz 24eb9324ba3a7da2526b5c1af6d64b084000048aa9e3b274d3bf86559deb26c5
influxdb-1.8.5rc1_linux_arm64.tar.gz 09d077a8d835c3bec9189a52e5c906ae3247f46b291b61d8240d6a11b841bc9b
influxdb-1.8.5rc1_linux_armel.tar.gz 62b54b956c25b17122f9c8dd1cbfae91d60eaba0633d0fd7a35e7f5ab2e89015
influxdb-1.8.5rc1_linux_armhf.tar.gz a661cbdf0b42370db33ae5903c5da984801dd539e7c861502993d1743fa0d640
influxdb-1.8.5rc1_linux_i386.tar.gz 43af94ca32bf2f2d3f60fcf2bf2aa392e1905a840319513fc7ecd85424cb0036
influxdb-1.8.5rc1_windows_amd64.zip 9fc6652bca7737bdd4d6d893407f842a3ea45eb9eb4cffa11e27947bece13109
OSS UBUNTU AND DEBIAN PACKAGE FILES SHA256
influxdb_1.8.5rc1_amd64.deb 9a6716822ee502924c0c89c8fd016252b674be7f49b9329fa9192363b1040ad3
influxdb_1.8.5rc1_arm64.deb 2ac55c3c4db812eb71f9b4ce490f266d7745dae4ad1ee117a813dbbf7ec41363
influxdb_1.8.5rc1_armel.deb 284f279b94d394347830ee886aa2471a945a1365e9931c9c2e2b7c6d536da44c
influxdb_1.8.5rc1_armhf.deb f51c4a8a313e2f980af717cfac2428fd20fe13e612f561ef692f254a482acff3
influxdb_1.8.5rc1_i386.deb d12a4fe51d35842f345accbf36e1bba8aac4cd74319eff0e2cbe66893aa21ad2
OSS REDHAT & CENTOS PACKAGE FILES SHA256
influxdb-1.8.5rc1.arm64.rpm db464814225e6b233acb0e4438e3dec990949ded0a230b374178fb67b33d103e
influxdb-1.8.5rc1.armel.rpm 8d1fb863f02bd508b02e0c82fb788f57f45645be8ecd681b1b4eeccccf3b5ddf
influxdb-1.8.5rc1.armhf.rpm 44e860906273c8727fab9f8b625a16e68be81867ea1cb747a310ab2f8db9379c
influxdb-1.8.5rc1.i386.rpm 153ba99ad4d2411c9833218d59d4e63a4fac5d7e4b61a8e1fdd3aa068fa4de2f

... (truncated)

Changelog

Sourced from github.com/influxdata/influxdb's changelog.

v1.8.5 [2021-04-19]

Features

  • #20917: feat(inspect): Add report-disk for disk usage by measurement
  • #20118: feat: Optimize shard lookups in groups containing only one shard. Thanks @StoneYunZhao!
  • #20910: feat: Make meta queries respect QueryTimeout values
  • #20989: feat: influx_inspect export to standard out
  • #21021: feat: Log query text for POST requests

Bugfixes

  • #21053: fix: help text for influx_inspect
  • #20101: fix(write): Successful writes increment write error statistics incorrectly.
  • #20276: fix(error): unsupported value: +Inf" error not handled gracefully.
  • #20277: fix(query): Group By queries with offset that crosses a DST boundary can fail.
  • #20295: fix: cp.Mux.Serve() closes all net.Listener instances silently on error.
  • #19832: fix(prometheus): regexp handling should comply with PromQL.
  • #20432: fix(error): SELECT INTO doesn't return error with unsupported value
  • #20033: fix(tsm1): "snapshot in progress" error during backup
  • #20909: fix(tsm1): data race when accessing tombstone stats
  • #20912: fix(tsdb): minimize lock contention when adding new fields or measure
  • #20914: fix: infinite recursion bug (#20862)

v1.8.4 [2021-01-27]

Bugfixes

  • #19696: fix(flux): add durations to Flux logging

v1.8.3 [2020-09-30]

Features

  • #19187: feat: Collect values written stats.
  • #19611: feat: Add -lponly flag to export sub-command.

Bugfixes

  • #19409: chore: update uuid library from satori to gofrs.
  • #19439: fix(storage): ArrayFilterCursor truncation for multi-block data.
  • #19460: chore: Use latest version of influxql package.
  • #19512: chore: Quiet static analysis tools.
  • #19592: fix(services/storage): multi measurement queries return all applicable series.
  • #19612: fix: lock map before writes.

v1.8.2 [2020-08-13]

... (truncated)

Commits


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.


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)
dependabot-preview[bot] commented 3 years ago

Superseded by #111.