v2.0.2 [2020-11-18]
Docker
quay.io/influxdb/influxdb:v2.0.2
Binary Packages
OSS Binary Files | SHA256 |
---|---|
influxdb-2.0.2_darwin_amd64.tar.gz | 3f8d736933d7852bff8f17442fba597ad42ae88932335f42dbc89d51c507851b |
influxdb_client_2.0.2_darwin_amd64.tar.gz | 07f1fb5b5b805450e77c0e30f1473b7cee1722bcda88a3f99f61806ec59ce514 |
influxdb-2.0.2_linux_amd64.tar.gz | 02164d11dc446541aa1e5a00c298004a19ba8bee4c2930a9a7fee31f8d983f31 |
influxdb_client_2.0.2_linux_amd64.tar.gz | bd00ff1909d8afafe0e2cbcabf6d6d5e6c6ffe8ea114a24867611619a57be354 |
OSS Ubuntu and Debian Package Files | SHA256 |
---|---|
influxdb_2.0.2_amd64.deb | |
f3349e5ae52e10e4d6539ee60204a5e43b6882a9620c66777ce35e21e96201d7 |
OSS Redhat & CentOS Package Files | SHA256 |
---|---|
influxdb-2.0.2.x86_64.rpm | |
af489e035137a2bcd87f6c6476bd7878617d13b030252e3de80597777781d970 |
Features
- 20072: Warn if V1 users are upgraded, but V1 auth wasn't enabled.
- 20072: CLI: Export 1.x CQs as part of
influxd upgrade
. - 20072: Upgrade Flux to v0.95.0.
- 20072: CLI: Add DBRP CLI commands as
influx v1 dbrp
. - 20072: UI: Upgrade flux-lsp-browser to v0.5.23.
- 20072: Added functionality to filter task runs by time.
Bug Fixes
- 19992: Fix various typos. Thanks @kumakichi!
- 19999: Use --skip-verify flag for backup/restore CLI command.
- 19999: Suggest running with -h on error instead of printing usage when launching
influxd
. - 20072: Allow self signed certificates for scraper targets. Thanks @cmackenzie1!
- 20072: Add locking during TSI iterator creation.
- 20072: Do not use global viper APIs, which breaks testing.
- 20072: Remove fragile NATS port assignment loop.
- 20072: Add same site strict flag to session cookie.
- 20072: CLI: Validate all input paths to
upgrade
up-front. - 20072: Delete deprecated kv service code.
- 20072: Reinstate minimal read-only document store for dashboard template.
- 20072: UI: Skip dashboard index CRUD case.
- 20072: Task: Fixed logic checking time filter exists.
- 20072: Task: Fixed error message semantic.
- 20072: Track seen databases in map and skip duplicates.
- 20072: Build: Remove lint-feature-flag job from OSS.
- 20072: CLI: Don't validate unused paths in
upgrade
. - 20072: Continue reading until itrs is empty, even for nil cursors.
- 20072: CLI: Remove internal
influxd upgrade
subcommands from help text. - 20072: Use default DBRP mapping on V1 write when no RP is specified.
- 20072: UI: Bump version in package.json so it displays correctly.
- 20089: UI: UX improvements and bug fixes to dbrp commands.
- 20089: API: Make the dbrp api match the swagger spec.
- 20089: Revert changes to API page-sizes.
- 20089: Exclude pkger_test.go from linting
- 20091: Make the DBRP http API match the swagger spec.