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.9.2 #115

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

Release notes

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

v1.8.6 [2021-05-21]

Note: No OSS specific changes were made in this release. This release was created to support InfluxDB Enterprise 1.8.6.

  • #21290: fix: Anti-Entropy loops endlessly with empty shard
  • #21381: chore(ae): add more logging
  • #21518: fix: FGA enablement
OSS BINARY FILES SHA256
influxdb-1.8.6-static_linux_amd64.tar.gz c92ddb7fbe85575f42834b4a28828d6d6bf549b764d7fd90a711ba2e8d84122c
influxdb-1.8.6_darwin_amd64.tar.gz fdb29437fbbf46c73e837466015829ede502f21c8941af53aecbfed347fc222b
influxdb-1.8.6_linux_amd64.tar.gz 835232c591f8fcf5876be27626e42ebc08643024446878dc25ef481ba719ba16
influxdb-1.8.6_linux_arm64.tar.gz 322f73bbc23aa830f7a927af7eff32cc583ccececcf6d366a503bc99216c6db9
influxdb-1.8.6_linux_armel.tar.gz a4be83513e9889c0281d3d86458032f09220e387b59137497735aeac866301f5
influxdb-1.8.6_linux_armhf.tar.gz bf77801cc85a9e9f1710f38dc1263b5202e4d8f83c56a53501b033d6ade384a3
influxdb-1.8.6_linux_i386.tar.gz 9fef6874d0eb36fdfd8b333ac644019b6344f367e99d1bcb3190d62b7acb5097
influxdb-1.8.6_windows_amd64.zip d56d457b7039fec37c2309b1808c00509da2d77d212f2cd2ef0a180f485f2e92
OSS UBUNTU AND DEBIAN PACKAGE FILES SHA256
influxdb_1.8.6_amd64.deb c57d1ddb411a4a0fcf75c9eeed5c2600f6a77ad8833a6207e18525abe34c312d
influxdb_1.8.6_arm64.deb e231ffdc704991576c2429156412c0a397c5a99312622fa3dc71ccbf04b458cb
influxdb_1.8.6_armel.deb 89c0f96bf0e63493c8a637f0e0739b8f90f72ca1875306eee89e2138afedc9c4
influxdb_1.8.6_armhf.deb 6a959b7daffe2b2095767a9335d12f8b9afa29f1b6c81991c1ac486feb3e8a5b
influxdb_1.8.6_i386.deb 8f41b61b7071e4df2a79e59b54875fb433d75aa3917e99ec5966fdcd5bb32804
OSS REDHAT & CENTOS PACKAGE FILES SHA256
influxdb-1.8.6.arm64.rpm ad3ef4003ff49f24f8686e5daa91f5debbd0dc077bd4aeafc7c8c18a0fdf2cdf
influxdb-1.8.6.armel.rpm 6cb5a0f974b3a9107a298537e1e83a25dbeb1aabf418cd6bb12c8158e219aa3d
influxdb-1.8.6.armhf.rpm 1555a6cd83c01688ce687dfe87acce36a6ad7620d12824395564c0c91af61501
influxdb-1.8.6.i386.rpm b7d7530c394c682368ca9785334c18f511367c1a98c49dc7503d4aea08bbcbaf
influxdb-1.8.6.x86_64.rpm 226295ea93eb514b2ca0a9acbbae23eaff816280b10dd546791ecce2afa136e4

v1.8.5 [2021-04-20]

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.

... (truncated)

Changelog

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

v1.9.2 [unreleased]

  • #21634: fix: group by returns multiple results per group in some circumstances

v1.9.1 [unreleased]

v1.9.0 [unreleased]

Features

  • #20873: feat: add arguments to flux to function
  • #20793: feat: Add WITH KEY to show tag keys
  • #20745: feat: use count_hll for 'show series cardinality' queries
  • #20603: feat(query): Hyper log log operators in influxql
  • #20700: feat: series creation ingress metrics
  • #20687: feat: measurement metrics by login
  • #20677: feat: Ingress metrics by measurement
  • #20544: feat(tsi): optimize series iteration
  • #17814: feat(prometheus): update prometheus remote protocol
  • #17596: improvement(query): performance improvement for sorted merge iterator [Tristan Su]
  • #21015: build: upgrade to go 1.15.10
  • #21100: feat: add memory and concurrency limits in flux controller
  • #21108: feat: make flux controller limits configurable
  • #21168: feat: implement rewrite rules for window and bare aggregates
  • #21285: feat: upgrade to flux v0.113.0
  • #21340: feat: meancount aggregation for WindowAggregate pushdown in enterprise

Bugfixes

  • #21192: fix: flux regression in buckets query
  • #21156: fix: redundant registration for prometheus collector metrics
  • #21052: fix: help text for influx_inspect
  • #20889: fix: Add back flux CLI (#20889)
  • #20802: fix(tsm1): fix data race and validation in cache ring
  • #20694: fix: consistent error for missing shard
  • #20183: fix: Properly shutdown multiple http servers
  • #20063: fix(tsm1): "snapshot in progress" error during backup
  • #19631: fix(CORS): allow PATCH
  • #17060: fix(tsdb): return error on nonexistent shard id
  • #18410: fix(handler): allow CORS in v2 compatibility endpoints
  • #18410: fix(handler): add User-Agent to allowed CORS headers
  • #18429: fix(httpd): add option to authenticate prometheus remote read
  • #18136: fix(query): address staticcheck warning S1020
  • #18140: fix(client/v2): use non-nil context.Context value
  • #18135: fix: address static check warning s1039
  • #18127: fix(tsdb): address staticcheck warning SA4006
  • #18126: fix(tsdb): address staticcheck warning st1006
  • #18129: fix(tsdb): Fix variables masked by a declaration
  • #18004: fix(httpd): Fixes key collisions when serializing /debug/vars
  • #17798: fix(docs): Update docs to reflect tooling changes
  • #17685: fix(tsm1): Fix temp directory search bug

... (truncated)

Commits
  • 260876c chore: backport group-by fix and revert fields.idx from 1.9.2 (#21634)
  • 1b27b8d chore: minor refactor suggested by go lint (#21614) (#21616)
  • c8e8025 fix: avoid rewriting fields.idx unnecessarily (#21592) [Port to 1.9] (#21609)
  • 482a27b fix: FGA enablement (#21512)
  • 33f0bb3 chore(ae): add more logging (#21381) (#21489)
  • b26a2f7 fix: disable MergeFiltersRule until it is more stable (#21359)
  • 2ab49e3 fix(storage): cursor requests are [start, stop] instead of [start, stop) (#21...
  • aa18ef6 fix: summation should be in native type for mean,count iterator (#21334) (#21...
  • d45eb2a feat: mean,count aggregation for WindowAggregate pushdown in enterprise (#212...
  • ebe3b97 chore: refactor to make it easier for enterprise to share functionality (#213...
  • 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 #117.