InfluxDB v2.0.0-beta.16 Release Notes

Release Date: 2020-08-07 // over 3 years ago
  • v2.0.0-beta.16 [2020-08-07]

    🐳 Docker

    🐳 docker pull quay.io/influxdb/influxdb:2.0.0-beta

    📦 Packages

    📦 | Platform | Package | | --- | --- | | Mac OS X | influxdb_2.0.0-beta.16_darwin_amd64.tar.gz | | Mac OS X (CLI Only) | influxdb_client_2.0.0-beta.16_darwin_amd64.tar.gz | | Linux | influxdb_2.0.0-beta.16_linux_amd64.tar.gz | | Linux (CLI Only) | influxdb_client_2.0.0-beta.16_linux_amd64.tar.gz |

    💥 Breaking

    📦 1. 19066: Drop deprecated /packages route tree 0️⃣ 2. 19116: Support more types for template envRef default value and require explicit default values 🚚 3. 19104: Remove orgs/labels nested routes from the API.

    🔋 Features

    1. 19075: Add resource links to a stack's resources from public HTTP API list/read calls ✨ 2. 19103: Enhance resource creation experience when limits are reached
    2. 19223: Add dashboards command to influx CLI
    3. 19225: Allow user onboarding to optionally set passwords
    4. 18841: Limit query response sizes for queries built in QueryBuilder by requiring an aggregate window

    🐛 Bug Fixes

    1. 19043: Enforce all influx CLI flag args are valid
    2. 19188: Dashboard cells correctly map results when multiple queries exist
    3. 19146: Dashboard cells and overlay use UTC as query time when toggling to UTC timezone
    4. 19222: Bucket names may not include quotation marks

    💻 UI Improvements

    1. 19231: Alerts page filter inputs now have tab indices for keyboard navigation