v2.0.2 [2020-11-18]
Docker
quay.io/influxdb/influxdb:v2.0.2
Binary Packages
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.