Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/influxdata/influxdb/v2 from 2.0.3 to 2.7.1 #97

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2023

Bumps github.com/influxdata/influxdb/v2 from 2.0.3 to 2.7.1.

Release notes

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

v2.7.1

In addition to the list of changes below, please also see the [official release notes] (https://docs.influxdata.com/influxdb/v2.7/reference/release-notes/influxdb/) for other important information about this release.

v2.7.1 [2023/04/28]

Bug Fixes

  1. a7a6e92: Use Amazon EC2 Image instead of CentOS EC2 Image
  2. 407fa62: Update ui to remove new data explorer

Features

  1. ed9f021: Implement remote package signing
OSS BINARY FILES SHA256
influxdb2-2.7.1-windows-amd64.zip 8e0acbc7dba55a794450fa53d72cd48958d11d39e619394a268e06a6c03af672
influxdb2-2.7.1-linux-amd64.tar.gz e5ecfc15c35af55641ffc92680ad0fb043aa51a942944252e214e2a551c60ebb
influxdb2-2.7.1-linux-arm64.tar.gz b88989dae0c802fdee499fa07aae837139da3c786293c74e9d7c46b8460510d4
influxdb2-2.7.1-darwin-amd64.tar.gz af709215dce8767ae131802f050c139d0ae179c13f29bb68ca5baa2716aa1874
OSS UBUNTU & DEBIAN PACKAGE FILES SHA256
influxdb2-2.7.1-amd64.deb 040b5292358559831b26116af483ec3725e3ad271207caa214c9c1000abe19a2
influxdb2-2.7.1-arm64.deb 6e6d335f744b43c60178026c2be80b467662a0920e33ef8b1edc697475233393
OSS REDHAT & CENTOS PACKAGE FILES SHA256
influxdb2-2.7.1.aarch64.rpm 59540c28bfc6bb527bd2fc07f90b55f0ade1a98f6326c9ec2209527d54e4b1b4
influxdb2-2.7.1.x86_64.rpm 6ad7238e14c58990c9209c51fdf421ec53548c6103716c8bfae37a1f881a7203

v2.7.0

In addition to the list of changes below, please also see the [official release notes] (https://docs.influxdata.com/influxdb/v2.7/reference/release-notes/influxdb/) for other important information about this release.

v2.7.0 [2023/04/05]

Bug Fixes

  1. 6b60728: Update UI to resolve Dashboard crash and All Access Token creati…
  2. ec7fdd3: Show Replication Queue size and Replication TCP Errors
  3. 06a5902: Prevent unauthorized writes in flux "to" function
  4. 22d698b: Upgrade containerd to 1.6.18
  5. 77fd64a: Handle replication missing queue
  6. b819edf: Rename replication fields for better clarity
  7. e1d0102: Add error message when attempting to delete by field
  8. 5a7ce07: Scraping failed when Content-Type header is not set

... (truncated)

Changelog

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

unreleased

Go Version

This release upgrades the project to go version 1.17.

Minimum macOS Version

Because of the version bump to go, the macOS build for this release requires at least version 10.13 High Sierra to run.

influx CLI moved to separate repository

The influx CLI has been moved to its own GitHub repository. Release artifacts produced by influxdb are impacted as follows:

  • Release archives (.tar.gz and .zip) no longer contain the influx binary.
  • The influxdb2 package (.deb and .rpm) no longer contains the influx binary. Instead, it declares a recommended dependency on the new influx-cli package.
  • The quay.io/influxdb/influxdb image no longer contains the influx binary. Users are recommended to migrate to the influxdb image hosted in DockerHub.

With this change, versions of the influx CLI and influxd server are not guaranteed to exactly match. Please use influxd version or curl <your-server-url>/health when checking the version of the installed/running server.

Notebooks and Annotations

Support for Notebooks and Annotations is included with this release.

SQLite Metadata Store

This release adds an embedded SQLite database for storing metadata required by the latest UI features like Notebooks and Annotations.

Features

  1. 19811: Add Geo graph type to be able to store in Dashboard cells.
  2. 21218: Add the properties of a static legend for line graphs and band plots.
  3. 21367: List users via the API now supports pagination
  4. 21531: Remove feature flags for permanent UI features
  5. 21543: Added influxd configuration flag --sqlite-path for specifying a user-defined path to the SQLite database file
  6. 21543: Updated influxd configuration flag --store to work with string values disk or memory. Memory continues to store metadata in-memory for testing; disk will persist metadata to disk via bolt and SQLite
  7. 21547: Allow hiding the tooltip independently of the static legend
  8. 21584: Added the api/v2/backup/metadata endpoint for backing up both KV and SQL metadata, and the api/v2/restore/sql for restoring SQL metadata.
  9. 21635: Port influxd inspect verify-seriesfile to 2.x
  10. 21621: Add storage-wal-max-concurrent-writes config option to influxd to enable tuning memory pressure under heavy write load.
  11. 21621: Add storage-wal-max-write-delay config option to influxd to prevent deadlocks when the WAL is overloaded with concurrent writes.
  12. 21615: Ported the influxd inspect verify-tsm command from 1.x.
  13. 21646: Ported the influxd inspect verify-tombstone command from 1.x.
  14. 21761: Ported the influxd inspect dump-tsm command from 1.x.
  15. 21788: Ported the influxd inspect report-tsi command from 1.x.
  16. 21784: Ported the influxd inspect dumptsi command from 1.x.

... (truncated)

Commits
  • 407fa62 fix: update ui to remove new data explorer (#24221)
  • ed9f021 feat: implement remote package signing (#24196)
  • a7a6e92 fix: use Amazon EC2 Image instead of CentOS EC2 Image (#24183)
  • 85f725f build(deps): bump github.com/docker/docker (#24179)
  • 01dda5d chore: update UI to latest version (#24171)
  • c854e53 fix: chmod'ing the manifest is unnecessary (#24165)
  • eac0ee0 build(deps): bump github.com/opencontainers/runc from 1.1.3 to 1.1.5 (#24163)
  • 903d30d test: use T.TempDir to create temporary test directory (#23258)
  • 96d6dc3 fix: Removed timeout which is hit with large databases or slow servers #22803...
  • 5a7ce07 fix: scraping failed when Content-Type header is not set (#24135)
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Aug 7, 2023
@github-actions github-actions bot enabled auto-merge August 7, 2023 14:42
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving minor update to an allowlisted production dependency

Bumps [github.com/influxdata/influxdb/v2](https://github.com/influxdata/influxdb) from 2.0.3 to 2.7.1.
- [Release notes](https://github.com/influxdata/influxdb/releases)
- [Changelog](https://github.com/influxdata/influxdb/blob/master/CHANGELOG_OLD.md)
- [Commits](influxdata/influxdb@v2.0.3...v2.7.1)

---
updated-dependencies:
- dependency-name: github.com/influxdata/influxdb/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/influxdata/influxdb/v2-2.7.1 branch from 4ecbec8 to 2afbd51 Compare August 7, 2023 14:43
@github-actions github-actions bot merged commit b43fe55 into main Aug 7, 2023
1 check passed
@github-actions github-actions bot deleted the dependabot/go_modules/github.com/influxdata/influxdb/v2-2.7.1 branch August 7, 2023 14:44
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving minor update to an allowlisted production dependency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants