Changelog History
Page 1
-
v9.9.9
August 15, 2020 -
v2.0.2
November 19, 2020๐ Features
- 19979: Added functionality to filter task runs by time.
โฌ๏ธ 1. 20036: Warn if V1 users are upgraded, but V1 auth wasn't enabled.
โฌ๏ธ 1. 20039: Export 1.x CQs as part of
influxd upgrade
. โฌ๏ธ 1. 20053: Upgrade Flux to v0.95.0. โฌ๏ธ 1. 20058: UI: Upgrade flux-lsp-browser to v0.5.23. - 20067: Add DBRP cli commands as
influxd v1 dbrp
.
๐ Bug Fixes
โ๏ธ 1. 19987: Fix various typos. Thanks @kumakichi! โช 1. 19991: Use --skip-verify flag for backup/restore CLI command. ๐จ 1. 19995: Don't auto-print help on influxd errors
- 20008: Add locking during TSI iterator creation.
โฌ๏ธ 1. 20012: Validate input paths to
influxd upgrade
up-front. - 20015: Add same site strict flag to session cookie.
- 20017: Don't include duplicates for SHOW DATABASES
- 20064: Ensure Flux reads across all shards.
- 20047: Allow scraper to ignore insecure certificates on a target. Thanks @cmackenzie1!
โฌ๏ธ 1. 20076: Remove internal
influxd upgrade
subcommands from help text. 0๏ธโฃ 1. 20074: Use default DBRP mapping on V1 write when no RP is specified. - 20091: Make the DBRP http API match the swagger spec.
- 19979: Added functionality to filter task runs by time.
โฌ๏ธ 1. 20036: Warn if V1 users are upgraded, but V1 auth wasn't enabled.
โฌ๏ธ 1. 20039: Export 1.x CQs as part of
-
v2.0.1
November 10, 2020v2.0.1 [2020-11-10]
๐ณ Docker
quay.io/influxdb/influxdb:v2.0.1
๐ฆ Binary Packages
OSS Binary Files SHA256 influxdb-2.0.1_darwin_amd64.tar.gz 49f50fe13135072bbb1108f92eb7fa8497c758643194783511a4e8c568fe7692 influxdb_client_2.0.1_darwin_amd64.tar.gz 1272f1ae5115f84547f350b94fd57e82587059e8a847ca0de764a493ff2f8006 ๐ง influxdb-2.0.1_linux_amd64.tar.gz influxdb_client_2.0.1_linux_amd64.tar.gz 03782715d12dfec4eb34d9205b891342bfaeb4eed891e5cb5f2f2e4e6fcd99c1 ๐ฆ | OSS Ubuntu and Debian Package Files | SHA256 | | --- | --- | | influxdb_2.0.1_amd64.deb | 261539625b67686f91da320e75a54969cfd611e954df43e4c8cab5ca5fac1af5 |
๐ฆ | OSS Redhat & CentOS Package Files | SHA256 | | --- | --- | ๐ | influxdb-2.0.1.x86_64.rpm | fdd600f83e42ee9bdfe95c546fbe074e05b78c7ba0348a5ce01866ba9da1ca3e |
๐ Bugfixes
-
v2.0.0
July 25, 2019๐ Features
๐ป 1. 19935: Improve the UI for the influx v1 auth commands โก๏ธ 1. 19940: Update Flux to v0.94.0 โฌ๏ธ 1. 19943: Upgrade flux-lsp-browser to v0.5.22
- 19946: Adding RAS telegraf input
๐ Bug Fixes
๐ 1. 19924: Remove unused 'security-script' option from upgrade command โฌ๏ธ 1. 19925: Create CLI configs in
influxd upgrade
โฌ๏ธ 1. 19928: Fix parsing of retention policy CLI args ininflux setup
andinfluxd upgrade
โฌ๏ธ 1. 19930: Replace 0 with MaxInt when upgrading query-concurrency- 19937: Create CLI configs
- 19939: Make influxd help more specific
- 19945: Allow write-only V1 tokens to find DBRPs โก๏ธ 1. 19947: Updating v1 auth description
- 19952: Use
db
/rp
naming convention when migrating DBs to buckets - 19956: Improve help for --no-password switch
- 19959: Use 10 instead of MaxInt when rewriting query-concurrency ๐ 1. 19960: Remove bucket and mapping auto-creation from v1 /write API
- 19885: Misuse of reflect.SliceHeader
-
v2.0.0-rc.4
November 05, 2020v2.0.0-rc.4 [2020-11-05]
๐ณ Docker
quay.io/influxdb/influxdb:v2.0.0-rc.4
๐ฆ Packages
๐ฆ | Platform | Package | | --- | --- | | Mac OS X | influxdb-2.0.0-rc.4_darwin_amd64.tar.gz | | Mac OS X (CLI Only) | influxdb_client_2.0.0-rc.4.darwin_amd64.tar.gz | ๐ง | Linux | influxdb-2.0.0-rc.4_linux_amd64.tar.gz | | Linux (CLI Only) | influxdb_client_2.0.0-rc.4_linux_amd64.tar.gz | | Debian amd64 | influxdb_2.0.0-rc.4_amd64.deb | | RedHat x86_64 | influxdb-2.0.0-rc.4.x86_64.rpm |
๐ Features
โฌ๏ธ 1. 19854: Use v1 authorization for users upgrade
- 19855: Enable window pushdowns โช 3. 19864: Implement backup/restore CLI subcommands
- 19865: Implementation of v1 authorization
- 19879: Make sure the query plan nodes have unique ids โก๏ธ 6. 19881: Update Flux to v0.93.0
๐ Bug Fixes
- 19685: Cloning tasks makes actions shared in task list view
- 19712: Reduce filesize of influx binary ๐ 3. 19819: Isolate telegraf config service and remove URM interactions โก๏ธ 4. 19853: Use updated HTTP client for authorization service
- 19856: Make tagKeys and tagValues work for edge cases involving fields ๐ 6. 19870: Correctly parse float as 64-bits
- 19873: Add simple metrics related to installed templates ๐ 8. 19885: Remove extra multiplication of retention policies in onboarding ๐ฆ 9. 19887: Use fluxinit package to init flux library instead of builtin ๐ฒ 10. 19886: Add Logger to constructor function to ensure log field is initialized
- 19894: Return empty iterator instead of null in tagValues ๐ 12. 19899: Docs: flux 0.92 functions
- 19908: Fix /ready response content type
-
v2.0.0-rc.3
October 29, 2020v2.0.0-rc.3 [2020-10-29]
๐ณ Docker
๐ณ
docker pull quay.io/influxdb/influxdb:2.0.0-rc
๐ฆ Packages
๐ฆ | Platform | Package | | --- | --- | | Mac OS X | influxdb-2.0.0-rc.3_darwin_amd64.tar.gz | | Mac OS X (CLI Only) | influxdb_client_2.0.0-rc.3.darwin_amd64.tar.gz | ๐ง | Linux | influxdb-2.0.0-rc.3_linux_amd64.tar.gz | | Linux (CLI Only) | influxdb_client_2.0.0-rc.3_linux_amd64.tar.gz | ๐ง | Linux arm64 | influxdb-2.0.0-rc.3_linux_arm64.tar.gz | | Linux arm64 (CLI Only) | influxdb_client_2.0.0-rc.3_linux_arm64.tar.gz | | Debian amd64 | influxdb_2.0.0-rc.3_amd64.deb | | Debian arm64 | influxdb_2.0.0-rc.3_arm64.deb | ๐ | RedHat arm64 | influxdb-2.0.0-rc.3.arm64.rpm | | RedHat x86_64 | influxdb-2.0.0-rc.3.x86_64.rpm |
๐ Features
- 19807: Enable window agg mean pushdown
- 19813: Aggregate array cursors
- 19815: Create a v1 authorization service โก๏ธ 4. 19826: Update FLux to v0.91.0
- 19829: Extend CLI with v1 authorization commands
- 19839: Add tick generation properties and legendColorizeRows ๐ 7. 19840: Add bcrypt password support to v1 authorizations โก๏ธ 8. 19850: Update generate ticks into an array of properties for each axis
๐ Bug Fixes
๐ 1. 19784: UI: bump papaparse from 4.6.3 to 5.2.0 โก๏ธ 2. 19802: Docs: update PostDBRP docs to reflect mutual exclusive requirement of org vs orgID ๐ฆ 3. 19804: Notifications: move rule service into own package
- 19816: Type-convert fs.Bavail for portability
- 19818: Notifications: isolate endpoint service
- 19823: Clear Logout โก๏ธ 7. 19825: Docs: Update FUZZ.md
- 19828: Add 1.x compatible endpoints to swagger
- 19833: allow newIndexSeriesCursor() to accept an influxql.Expr โ๏ธ 10. 19834: Docs: Fix typos in http/swagger.yml ๐ป 11. 19836: UI: import flux-lsp v0.5.21 ๐ฆ 12. 19846: prune some unreferenced packages
-
v2.0.0-rc.2
October 21, 2020v2.0.0-rc.2 [2020-10-21]
๐ณ Docker
๐ณ
docker pull quay.io/influxdb/influxdb:2.0.0-rc
๐ฆ Packages
๐ฆ | Platform | Package | | --- | --- | | Mac OS X | influxdb-2.0.0-rc.2_darwin_amd64.tar.gz | | Mac OS X (CLI Only) | influxdb_client_2.0.0-rc.2.darwin_amd64.tar.gz | ๐ง | Linux | influxdb-2.0.0-rc.2_linux_amd64.tar.gz | | Linux (CLI Only) | influxdb_client_2.0.0-rc.2_linux_amd64.tar.gz | ๐ง | Linux arm64 | influxdb-2.0.0-rc.2_linux_arm64.tar.gz | | Linux arm64 (CLI Only) | influxdb_client_2.0.0-rc.2_linux_arm64.tar.gz | | Debian amd64 | influxdb_2.0.0-rc.2_amd64.deb | | Debian arm64 | influxdb_2.0.0-rc.2_arm64.deb | ๐ | RedHat arm64 | influxdb-2.0.0-rc.2.arm64.rpm | | RedHat x86_64 | influxdb-2.0.0-rc.2.x86_64.rpm |
๐ Features
- 19725: Add window agg result set ๐ 2. 19740: Provide means to remove stack without confirmation
- 19750: Return error on failed resource addition โก๏ธ 4. 19774: Update Flux to v0.90.0
๐ Bug Fixes
โ 1. 19465: Use valid flux in pkger test templates โฌ๏ธ 2. 19773: Upgrade: fallback to user's home when saving upgraded config โก๏ธ 3. 19775: Telegraf plugin updates (remove RAS for now)
-
v2.0.0-rc.1
October 14, 2020v2.0.0-rc.1 [2020-10-14]
๐ณ Docker
๐ณ
docker pull quay.io/influxdb/influxdb:2.0.0-rc
๐ฆ Packages
๐ฆ | Platform | Package | | --- | --- | | Mac OS X | influxdb-2.0.0-rc.1_darwin_amd64.tar.gz | | Mac OS X (CLI Only) | influxdb_client_2.0.0-rc.1_darwin_amd64.tar.gz | ๐ง | Linux | influxdb-2.0.0-rc.1_linux_amd64.tar.gz | | Linux (CLI Only) | influxdb_client_2.0.0-rc.1_linux_amd64.tar.gz |
๐ Features
โฌ๏ธ 1. 19641: Added
influx upgrade
command for upgrading from 1.x to 2.0 ๐ 2. 19746: Added Intel RDT and RAS Daemon telegraf plugins โฌ๏ธ 3. 19731: Upgraded Flux to v0.89.0๐ Bug Fixes
- 19708: Scrapers not working in RC0 โก๏ธ 2. 19732: Update default value of list tasks influx CLI command to 100
- 19710: InfluxDB Templates: allow same duration unit identifiers that the tasks api allows
- 19700: InfluxDB Templates: preserve cell colors on export/import
- 19695: Influx CLI fix an issue where a single telegraf config was not being returned
- 19593: Don't allow short passwords in
influx setup
-
v2.0.0-rc.0
September 29, 2020v2.0.0-rc.0 [2020-09-29]
๐ณ Docker
๐ณ
docker pull quay.io/influxdb/influxdb:2.0.0-rc
๐ฆ Packages
๐ฆ | Platform | Package | | --- | --- | | Mac OS X | influxdb-2.0.0-rc.0_darwin_amd64.tar.gz | | Mac OS X (CLI Only) | influxdb_client_2.0.0-rc.0_darwin_amd64.tar.gz | ๐ง | Linux | influxdb-2.0.0-rc.0_linux_amd64.tar.gz | | Linux (CLI Only) | influxdb_client_2.0.0-rc.0_linux_amd64.tar.gz |
๐ฅ Breaking Changes
In the interests of simplifying the migration for existing users of InfluxDB 1.x, this
๐ release includes significant breaking changes.โฌ๏ธ Upgrading from previous beta builds of
influxd
is not supported๐ In order to continue using
influxd
betas, users will be required to move all existing
data out of their~/.influxdbv2
(or equivalent) path, includinginfluxd.bolt
. This
means all existing dashboards, tasks, integrations, alerts, users and tokens will need to
be recreated. Theinflux export all
command may be used to export and re-import most
of this data.At this time, there is no tooling to convert existing time series data from previous
๐ beta releases. If data from a prior beta release is found,influxd
will refuse to start.0๏ธโฃ We have also changed the default port of InfluxDB from 9999 back to 8086. If you still would like
to run on port 9999, you can start influxd with the--http-bind-address
option. You will also
โก๏ธ need to update any InfluxDB CLI config profiles with the new port number.- 19446: Port TSM1 storage engine 0๏ธโฃ 2. 19494: Changing the default port from 9999 to 8086
- 19636: Disable unimplemented delete with predicate API
๐ Features
- 18779: Add new processing options and enhancements to influx write.
- 19246: Redesign load data page to increase discovery and ease of use
- 19334: Add --active-config flag to influx to set config for single command ๐ 4. 19219: List buckets via the API now supports after (ID) parameter as an alternative to offset.
- 19390: Record last success and failure run times in the Task โ 6. 19402: Inject Task's LatestSuccess Timestamp In Flux Extern
- 19433: Add option to dump raw query results in CLI
- 19506: Add TSM 1.x storage options as flags
- 19508: Add subset of InfluxQL coordinator options as flags
- 19457: Add ability to export resources by name via the CLI
- 19640: Turn on Community Templates ๐ 12. 19663: Added InfluxDB v2 Listener, NSD, OPC-UA, and Windows Event Log to the sources page
- 19662: Add
max-line-length
switch toinflux write
command to addresstoken too long
errors for large inputs
๐ Bug Fixes
-
v2.0.0-beta.9
April 23, 2020v2.0.0-beta.8 [2020-04-23]
๐ณ Docker
๐ณ
docker pull quay.io/influxdb/influxdb:2.0.0-beta
๐ฆ Packages
๐ฆ | Platform | Package | | --- | --- | | Mac OS X | influxdb_2.0.0-beta.9_darwin_amd64.tar.gz | | Linux | influxdb_2.0.0-beta.9_linux_amd64.tar.gz | | Linux | influxdb_2.0.0-beta.9_linux_arm64.tar.gz |
v2.0.0-beta.9 [2020-04-23]
๐ Features
๐ Bug Fixes
๐ 1. 17618: Add index for URM by user ID to improve lookup performance
- 17751: Existing session expiration time is respected on session renewal ๐ 3. 17817: Make CLI respect env vars and flags in addition to the configs and extend support for config orgs to all commands
๐ป UI Improvements
๐ 1. 17714: Cloud environments no longer render markdown images, for security reasons. ๐ป 2. 17321: Improve UI for sorting resources
- 17740: Add single-color color schemes for visualizations