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.0 #111

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

Release notes

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

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.
  • #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.5-static_linux_amd64.tar.gz dbabcc211b447c1fb741ab02f4f7dc0e5a8f609269fdece02badfb2e654b92ba
influxdb-1.8.5_darwin_amd64.tar.gz 5df70f9e9425ff83ec694c3cc187d06dcd3b9748efaa5edab15b968ece4ddadb
influxdb-1.8.5_linux_amd64.tar.gz e7ff8c10cad8f9d268ef3ea8eb616ed2b548715c59be97202df6dc41c88cd012
influxdb-1.8.5_linux_arm64.tar.gz 089b499c90dcd0054d2e31458ed5969831b3c2db8646fb02b286530d6767578f
influxdb-1.8.5_linux_armel.tar.gz 36f41d2b9b554fe3d9a64a9d71095cff48cfafd02dba2e44596901ece2c0233b
influxdb-1.8.5_linux_armhf.tar.gz ecf9b09110aadacfa4407058b95ccf9ec8e41f24344aa269e3643a2e2a850250
influxdb-1.8.5_linux_i386.tar.gz f25f68b2ee2413d216d6a1b8383a75fdf62c584a4f2ba6be9f8a1964d803f5f7
influxdb-1.8.5_windows_amd64.zip e504ba6a15f01ac20764668c8ef3257f5d52f01f53f36fb3b0108c264e4df61c
OSS UBUNTU AND DEBIAN PACKAGE FILES SHA256
influxdb_1.8.5_amd64.deb 495601325d56a770d00767bad3767ca4475120a838d25e070c8a8455d6bb1144
influxdb_1.8.5_arm64.deb 6058359913425cfa04e63871ff0d11c496eae4c4e92101083d61b323b51b8e65
influxdb_1.8.5_armel.deb c57c7d6ec7d91641b596ab5c25cbdb1b16d6e95b20fbba7fd9240c919fac2489
influxdb_1.8.5_armhf.deb 130a3924d86a13b8e9d271e5916008faceb0f71ae749e2703d0ffa674e03e30d
influxdb_1.8.5_i386.deb e002c53b53b5eabdb0873605c5e58db919adfb89c3790f75656de297e5172713
OSS REDHAT & CENTOS PACKAGE FILES SHA256
influxdb-1.8.5.arm64.rpm 6782a9f97f5e4684150dc9ca36135a07aef1e88e8c930c1139bad7b7a8493b5b
influxdb-1.8.5.armel.rpm 8752c5644ec711dfc47b57954ad9ecdbaf138f9fa2db6939f0ed317e316b91ef
influxdb-1.8.5.armhf.rpm 0b180726c6a5ff1826880ef9ba6754a9948bf5d193271e90df45e07d1e477ee3
influxdb-1.8.5.i386.rpm d435de1aa557e9501f68bb76b1f02382428e6bc1d488b17a9125d587ef64991c

... (truncated)

Changelog

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

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
  • #17495: fix(snapshotter): properly read payload
  • #21139: fix(tsdb): exclude stop time from array cursors
  • #21168: fix(storage): Detect need for descending cursor in WindowAggregate
  • #21285: fix(storage): Detect need for descending cursor in GroupAggregate
  • #21308: fix(models): grow tag index buffer if needed

... (truncated)

Commits
  • 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...
  • 29b8887 fix: Anti-Entropy loops endlessly with empty shard (#21310)
  • b685dae fix(models): grow tag index buffer if needed [Backport to 1.9] (#21308)
  • cfb4213 feat(flux): enable group > min/max pushdown (#21285)
  • fed88cf feat: flux upgrade to v0.112.1 (#21226) (#21229)
  • 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 #113.