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.1 #85

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

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

Release notes

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

v1.8.0 [2020-04-11]

Docker

docker pull influxdb

Binary Packages

OSS Binary Files SHA256
influxdb-1.8.0-static_linux_amd64.tar.gz aedc5083ae2e61ef374dbde5044ec2a5b27300e73eb92ccd135e6ff9844617e2
influxdb-1.8.0_darwin_amd64.tar.gz e9d2c560792b76e78cb9ae3da1b9598dc432bc174442ad5663da977e61f849d3
influxdb-1.8.0_linux_amd64.tar.gz 274c8909c69728d11afab7e3023ccd9b34cb296319b41abef1fa665a3c3b2fef
influxdb-1.8.0_linux_arm64.tar.gz e76c36c10e46c2fd17820156b290dd776a465da0298496af5d490e555504b079
influxdb-1.8.0_linux_armel.tar.gz e7a35aa83617088f4dd1a0a232987b341167cf4ff854f024af1082340ff46e44
influxdb-1.8.0_linux_armhf.tar.gz fdac157f02e8231e1925d8e9bc325c88b7ba55ebab2340c549ef10640dbd0cba
influxdb-1.8.0_linux_i386.tar.gz 516f8eaae7a224ca0c3863bd21df72c2a5c1c17708eba294e911688655515eac
influxdb-1.8.0_windows_amd64.zip 77d954dd8dcd3ca7b312913fc670b14c0cfb2bd3b171f105fae2f451c9518752
OSS Ubuntu and Debian Package Files SHA256
influxdb_1.8.0_amd64.deb 1315ae2132f4f8cc348cee9fd8799c9fd9e5d535b7a1ad4661e21843e33cc307
influxdb_1.8.0_arm64.deb 6c283bf03fe762a3baa03ba260e24bcfeab4041b143c0876de65179ee7ebafdb
influxdb_1.8.0_armel.deb 1c50f63e04cd50cda8a7ce38353a33f9629903cfc65c46766466b5c70e760f7b
influxdb_1.8.0_armhf.deb 7b9bd1b90a37c5b49292c98c13e3fcdc058ca76ec6fc6595537b74c4869248c3
influxdb_1.8.0_i386.deb a897b567aa63e629965545c92da4589a682dce384b384137845df069b523d1da
OSS Redhat & CentOS Package Files SHA256
influxdb-1.8.0.arm64.rpm 01008d0df09de8e9852f6e8e49009ef7d135df48825d9dfee62c8c7bff5bb180
influxdb-1.8.0.armel.rpm f9e8c129aca9998abd8912e6d6a3ce6072f7bbc3d97a92a7e9d498aadaacf505
influxdb-1.8.0.armhf.rpm a465306817c3f742f9a01b2208b68278716a8d22ecef3bc9d07f35f7d7245f47
influxdb-1.8.0.i386.rpm a46f1428399f82337f157b161b9c4add03a2efb7c8d7e2aea8c4d116d34d638c
influxdb-1.8.0.x86_64.rpm bab2228b37d6034b3a325240c7b5b51cbfd86eb8e4cf4622e2fc33e1f348cbf4
Changelog

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

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.
  • #16944: Update to Go 1.13.8 and Go modules.
  • #17032: Fix a SIGSEGV when accessing tsi active log.
  • #17656: Verify precision in write requests.
  • #17698: Enable configuration of TLS 1.3.

v1.7.0 [unreleased]

Commits
  • 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)
  • 28268fd chore(build): remove all of the go1.12 references from build (#18849)
  • 637ca24 fix(flux): buckets call no longer panics (#17319)
  • 601dc73 Merge pull request #18687 from influxdata/batch-write-tombstones-when-deletin...
  • 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 4 years ago

Superseded by #87.