All Versions
80
Latest Version
Avg Release Cycle
27 days
Latest Release
1343 days ago

Changelog History
Page 3

  • v2.0.0-beta.3 Changes

    February 11, 2020

    v2.0.0-beta.3 [2020-02-11]

    ๐Ÿณ Docker

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

    ๐Ÿ“ฆ Packages

    ๐Ÿ“ฆ | Platform | Package | | --- | --- | | Mac OS X | influxdb_2.0.0-beta.3_darwin_amd64.tar.gz | | Linux | influxdb_2.0.0-beta.3_linux_amd64.tar.gz | | Linux | influxdb_2.0.0-beta.3_linux_arm64.tar.gz |

    ๐Ÿ”„ Changelog

    v2.0.0-beta.3 [2020-02-11]

    ๐Ÿ”‹ Features

    1. 16765: Extend influx cli pkg command with ability to take multiple files and directories
    2. 16767: Extend influx cli pkg command with ability to take multiple urls, files, directories, and stdin at the same time
    3. 16786: influx cli can manage secrets.

    ๐Ÿ› Bug Fixes

    ๐Ÿ’ป 1. 16733: Fix notification rule renaming panics from UI

    1. 16769: Fix the tooltip for stacked line graphs
    2. 16822: Fix issue with pkger/http stack crashing on dupe content type
  • v2.0.0-beta.2 Changes

    January 24, 2020

    v2.0.0-beta.2 [2020-01-24]

    ๐Ÿณ Docker

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

    ๐Ÿ“ฆ Packages

    ๐Ÿ“ฆ | Platform | Package | | --- | --- | | Mac OS X | influxdb_2.0.0-beta.2_darwin_amd64.tar.gz | | Linux | influxdb_2.0.0-beta.2_linux_amd64.tar.gz | | Linux | influxdb_2.0.0-beta.2_linux_arm64.tar.gz |

    ๐Ÿ”„ Changelog

    v2.0.0-beta.2 [2020-01-24]

    ๐Ÿ”‹ Features

    ๐Ÿ“ฆ 1. 16523: Change influx packages to be CRD compliant

    1. 16547: Allow trailing newline in credentials file and CLI integration ๐Ÿ›  3. 16545: Add support for prefixed cursor search to ForwardCursor types โช 4. 16504: Add backup and restore
    2. 16522: Introduce resource logger to tasks, buckets and organizations

    ๐Ÿ› Bug Fixes

    1. 16656: Check engine closed before collecting index metrics
    2. 16412: Reject writes which use any of the reserved tag keys

    ๐Ÿ’ป UI Improvements

    1. 16575: Swap billingURL with checkoutURL ๐Ÿšš 2. 16203: Move cloud navigation to top of page instead of within left side navigation
    2. 16536: Adjust aggregate window periods to be more "reasonable". Use duration input with validation.
  • v2.0.0-beta.16 Changes

    August 07, 2020

    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
  • v2.0.0-beta.15 Changes

    July 23, 2020

    v2.0.0-beta.15 [2020-07-23]

    ๐Ÿณ Docker

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

    ๐Ÿ“ฆ Packages

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

    ๐Ÿ’ฅ Breaking

    ๐Ÿšš 1. 19004: Removed the migrate command from the influxd binary. ๐Ÿ’ป 2. 18921: Restricted UI variable names to not clash with Flux reserved words

    ๐Ÿ”‹ Features

    1. 18888: Add event source to influx stack operations
    2. 18910: Add uninstall functionality for stacks ๐Ÿ—„ 3. 18912: Drop deprecated influx pkg command tree
    3. 18997: Add telegraf management commands to influx CLI
    4. 19030: Enable dynamic destination for the influx CLI configs file
    5. 19029: Navigating away from a dashboard cancels all pending queries โฌ†๏ธ 7. 19003: Upgrade to Flux v0.74.0

    ๐Ÿ› Bug Fixes

    1. 18891: Allow 0 to be the custom set minimum value for Y Domain
    2. 18969: Single Stat cells should render properly in Safari again
    3. 18974: Limit variable querying when submitting queries to used variables
    4. 19039: Fix an issue where switching orgs was not redirecting correctly ๐Ÿ— 5. 18989: Stopped fetching tags in the advanced builder
  • v2.0.0-beta.14 Changes

    July 08, 2020

    v2.0.0-beta.14 [2020-07-08]

    ๐Ÿณ Docker

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

    ๐Ÿ“ฆ Packages

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

    ๐Ÿ”‹ Features

    โšก๏ธ 1. 18758: Extend influx stacks update cmd with ability to add resources without apply template

    1. 18793: Normalize InfluxDB templates under new /api/v2/templates and /api/v2/stacks public API
    2. 18818: Extend template Summary and Diff nested types with kind identifiers โšก๏ธ 4. 18857: Flux updated to v0.71.1 ๐Ÿง 5. 18805: Added static builds for Linux

    ๐Ÿ› Bug Fixes

    ๐Ÿ— 1. 18878: Don't overwrite build date set via ldflags ๐Ÿ›  2. 18842: Fixed an issue where define query was unusable after importing a Check ๐Ÿ“š 3. 18845: Update documentation links

  • v2.0.0-beta.13 Changes

    June 25, 2020

    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
  • v2.0.0-beta.12 Changes

    June 11, 2020

    v2.0.0-beta.12 [2020-06-12]

    ๐Ÿณ Docker

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

    ๐Ÿ“ฆ Packages

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

    v2.0.0-beta.12 [2020-06-12]

    ๐Ÿ”‹ Features

    1. 18279: Make all pkg applications stateful via stacks
    2. 18322: Add ability to export a stack's existing (as they are in the platform) resource state as a pkg โšก๏ธ 3. 18334: Update influx pkg commands with improved usage and examples in long form.
    3. 18344: Extend influx CLI with version and User-Agent.
    4. 18355: Integrate RedirectTo functionality so CLOUD users now get navigated back to the originally linked page after login ๐Ÿšš 6. 18392: Consolidate pkg influx commands under templates. This removes some nesting of the CLI commands as part of that.
    5. 18400: Dashboards maintain sort order after navigating away
    6. 18480: Allows tasks to open in new tabs

    ๐Ÿ› Bug Fixes

    ๐Ÿ‘ 1. 18331: Support organization name in addition to ID in DBRP operations

    1. 18335: Disable failing when providing an unexpected error to influx CLI
    2. 18345: Have influx delete cmd respect the config
    3. 18385: Store initialization for pkger enforced on reads
    4. 18434: Backfill missing fillColumns field for histograms in pkger
    5. 18471: Notifies the user how to escape presentation mode when the feature is toggled

    ๐Ÿ’ป UI Improvements

    1. 18319: Display bucket ID in bucket list and enable 1 click copying
    2. 18361: Tokens list is now consistent with the other resource lists
    3. 18346: Reduce the number of variables being hydrated when toggling variables
    4. 18447: Redesign dashboard cell loading indicator to be more obvious
  • v2.0.0-beta.11 Changes

    May 26, 2020

    ๐Ÿ”‹ Features

    1. 18011: Integrate UTC dropdown when making custom time range query
    2. 18040: Allow for min OR max y-axis visualization settings rather than min AND max
    3. 17764: Add CSV to line protocol conversion library
    4. 18059: Make the dropdown width adjustable
    5. 18173: Add version to /health response

    ๐Ÿ› Bug Fixes

    ๐Ÿ›  1. 18066: Fixed bug that wasn't persisting timeFormat for Graph + Single Stat selections

    1. 17959: Authorizer now exposes full permission set ๐Ÿ›  1. 18071: Fixed issue that was causing variable selections to hydrate all variable values ๐Ÿšš 1. 18016: Remove the fancy scrollbars โš  1. 18171: Check status now displaying warning if loading a large amount
  • v2.0.0-beta.10 Changes

    May 07, 2020

    v2.0.0-beta.10 [2020-05-07]

    ๐Ÿณ Docker

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

    ๐Ÿ“ฆ Packages

    ๐Ÿ“ฆ | Platform | Package | | --- | --- | | Mac OS X | influxdb_2.0.0-beta.10_darwin_amd64.tar.gz | | Linux | influxdb_2.0.0-beta.10_linux_amd64.tar.gz | | Linux | influxdb_2.0.0-beta.10_linux_arm64.tar.gz |

    v2.0.0-beta.10 [2020-05-07]

    ๐Ÿ”‹ Features

    1. 17934: Add ability to delete a stack and all the resources associated with it ๐Ÿ“‡ 2. 17941: Enforce DNS name compliance on all pkger resources' metadata.name field
    2. 17989: Add stateful pkg management with stacks ๐Ÿšš 4. 18007: Add remove and list pkger stack commands to influx CLI

    ๐Ÿ› Bug Fixes

    โšก๏ธ 1. 17906: Ensure UpdateUser cleans up the index when updating names

    1. 17933: Ensure Checks can be set for zero values

    ๐Ÿ’ป UI Improvements

    1. 17860: Allow bucket creation from the Data Explorer and Cell Editor
  • v2.0.0-beta.1 Changes

    January 08, 2020

    ๐Ÿ”‹ Features

    ๐Ÿ‘ 1. 16234: Add support for notification endpoints to influx templates/pkgs.

    1. 16242: Drop id prefix for secret key requirement for notification endpoints ๐Ÿ“œ 1. 16259: Add support for check resource to pkger parser ๐Ÿ‘ 1. 16262: Add support for check resource pkger dry run functionality ๐Ÿ‘ 1. 16275: Add support for check resource pkger apply functionality ๐Ÿ‘ 1. 16283: Add support for check resource pkger export functionality
    2. 16212: Add new kv.ForwardCursor interface ๐Ÿ“œ 1. 16297: Add support for notification rule to pkger parser ๐Ÿ‘ 1. 16298: Add support for notification rule pkger dry run functionality ๐Ÿ‘ 1. 16305: Add support for notification rule pkger apply functionality ๐Ÿ‘ 1. 16312: Add support for notification rule pkger export functionality ๐Ÿ“œ 1. 16320: Add support for tasks to pkger parser ๐Ÿ‘ 1. 16322: Add support for tasks to pkger dry run functionality ๐Ÿ‘ 1. 16323: Add support for tasks to pkger apply functionality ๐Ÿ‘ 1. 16324: Add support for tasks to pkger export functionality ๐Ÿ— 1. 16226: Add group() to Query Builder
    3. 16338: Add last run status to check and notification rules
    4. 16340: Add last run status to tasks
    5. 16341: Extend pkger apply functionality with ability to provide secrets outside of pkg
    6. 16345: Add hide headers flag to influx cli task find cmd
    7. 16336: Manual Overrides for Readiness Endpoint
    8. 16347: Drop legacy inmem service implementation in favor of kv service with inmem dependency
    9. 16348: Drop legacy bolt service implementation in favor of kv service with bolt dependency
    10. 16014: While creating check, also display notification rules that would match check based on tag rules 0๏ธโƒฃ 1. 16389: Increase default bucket retention period to 30 days
    11. 16430: Added toggle to table thresholds to allow users to choose between setting threshold colors to text or background ๐Ÿ“š 1. 16418: Add Developer Documentation ๐ŸŒฒ 1. 16260: Capture User-Agent header as query source for logging purposes ๐Ÿ”ง 1. 16469: Add support for configurable max batch size in points write handler ๐Ÿ“ฆ 1. 16509: Add support for applying an influx package via a public facing URL ๐Ÿ“ฆ 1. 16511: Add jsonnet support for influx packages
    12. 14782: Add view page for Check โšก๏ธ 1. 16537: Add update password for CLI

    ๐Ÿ› Bug Fixes

    ๐Ÿ›  1. 16225: Ensures env vars are applied consistently across cmd, and fixes issue where INFLUX_ env var prefix was not set globally. ๐Ÿšš 1. 16235: Removed default frontend sorting when flux queries specify sorting

    1. 16238: Store canceled task runs in the correct bucket โšก๏ธ 1. 16237: Updated Sortby functionality for table frontend sorts to sort numbers correctly
    2. 16249: Prevent potential infinite loop when finding tasks by organization. ๐Ÿ“œ 1. 16255: Retain user input when parsing invalid JSON during import โœ… 1. 16268: Fixed test flakiness that stemmed from multiple flush/signins being called in the same test suite โšก๏ธ 1. 16346: Update pkger task export to only trim out option task and not all vars provided โšก๏ธ 1. 16374: Update influx CLI, only show "see help" message, instead of the whole usage. โœ… 1. 16380: Fix notification tag matching rules and enable tests to verify
    3. 16376: Extend the y-axis when stacked graph is selected ๐Ÿ›  1. 16404: Fixed query reset bug that was resetting query in script editor whenever dates were changed 0๏ธโƒฃ 1. 16430: Fixed table threshold bug that was defaulting set colors to the background.
    4. 16435: Time labels are no longer squished to the left ๐Ÿ›  1. 16427: Fixed underlying issue with disappearing queries made in Advanced Mode
    5. 16439: Prevent negative zero and allow zero to have decimal places
    6. 16376: Limit data loader bucket selection to non system buckets
    7. 16458: Fix EOF error when manually running tasks from the Task Page. ๐Ÿ›  1. 16491: Add missing env vals to influx cli usage and fixes precedence of flag/env var priority

    ๐Ÿ’ป UI Improvements

    1. 16444: Add honeybadger reporting to create checks