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

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.3.

Release notes

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

v1.8.3 [2020-09-30]

Docker

docker pull influxdb

Binary Packages

OSS Binary Files SHA256
influxdb-1.8.3-static_linux_amd64.tar.gz 6ab85388426bb3bec5e7091e6fb1f8ccc10bbdecff34c50e8d580a56d0310bf2
influxdb-1.8.3_darwin_amd64.tar.gz f1ef0ec891bb084aca83f165475f9ba6ae1e1ab6829ecf69e6c8eb2a49f17b43
influxdb-1.8.3_linux_armel.tar.gz 3ab9f1785c91de80ea793b9f5c6191cc6f94958aff2aecfd003c2be47700fe70
influxdb-1.8.3_linux_armhf.tar.gz 5a5b64a8c05636cdf64b283951eaaac01680bad19b6d7a7a54c9d90b36f8156d
influxdb-1.8.3_linux_i386.tar.gz 7c389b7155ab76c1deebab1a52184c6098e4b57ea40eeb286358ada287c9cdd6
influxdb-1.8.3_windows_amd64.zip e8265bb434b6bcee92edef2441e1f21b5fa125e5ae9926fdf6651ba34f20a215
influxdb-1.8.3_linux_amd64.tar.gz 392f39a669875b2978b43c79272fa83b28f13ac668b5aa873a66a04b8adc1e5f
influxdb-1.8.3_linux_arm64.tar.gz 26dc3923b725b73a13cb0f67634207a117544ae1ea7f65c1ae16b7398ef80c93
influxdb-1.8.3_windows_amd64.zip 24f2be79656176d04e95b614deaeee8d5d66043a1d5e58723fd8c3a2bd029ce2
OSS Ubuntu and Debian Package Files SHA256
influxdb_1.8.3_amd64.deb 1e993dae42c7ab9801081ad0e35b79aa10ef061d6cc7544617feb27a463e8b05
influxdb_1.8.3_arm64.deb ea40a9d05268dc09027bfe8bae066cc7bdf5d98a67fdaf61bb09d3a11cc4c4b8
influxdb_1.8.3_armel.deb 8e9c5ca9fd17272e33e5021e7347c0f6e8e8912ebb429cfa73b241b1e9f2676e
influxdb_1.8.3_armhf.deb b7343bb4eff82cf6287a260cd17ddb355e4d67588bc209271ecd9844af50ead2
influxdb_1.8.3_i386.deb b39c8d2b8948dfaebbd48806e2c6486e0fe386ecff8e677c1d0bcfc8160eeb69
OSS Redhat & CentOS Package Files SHA256
influxdb-1.8.3.arm64.rpm 41f80169beca3b7f4979edfa3bcbb39409bc2cdc804768324a02da090da7415d
influxdb-1.8.3.armel.rpm f7e67a85f21ba463fd7d76072d51589e99e7e674a08e40d06c8de7d3f4fd42bb
influxdb-1.8.3.armhf.rpm 378eef2f851e0c8c4e448614b52af753d0474939fdfaadfd922091074012e6e9
influxdb-1.8.3.i386.rpm ab0d688735146d4288e17047c04f52a7de8342cc56a44c2eaaea9732c7069768
influxdb-1.8.3.x86_64.rpm d8ff307f87009f9e7d97cadf58f147290a63064b4c2ce6f14c81d979b6dabdd9

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.
Changelog

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

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]

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.
Commits
  • 563e6c3 chore: update CHANGELOG for 1.8.3GA (#19670)
  • b8c9a12 chore: since it is not an alpine image, apk command is no available. Using ap...
  • ef730d6 Merge pull request #19420 from influxdata/fix-unlocked-map-access (#19617)
  • 6b05f15 Merge pull request #19420 from influxdata/fix-unlocked-map-access (#19612)
  • 7ff5b1c chore: Quiet static analysis tools (#19509) (#19512)
  • 59fd82b feat: Add -lponly flag to export sub-command (#19609) (#19611)
  • ceead88 fix(services/storage): multi measurement queries return all applicable series...
  • 520fa6d chore: Use latest version of influxql package (#19460) (#19461)
  • 7079919 chore: do not use alpine image, it does not have gcc compiler. (#19458)
  • 77d1a41 fix(storage): ArrayFilterCursor truncation for multi-block data (#19439)
  • 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

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

dependabot-preview[bot] commented 3 years ago

Superseded by #101.