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.2 #87

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 4 years ago

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

Release notes

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

v1.8.1 [2020-07-08]

Docker

docker pull influxdb

Binary Packages

OSS Binary Files SHA256
influxdb-1.8.1-static_linux_amd64.tar.gz 64e60e438ac8a8fdacc6623f238c40bffae31c795642146d70eb316533d3d70f
influxdb-1.8.1_darwin_amd64.tar.gz 91eafe68eb7fe05509f8833689a68d3e148c29feee6abb082b45dd3205b5ed83
influxdb-1.8.1_linux_amd64.tar.gz 4d1acf1c1a95bc42384e3fa7f2dc1d37ad75e0b383dab924c0826e46bd428423
influxdb-1.8.1_linux_arm64.tar.gz fd5d7c962827ab1ccae27f6504595fdcd30c20d505b8e07d8573e274824e1366
influxdb-1.8.1_linux_armel.tar.gz 841cae45c2eca8ac1adb1e563a610c26fbb632b4e3a0b1ebdabf2db527ca10b5
influxdb-1.8.1_linux_armhf.tar.gz 70db96ca7950021bfb3df89d1614c656b5c63acee70239d7b57a350841d3763f
influxdb-1.8.1_linux_i386.tar.gz 48f01bf1b8575348653e331065c6271b73bd261bbcbb94d40b7f56e90e84d06b
influxdb-1.8.1_windows_amd64.zip 0144bea73498b1dce2e1760832a201e1294a53c4562350b704787c54cf683cea
OSS Ubuntu and Debian Package Files SHA256
influxdb_1.8.1_amd64.deb 287c9968de6baa9b3dd3ae7bcea15d2ffd51d107761589da19685dee3065f008
influxdb_1.8.1_arm64.deb 73b0986a4279f88695702d6b3e3b33771f10e51afb79f5d9021a3d4d09467393
influxdb_1.8.1_armel.deb 5d51fbf69859d6d1242b86935c69ac3d22d146301448082273e104a27a4d90da
influxdb_1.8.1_armhf.deb a6f6541078e62b55574438cf0ad42f161641902ad210a38fe8cdeb2f0213702e
influxdb_1.8.1_i386.deb bc07424298aeb6dc4390a6d65a2e76d1ef717bd59ad92bf2ec5fde81b3fa1ed8
OSS Redhat & CentOS Package Files SHA256
influxdb-1.8.1.arm64.rpm 75a07455a13a503d04f04b0ee40a277f388d91bcfeb7b50c3da80e58c13662a5
influxdb-1.8.1.armel.rpm b83e863ff2b70ab17bdb8bca4608a976201b4bde6cba130ddfafec11ac0dda75
influxdb-1.8.1.armhf.rpm b559eeb68b1b6bac38d7eed389f914dcd096d9b429064f800bfa6e5d71fc5b7c
influxdb-1.8.1.i386.rpm 19130d11ef3e6f667c4a945b2a4929676192102a2b682e04e16dec183030b6d4
influxdb-1.8.1.x86_64.rpm 110038a658a792489fe441b6515d6d1dbf8e86411c185253f9f62838f90b8721

Features

  • #18457: feat(query): Parallelize field iterator planning.
  • #18886: feat(http): Allow user supplied HTTP headers.

Bugfixes

  • #17319: fix(flux): buckets call no longer panics.
  • #18212: fix(tsdb): Defer closing of underlying SeriesIDSetIterators.
  • #18286: fix(tsdb): Disable series id set cache size by default.
  • #18299: refactor(http): Simplify Authorizer.
  • #18694: fix(tsi1): wait deleting epoch before dropping shard.
  • #18687: perf(tsi1): batch write tombstone entries when dropping/deleting.
Changelog

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

v1.8.2 [2020-08-13]

Bugfixes

  • #19253: fix(tsdb): Revert disable series id set cache size by default.

v1.8.1 [2020-07-08]

Features

  • #18457: feat(query): Parallelize field iterator planning.
  • #18886: feat(http): Allow user supplied HTTP headers.

Bugfixes

  • #17319: fix(flux): buckets call no longer panics.
  • #18212: fix(tsdb): Defer closing of underlying SeriesIDSetIterators.
  • #18286: fix(tsdb): Disable series id set cache size by default.
  • #18299: refactor(http): Simplify Authorizer.
  • #18694: fix(tsi1): wait deleting epoch before dropping shard.
  • #18687: perf(tsi1): batch write tombstone entries when dropping/deleting.
  • #18826: fix: gracefully handle errors when creating snapshots.
  • #18849: chore(build): remove all of the go1.12 references from build.

v1.8.0 [2020-04-11]

Features

  • #15952: Add influx_inspect verify-tombstone tool.
  • #16542: Add offline series compaction to influx_inspect buildtsi.
  • #16599: Make influx CLI support custom HTTP endpoint.
  • #16908: Add support for InfluxDB 2.0 write API.
  • #17621: Update Flux to v0.65.0.
  • #17188: Enhance support for bound parameters.

Bugfixes

  • #10503: Delete rebuilds series index when series to be deleted are only found in cache.
  • #10504: Delete rebuilds series index when series to be deleted are outside timerange.
  • #14485: Parse Accept header correctly.
  • #16524: Upgrade compaction error log from Info to Warn.
  • #16525: Remove double increment of meta index.
  • #16595: Improve series cardinality limit for inmem index.
  • #16606: Ensure all block data returned.
  • #16627: Skip WriteSnapshot during backup if snapshotter is busy.
  • #16709: Reduce influxd and influx startup time if Flux isn't used.
  • #16762: Fix bugs in -compact-series-file.
Commits
  • 6a1299e chore: update CHANGELOG (#19329)
  • a4b5cbd Merge pull request #19253 from influxdata/dn-revert-disable-series-id-set-cac...
  • 6903a1b fix(tsdb): Revert disable series id set cache size by default.
  • af02378 Update changelog
  • db0ce8c Update changelog
  • 8a72b6e chore: update CHANGELOG.md (#18892)
  • 321d353 Merge pull request #18886 from influxdata/dn-user-defined-http-headers-bp1.8
  • 58a324a feat(http): Allow user supplied HTTP headers
  • b85edfa Merge pull request #18826 from influxdata/dn-log-temp-remove-errors-bp1.8
  • fe59e34 fix: Handle snapshot related errors (#18710)
  • Additional commits viewable in compare view


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 #91.