Skip to content

Releases: influxdata/influxdb

v2.7.0

05 Apr 20:20
85f725f
Compare
Choose a tag to compare

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
  9. 96d6dc3: Removed timeout which is hit with large databases or slow servers #22803
  10. c854e53: Chmod'ing the manifest is unnecessary

Features

  1. 4fc73ea: Get oss-e2es working locally in UI repo

Other

  1. 8ed55e7: Build(flux): update flux to v0.192.0
  2. 109bc88: Chore: update package repo GPG key
  3. e2f835b: Build(deps): bump github.com/aws/aws-sdk-go from 1.30.12 to 1.33.0
  4. 8ad6e17: Chore: add additional error logging when deleting shard
  5. f74c69c: Chore: update to go 1.20
  6. 260d88b: Chore: bump testcontainers-go to 0.18.0
  7. a035bcf: Build(flux): update flux to v0.193.0
  8. 23446cc: Build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0
  9. 569e84d: Chore: use go 1.20.1
  10. 387d900: Chore: fix typo in functions.go
  11. 903d30d: Test: use T.TempDir to create temporary test directory
  12. eac0ee0: Build(deps): bump github.com/opencontainers/runc from 1.1.3 to 1.1.5
  13. 01dda5d: Chore: update UI to latest version
  14. 85f725f: Build(deps): bump github.com/docker/docker
OSS BINARY FILES SHA256
influxdb2-2.7.0-linux-arm64.tar.gz 92fb46391b76009aa36f08ecdd26d2c408d3a11f73a7926556bfe400705451b8
influxdb2-2.7.0-windows-amd64.zip 7f07dab585592e4e55d100f7fbc085d491e1d9a275f344492062d155193c8dec
influxdb2-2.7.0-linux-amd64.tar.gz 5a20350a5640efbb591713acc24b9c253d520f14ad72aa4b57e70e32e652bb9e
influxdb2-2.7.0-darwin-amd64.tar.gz fa73bdb0d9cc26cdf1cf438c2473db42f74b0b6777fd870ca0e9a9eab3afa5f3
OSS UBUNTU & DEBIAN PACKAGE FILES SHA256
influxdb2-2.7.0-amd64.deb 82790ac5027777750c72e23a71a52e78d828b7b0cbf6c7cfebf6d0649960631f
influxdb2-2.7.0-arm64.deb 63340057f37978ec6e4f9185512d2c8397d4aad19b188032213688d7429177a4
OSS REDHAT & CENTOS PACKAGE FILES SHA256
influxdb2-2.7.0.x86_64.rpm 476e674fcd4f7d5dbad46603971de529151d538ab80fc1622fc35a1c4c43a8ca
influxdb2-2.7.0.aarch64.rpm 710deb059626b936412e1a23f23564903f95856113703137b6e143a8b2447c7c

v2.6.1

29 Dec 19:07
9dcf880
Compare
Choose a tag to compare

In addition to the list of changes below, please also see the official release notes for other important information about this release.

v2.6.1 [2022/12/29]

Bug Fixes

  1. 9dcf880: Update UI to resolve Dashboard crash and All Access Token creation
OSS BINARY FILES SHA256
influxdb2-2.6.1-windows-amd64.zip c84c8237c74e795b88cc5ddc6f90a2c0db18f5b71e58deac28c3c69adbba1a53
influxdb2-2.6.1-linux-arm64.tar.gz 906b360e03801349badff704ab5b5e2b7034b077dafdd43ffc424ccc5cb831fc
influxdb2-2.6.1-linux-amd64.tar.gz 003908bacc9653603cc7cad68e40f66552b6a09279305228d26b33b71346941e
influxdb2-2.6.1-darwin-amd64.tar.gz 28d7c610331f79af44fd7bb54c3c9396bbaf1031301e56be51c43622880f7f0b
OSS UBUNTU & DEBIAN PACKAGE FILES SHA256
influxdb2-2.6.1-arm64.deb 90092356cb8ee126fe84dd5a54fa5c511cb807a9b1de26e0a0dcc57348e2165b
influxdb2-2.6.1-amd64.deb d638a5eff9b74295bae141dc8a32839f461a1c60e37590211531ba6a642a26e2
OSS REDHAT & CENTOS PACKAGE FILES SHA256
influxdb2-2.6.1.aarch64.rpm 070e3a702c3ec8d921a98d69c6c45b385542653d0a689aa23f0d7bc0c97f04a9
influxdb2-2.6.1.x86_64.rpm fd88c9f02e227228ff6ad5b080f08d3204fcc855541fea9183d81a5a23fa1dff

v2.6.0

15 Dec 21:23
24a2b62
Compare
Choose a tag to compare

In addition to the list of changes below, please also see the official release notes for other important information about this release.

v2.6.0 [2022/12/15]

Bug Fixes

  1. 666cabb: Fix wrong max age transformation from seconds
  2. f026d7b: Fixes migrating when a remote already exists
  3. 9bf8840: Update me and users routes to match cloud/documentation
  4. ade21ad: Restrict file permissions by default
  5. ffd069a: Handle NaN in scraper
  6. 24a2b62: Pin UI to older version to address Dashboard issues

Features

  1. 7708108: Port check-schema and merge-schema from 1.x
  2. c2eac86: Port report-db command from 1.x
  3. 853d615: Perform basic package validation

Other

  1. e62c8ab: Chore: upgrade to Go 1.18.8
  2. 86207fe: Build(flux): update flux to v0.189.0
  3. 61870e5: Chore: update 2.5 changelog
  4. 4de89af: Refactor: remove dead iterator code
  5. 07e6ef2: Build(flux): update flux to v0.191.0
  6. ef098ac: Chore: cleanup codeowners file
  7. 26daa86: Chore: bump testcontainers to latest released version
OSS BINARY FILES SHA256
influxdb2-2.6.0-windows-amd64.zip 8419682cec38d12d9a6a7a98bfcdb215878e2892db835f15da5febb172234736
influxdb2-2.6.0-linux-arm64.tar.gz f6a7600e7ce4fc8c3c9d98d3bc558bc4896a42834a76747af538ed15c20fa8c5
influxdb2-2.6.0-linux-amd64.tar.gz aadce4d38978bc081eb0aa88cde7f214e3cf48a592c8881006a363632cc33738
influxdb2-2.6.0-darwin-amd64.tar.gz 9e8c14ad872b8e56451ac2cd5f515ab5e5dcc484a561b5a4b02c708c6287c5e9
OSS UBUNTU & DEBIAN PACKAGE FILES SHA256
influxdb2-2.6.0-amd64.deb 99770c5a78dfe061c630f897fac1e03c20f35fe20044f86d3209289c6761d579
influxdb2-2.6.0-arm64.deb e6c759216fa656ecd0bf666003d7e07daf472d5398ee4be9f9423e862161f029
OSS REDHAT & CENTOS PACKAGE FILES SHA256
influxdb2-2.6.0.aarch64.rpm 61b5cae9e59c5b02d886e2de7aba0f72131e2d1d01548d008c30c52794595f0e
influxdb2-2.6.0.x86_64.rpm 31b690854f7e5ff6a9b7d2199ee69bcefc12165c8a27e3827a834dcd818fa051

v2.5.1

03 Nov 12:58
5b6fdbf
Compare
Choose a tag to compare

In addition to the list of changes below, please also see the official release notes for other important information about this release.

v2.5.1 [2022/11/02]

Other

  1. 5b6fdbf: Revert "fix: set limited permissions on package installs
OSS BINARY FILES SHA256
influxdb2-2.5.1-linux-arm64.tar.gz 9ca6f7b43d19c9106dddb8c7ad91266a221af8903ec5e0b844d4c43c9f2d6690
influxdb2-2.5.1-windows-amd64.zip 8b214ed71e092d0993c0960f3c02cad386a35d1013ef0f20fedeeaa20a8216e8
influxdb2-2.5.1-linux-amd64.tar.gz 2a844970be699ad7bede7f0cba7ae6d9edc0951801c22fc7a6d0c122631fad6e
influxdb2-2.5.1-darwin-amd64.tar.gz f1cec9952dd2f25d4b166e5bc3a69889a66129a67b606e3607e116e2ab0e7b80
OSS UBUNTU & DEBIAN PACKAGE FILES SHA256
influxdb2-2.5.1-amd64.deb 3c545777e1086e9067916781c9fc4f8a85c460702407b4197acedce7d8cad97b
influxdb2-2.5.1-arm64.deb 276bcd02c982f5ddef8de159fa60433435b20aaac4e48d16edf5b39070f4b81d
OSS REDHAT & CENTOS PACKAGE FILES SHA256
influxdb2-2.5.1.aarch64.rpm ea7d462b1868bf54094f93341dc4d97d2ade2cf5964fa3e6a2e440db975d5fe6
influxdb2-2.5.1.x86_64.rpm de65864f8aff1fdfd38a2fd231608181f459a227368eaaf23c454fa9fc845323

v2.5.0

01 Nov 21:05
6fc66ac
Compare
Choose a tag to compare

In addition to the list of changes below, please also see the official release notes for other important information about this release.

WARNING: RPMs/Debs are broken for this release and have been removed. They will be re-added in a follow up release.

v2.5.0 [2022/11/01]

Bug Fixes

  1. daaf866: Several minor quality issues
  2. ee8ca45: Use copy of loop variable in parallel test
  3. 11019d2: Check that user IDs are not in use in user create
  4. b87deb4: Don't allow creating an auth with instance resources
  5. b51fefd: Set limited permissions on package installs
  6. 663d43d: Allow backup of all buckets
  7. a0f1184: Manually scheduled task runs now run when expected
  8. 4ed184d: Fixes an error querying virtual dbrps
  9. 2ad8995: Improve delete speed when a measurement is part of the predicate
  10. 3ac7a10: Downgrading to 2.3 was broken
  11. 55b7d29: Sql scan error on remote bucket id when replication to 1.x
  12. 81e2ec6: Enable gzipped responses with the legacy handler
  13. e61485a: Only the latest scraper being run
  14. 9582826: Handle a potential nil iterator leading to a panic
  15. 6fc66ac: Do not require remoteOrgID in remote config/creation request

Features

  1. 485968c: Unpin ui to point at latest
  2. b72848d: Optimize saving changes to fields.idx
  3. c40ad64: Set SameSite=strict on session cookie
  4. f36646d: Bump to latest UI

Other

  1. accce86: Chore: update CHANGELOG_frozen.md for 2.4
  2. 785a465: Refactor: remove reference to flux.Spec in query tests
  3. 728070e: Chore: upgrade Rust to 1.63.0
  4. aa9c49e: Build(flux): update flux to v0.180.1
  5. 8f15620: Build(flux): update flux to v0.181.0
  6. 1c6fbf9: Chore: add protoc-gen script to releng (2.x)
  7. c433342: Chore: remove duplicate word in comments
  8. 91623dd: Docs(logger): fix incorrect doc string
  9. 43c2e08: Chore: upgrade to Go 1.18.6
  10. 635f8d8: Build(flux): update flux to v0.184.2
  11. eada36b: Test: remove group skips
  12. aa5c1c0: Docs: cleanup CONTRIBUTING.md - clarify instructions and output.
  13. a321e72: Build(flux): update flux to v0.185.0
  14. d8553c0: Test(flux): use vanilla flagger for fluxtest
  15. 34254ee: Build(flux): update flux to v0.186.0
  16. a0c3703: Build(flux): update flux to v0.187.0
  17. 89d9207: Chore: update to use scheduled pipeline (2.x)
  18. 0389d51: Chore: upgrade to Go 1.18.7
  19. fa393cc: Chore(readme): add resource links and logo
  20. 1033334: Build(flux): update flux to v0.188.0
  21. 8c23f92: Build(flux): update flux to v0.188.1
OSS BINARY FILES SHA256
influxdb2-2.5.0-windows-amd64.zip 7ca8e1b412852ceb9101bca13de7f72838e1def3ed715bd4f39848b0f103475b
influxdb2-2.5.0-darwin-amd64.tar.gz e31a87ba4a42843aa8dfa7e0300368c4ff8c500f7b2f4cdd8f39e549e7b83d93
influxdb2-2.5.0-linux-amd64.tar.gz 77363064483b842ecf88c175b4afc09b644156d01f422fb52f1448c0acb9d694
influxdb2-2.5.0-linux-arm64.tar.gz 21a67f13489c8dbcb3176b71ba8e8809553cdea3cf1cea7c6f155cb313b44c3a

v2.4.0

19 Aug 17:13
de247ba
Compare
Choose a tag to compare

In addition to the list of changes below, please also see the official release notes for other important information about this release.

v2.4.0 [2022/08/18]


Bug Fixes

  1. 21885a7: Log the log level at startup
  2. 76cfddb: Emit zipfile for windows
  3. 69a95dc: Update the condition when reseting cursor
  4. 4789d54: Improve error messages opening index partitions
  5. 00edb77: Create TSI MANIFEST files atomically
  6. f762346: Add paths to tsi log and index file errors
  7. 619eb1c: Restore in-memory Manifest on write error
  8. f7b1905: Do not delete replication on remote config delete
  9. afbbfac: Fix virtual DBRP FindMany, make virtual bucket default if not overridden
  10. 187f991: Improve virtual DBRP default handling

Features

  1. bf5e6eb: Update Contributing.md to be more accurate for a clean checkout
  2. e7cf522: Implement nightly docker builds without goreleaser
  3. 67ccbae: Add the concept of an instance owner
  4. adeac8b: Add virtual DBRP mappings based on bucket name
  5. 90d45e8: Enable static-pie builds (2.x)
  6. 6f50e70: Replicate based on bucket name rather than id

Other

  1. 83bb8ed: Build: update frozen changelog
  2. 85e4e63: Build: fix release workflow
  3. cbbf4b2: Build(flux): update flux to v0.172.0
  4. 3fcc085: Chore: Fix link in the README
  5. 07bab31: Build(flux): update flux to v0.173.0
  6. 4d33c70: Build(flux): update flux to v0.174.0
  7. 4da4d03: Build(flux): update flux to v0.174.1
  8. 4b2949a: Build: upload release and nightly CHANGELOG.md
  9. 33a7add: Test(label): Invalid closure capture
  10. 91a83ba: Chore: Update PULL_REQUEST_TEMPLATE.md
  11. 85dc158: Chore: upgrade CircleCI Mac OSX image
  12. 37562c7: Build: upgrade to Go 1.18.4
  13. a9f751f: Feat(query): add planner rule for converting aggregate window to a push down
  14. c58bbab: Build(flux): update flux to v0.176.0
  15. f0072ef: Chore(pkger): fix typo in README.md
  16. 7e7d1db: Build(flux): update flux to v0.177.0
  17. cd4f93b: Build(flux): update flux to v0.177.1
  18. 78c969e: Build(flux): update flux to v0.178.0
  19. c2c9d17: Build(flux): update flux to v0.179.0
  20. 48fb5ce: Chore: update fluxtest skip list
  21. de247ba: Chore: use 22.04 image instead of 21.10 for perf test
OSS BINARY FILES SHA256
influxdb2-2.4.0-darwin-amd64.tar.gz 156c52b6999134284abae7b110d25416740414c56702c29fd8efe00b6be98682
influxdb2-2.4.0-linux-arm64.tar.gz 4fde9265af5ab9a2b8fbb10bb5df42bd809fd24af352cd7eca0ee9ecf4fdb3b9
influxdb2-2.4.0-windows-amd64.zip 07769bd83e5f211490e1d3dac3cfc0cb674a25edc860137f5df444856308fa4e
influxdb2-2.4.0-linux-amd64.tar.gz 51ddd49a482490752647a4f134c3c838adab64903f2a6ed9c90daff8418b7c58
OSS UBUNTU & DEBIAN PACKAGE FILES SHA256
influxdb2-2.4.0-arm64.deb f0579ede760b2b65b327b95a6fb4bcfeab4cb06fa26aa961fb9810c3dafdf620
influxdb2-2.4.0-amd64.deb 7de3ccf9672d259a82e79d629397913512045a4dba1e2cb1ef98e8887d2da599
OSS REDHAT & CENTOS PACKAGE FILES SHA256
influxdb2-2.4.0.x86_64.rpm 02b3e1843fe232c2944e23322be228530bb752d50bdfc22abd5b2201ad12b6fc
influxdb2-2.4.0.aarch64.rpm 25b30d342a0ae9e275d25a23070115363ddd6e1412934c28aa9d2085e26833da

v2.3.0

01 Jul 15:29
090f681
Compare
Choose a tag to compare

v2.3.0 [2022-06-16]

In addition to the list of changes below, please also see the official release notes for other important information about this release.

Bug Fixes

  1. c535994: Remove controller 64bit misalignment
  2. 30a9fd4: MeasurementsCardinality should not be less than 0
  3. 9c33764: Do not panic on cleaning up failed iterators
  4. 8c9768c: Replace unprintable and invalid characters in errors
  5. a9df3f8: Fully clean up partially opened TSI
  6. 53580ea: Remember shards that fail Open(), avoid repeated attempts
  7. 9e55686: Replications remote write failure can deadlock remote writer
  8. 8bd4fc5: Lost TSI reference / close TagValueSeriesIDIterator in error case

Features

  1. 9e20f9f: Add signifier to replication user agent
  2. a10adf6: Add fields to tasks bucket to match cloud
  3. d705841: Error when creating v1 auth with a nonexistent bucket id
  4. 692b0d5: Add instance-id flag for identifying edge nodes
  5. 090f681: Add remotes and replications to telemetry
OSS BINARY FILES SHA256
influxdb2-2.3.0-darwin-amd64.tar.gz fe4830721622a7268b77068dfb5eeedb289880c8742c1bd22be0327b97c9fd55
influxdb2-2.3.0-linux-amd64.tar.gz 9fb0b4668c323047039d49d091f37c63450ac3a2a51c594f2da4d1a281db44bf
influxdb2-2.3.0-linux-arm64.tar.gz fe8c4cf9b8ed025320b18c33c32553510e4a18bbe27765a4f34d1f8997c8edef
influxdb2-2.3.0-windows-amd64.zip c8edf601922cc2f7134cdfbf36f0b95bfedf385c17a166d164e7bb212ba1e4a9
OSS UBUNTU AND DEBIAN PACKAGE FILES SHA256
influxdb2-2.3.0-amd64.deb 3c9de758f04991e3c6bc99c4081cbc54568ffccaa3428be8abd6270e59baaaa5
influxdb2-2.3.0-arm64.deb e60b1940cf5be7127520fd11b722e1d528ab2bd5975644430b78a3bf8fe35699
OSS REDHAT AND CENTOS PACKAGE FILES SHA256
influxdb2-2.3.0.aarch64.rpm 577f17e9d1334c4eeb9c319fd9b744931c026287291c5298b421c6a2d35a211d
influxdb2-2.3.0.x86_64.rpm 9387371a119ba3a794c3e168c42b536bae7201d0524440a42009cb65431d7561

v2.2.0

07 Apr 14:04
a2f8538
Compare
Choose a tag to compare

v2.2.0 [2022-03-29]


In addition to the list of changes below, please also see the official release notes for other important information about this release.

Features

  1. 504f0e4: Passing type=basic returns task metadata without query text
  2. 58139c4: Add auth to remotes & replications APIs
  3. 8825cd5: Replication apis durable queue management
  4. cd0243d: Added replications queue management to launcher tasks
  5. 6b56af3: Mirror writes to registered replications
  6. 40d9587: Add replications queue scanner
  7. ad52815: Add field for dropping data resulting in non-retryable errors to individual replications
  8. fea3037: Configure perf tests with yaml
  9. dece95d: Tsm compaction metrics via prometheus
  10. 3a81166: Added metrics collection for replications
  11. 0a74085: Point write requests have metrics
  12. a74e051: Disk size metrics per shard
  13. feb459c: Metrics for cache subsystem
  14. edb21ab: Metrics for wal subsystem
  15. 9873ccd: Remote write function for replications
  16. f05d013: Metrics collection for replications remote writes
  17. 3460f1c: Replication remote writes do not block local writes
  18. b970e35: Remaining storage metrics from OSS engine
  19. 28bcd41: Batch replications remote writes to avoid payload limit errors
  20. 6096ee2: Replications metrics include failure to enqueue
  21. a7a5233: Advance queue scanner periodically instead of every remote write
  22. 5a919b6: Enable remotes and replication streams feature
  23. c51a0df: Error out when config file contains 1.x config values
  24. afb167a: query-memory-bytes zero-value is unlimited
  25. f78f9ed: Api/v2/config endpoint displays runtime configuration
  26. 4f74049: Add downgrade target for 2.1
  27. b02c89e: Option to log flux queries cancelled because of server shutdown
  28. adf29df: Allow influxdb to set flux feature flags
  29. 4e08604: Add MeasurementNames method to MeasurementFieldSet
  30. a40e12b: Allow changing a password with influxd recovery user update
  31. 2c930fd: Add --hardening-enabled option to limit flux/pkger HTTP requests
  32. 5231d2d: Enable the mqtt pool dialer by default
  33. 359fcc4: Add maximum age to replication queues

Bug Fixes

  1. 84776d7: Manual task runs are scheduled asyncronously
  2. 5e6b0d5: Extend snapshot copy to filesystems that cannot link
  3. 88afa92: Detect misquoted tag values and return an error
  4. 2bace77: Unhandled errors returned by Sketch.Merge
  5. fa9ba8e: Duplicated X-version and X-Build headers for /ping endpoint
  6. 8aa3a8f: Add causal error when meta.db is missing
  7. 799d349: Sync index file before close
  8. 5ce164f: Remove influx CLI output from CONTRIBUTING
  9. e4e1633: Replications remote writes do not block server shutdown
  10. 39eeb3e: Fix race condition which could cause restore command to fail
  11. e5cbd27: Advance replications queue after successful remote writes
  12. 4fd4bd0: Use copy when a rename spans volumes
  13. 11c0081: Disable use of jsonnet with /api/v2/templates/apply
  14. 0c30afd: Updating a check does not require an owner id
  15. b8ccf5b: Correctly handle PartialWriteError
  16. e20b5e9: Remove nats for scraper processing
  17. 0bd28f6: Update 422 dry-run response to conform to API spec
  18. e5ccbb8: Forbid reading OSS buckets for a token with only write permissions
  19. 49ce57c: Remove telegraf endpoint pagination
  20. 7c0ec4d: Replications replicates flux to() writes
  21. df01d93: Allow flux http calls to be unlimited
  22. 3ec5a57: Tell browser about cookie expiry
  23. e304ef9: Add write permissions check for DELETE and DROP MEASUREMENT
  24. 0504498: Reset provided slice correctly
  25. a2f8538: Pin UI to OSS-2.1.2 so tokens can be accessed
OSS BINARY FILES SHA256
influxdb2-2.2.0-windows-amd64.zip b8bfa5619ad33b6bfd517fa88ab42cc111e8e3f196eb3294b1b4c583e558a3c7
influxdb2-2.2.0-darwin-amd64.tar.gz a3c6b4e1f0eda63382860424394aa37636acb47a810436471e218844046ce7cf
influxdb2-2.2.0-linux-amd64.tar.gz 87c9e4c356271120e7792b0fc437abac6c8933fbd56d6c4589372119823caf58
influxdb2-2.2.0-linux-arm64.tar.gz a80d2a542506c999c08bc218df2ff3a12a1cbe9ff03c6911a5780d98ad83895d
OSS UBUNTU & DEBIAN PACKAGE FILES SHA256
influxdb2-2.2.0-arm64.deb 7eb1ea43ef07595207377d45b7859ff4def144bafc1375ef9c5635cd9b1d1b8e
influxdb2-2.2.0-amd64.deb dccc6cbf8af734407488d9b91c71b72f49c8cf4da2746e891be09b16f9b510d6
OSS REDHAT & CENTOS PACKAGE FILES SHA256
influxdb2-2.2.0.x86_64.rpm f20b243d3c8b190bc205a29b03b0536b7fad54e365e83f45daea123f54c57a75
influxdb2-2.2.0.aarch64.rpm 89547dc4d0f1260a512b0d6dcde75d8270141ed70b50779269274bd3313cbdb8

v2.1.1

09 Nov 16:26
657e183
Compare
Choose a tag to compare

v2.1.1 [2021-11-09]

This release fixes a defect present in the v2.1.0 release deb and rpm packages that prevented them from being installed successfully.

OSS BINARY FILES SHA256
influxdb2-2.1.1-windows-amd64.zip 912ff645a20ea7623f453b76af32d26b6a2160e6ac7fa0ac60e67c8d80c8a0df
influxdb2-2.1.1-darwin-amd64.tar.gz 64c6aed0920ec3b502ad4174de5bdb078e3f2de4eea58d6322bdf2a2a57d1e26
influxdb2-2.1.1-linux-amd64.tar.gz 1688e3afa7f875d472768e4f4f5a909b357287a45a8f28287021e4184a185927
influxdb2-2.1.1-linux-arm64.tar.gz a5d9c355231f69e6a1141c4af02136fa5696979a4d79dd16767fbd110feffb88
OSS UBUNTU & DEBIAN PACKAGE FILES SHA256
influxdb2-2.1.1-arm64.deb 811476e97d63906e908df57ec1a66644c8b21b60df7bdd142364750fc2f59263
influxdb2-2.1.1-amd64.deb d9dfbd85ae0c26500fc957310a1fd9e65ea13becbe3d03451391144abdee6b10
OSS REDHAT & CENTOS PACKAGE FILES SHA256
influxdb2-2.1.1.x86_64.rpm 2b7e557d840282d548fa84626950b1901bd933f582dc6f990227073da084d9b5
influxdb2-2.1.1.aarch64.rpm e80d3ee198d317ea813157f9e1fd852942bbd9df2755418ddbd338dc223e92de

v2.1.0

08 Nov 17:29
435907d
Compare
Choose a tag to compare

v2.1.0 [2021-11-08]

In addition to the list of changes below, please also see the official release notes for other important information about this release.

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 the /health endpoint when checking the version of the installed/running server.

Features

  1. 21218: Add the properties of a static legend for line graphs and band plots
  2. 21367: List users via the API now supports pagination
  3. 21543: Added influxd configuration flag --sqlite-path for specifying a user-defined path to the SQLite database file
  4. 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
  5. 21547: Allow hiding the tooltip independently of the static legend
  6. 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
  7. 21635: Port influxd inspect verify-seriesfile to 2.x
  8. 21621: Add storage-wal-max-concurrent-writes config option to influxd to enable tuning memory pressure under heavy write load
  9. 21621: Add storage-wal-max-write-delay config option to influxd to prevent deadlocks when the WAL is overloaded with concurrent writes
  10. 21615: Ported the influxd inspect verify-tsm command from 1.x
  11. 21646: Ported the influxd inspect verify-tombstone command from 1.x
  12. 21761: Ported the influxd inspect dump-tsm command from 1.x
  13. 21788: Ported the influxd inspect report-tsi command from 1.x
  14. 21784: Ported the influxd inspect dumptsi command from 1.x
  15. 21786: Ported the influxd inspect deletetsm command from 1.x
  16. 21888: Ported the influxd inspect dump-wal command from 1.x
  17. 21828: Added the command influx inspect verify-wal
  18. 21814: Ported the influxd inspect report-tsm command from 1.x
  19. 21936: Ported the influxd inspect build-tsi command from 1.x
  20. 21938: Added route to delete individual secret
  21. 21972: Added support for notebooks and annotations
  22. 22311: Add storage-no-validate-field-size config to influxd to disable enforcement of max field size
  23. 22322: Add support for merge_hll, sum_hll, and count_hll in InfluxQL
  24. 22476: Allow new telegraf input plugins and update toml
  25. 22607: Update push down window logic for location option
  26. 22617: Add --storage-write-timeout flag to set write request timeouts
  27. 22396: Show measurement database and retention policy wildcards
  28. 22590: New recovery subcommand allows creating recovery user/token
  29. 22629: Return new operator token during backup overwrite
  30. 22635: update window planner rules for location changes to support fixed offsets
  31. 22634: enable writing to remote hosts via to() and experimental.to()
  32. 22498: Add Bearer token auth
  33. 22669: Enable new dashboard autorefresh
  34. 22674: list-bucket API supports pagination when filtering by org
  35. 22810: Recommend influxd downgrade when encountering an unknown metadata migration during startup
  36. 22816: Update flux to v0.139.0
  37. 22818: Add influxd downgrade command for downgrading metadata stores be compatible with previous versions of InfluxDB
  38. 22819: Update UI to OSS-2.1.2

Bug Fixes

  1. 21648: Change static legend's hide to show to let users decide if they want it
  2. 22448: Log API errors to server logs and tell clients to check the server logs for the error message
  3. 22545: Sync series segment to disk after writing
  4. 22604: Do not allow shard creation to create overlapping shards
  5. 22650: Don't drop shard-group durations when upgrading DBs
OSS BINARY FILES SHA256
influxdb2-2.1.0-windows-amd64.zip f9faed2f433139042ae90ab6dfaeda8bf24d04c7bb946f0848964a94d906c26c
influxdb2-2.1.0-darwin-amd64.tar.gz 9a1572c156c54633da10c580d998070e99edce7c97dfc63e086cbcc7558029c4
influxdb2-2.1.0-linux-amd64.tar.gz 45041e033221eabc8964b55d4a8c5ff5d9ecde5e4e4b381d24e7c4ecd4c876f9
influxdb2-2.1.0-linux-arm64.tar.gz 572e83ab3f4b20b9b7732409d6b775d414b78852ea8fb3c78c511842bb4919b8
OSS UBUNTU & DEBIAN PACKAGE FILES SHA256
influxdb2-2.1.0-arm64.deb d21be548ee89cbbcfde6b21a85c0279679cccaa0604c66bc685c1d10f94f12e3
influxdb2-2.1.0-amd64.deb f2a04aab93e0df56f90ab07ae14cf0d701256391937bc628607f8e7cb2e84a5e
OSS REDHAT & CENTOS PACKAGE FILES SHA256
influxdb2-2.1.0.x86_64.rpm a8efff7434e81b0f3db23629eac5545e51415636bf2235ef9b62a2343b46a808
influxdb2-2.1.0.aarch64.rpm 2bb315eff358436fa2b5b91998febf7a45b4cca69878b45a74ad9e5bae11190c