InfluxDB v2.0.0-beta.13 Release Notes

Release Date: 2020-06-25 // almost 4 years ago
  • v2.0.0-beta.13 [2020-06-25]

    ๐Ÿณ Docker

    ๐Ÿณ docker pull quay.io/influxdb/influxdb:2.0.0-beta

    ๐Ÿ“ฆ Packages

    ๐Ÿ“ฆ | Platform | Package | | --- | --- | | Mac OS X | influxdb_2.0.0-beta.13_darwin_amd64.tar.gz | | Mac OS X (CLI Only) | influxdb_client_2.0.0-beta.13_darwin_amd64.tar.gz | | Linux | influxdb_2.0.0-beta.13_linux_amd64.tar.gz | | Linux (CLI Only) | influxdb_client_2.0.0-beta.13_linux_amd64.tar.gz | | Linux | influxdb_2.0.0-beta.13_linux_arm64.tar.gz | | Linux (CLI Only) | influxdb_client_2.0.0-beta.13_linux_arm64.tar.gz |

    ๐Ÿ”‹ Features

    1. 18387: Integrate query cancellation after queries have been submitted
    2. 18515: Extend templates with the source file|url|reader.
    3. 18539: Collect stats on installed influxdata community template usage.
    4. 18541: Pkger allow raw github.com host URLs for yaml|json|jsonnet URLs
    5. 18546: Influx allow for files to be remotes for all template commands โšก๏ธ 6. 18560: Extend stacks API with update capability ๐Ÿ‘ 7. 18568: Add support for config files to influxd and any cli.NewCommand use case โšก๏ธ 8. 18573: Extend influx stacks cmd with new influx stacks update cmd ๐Ÿ“‡ 9. 18595: Add ability to skip resources in a template by kind or by metadata.name
    6. 18600: Extend influx apply with resource filter capabilities
    7. 18601: Provide active config running influx config without args
    8. 18606: Enable influxd binary to look for a config file on startup 0๏ธโƒฃ 13. 18647: Add support for env ref default values to the template parser ๐Ÿ‘ 14. 18655: Add support for platform variable selected field to templates

    ๐Ÿ› Bug Fixes

    1. 18602: Fix uint overflow during setup on 32bit systems ๐Ÿ‘ 2. 18623: Drop support for --local flag within influx CLI
    2. 18632: Prevents undefined queries in cells from erroring out in dashboards ๐Ÿ— 4. 18649: Fixes bucket selection issue and query builder state ๐Ÿ‘ 5. 18658: Add support for 'd' day and 'w' week time identifiers in the CLI for bucket and setup commands ๐Ÿ”ง 6. 18581: Cache dashboard cell query results to use as a reference for cell configurations
    3. 18707: Validate host-url for influx config create/set commands
    4. 18713: Fix influx CLI flags to accurately depict flags for all commands