Skip to content

v2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@russorat russorat released this 08 Jan 19:18
· 3229 commits to master since this release
128b9ee

v2.0.0-beta.1 [2020-01-08]

Docker

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

Packages

Platform Package
Mac OS X influxdb_2.0.0-beta.1_darwin_amd64.tar.gz
Linux influxdb_2.0.0-beta.1_linux_amd64.tar.gz
Linux influxdb_2.0.0-beta.1_linux_arm64.tar.gz

Changelog

v2.0.0-beta.1 [2020-01-08]

Features

  1. 16234: Add support for notification endpoints to influx templates/pkgs.
  2. 16242: Drop id prefix for secret key requirement for notification endpoints
  3. 16259: Add support for check resource to pkger parser
  4. 16262: Add support for check resource pkger dry run functionality
  5. 16275: Add support for check resource pkger apply functionality
  6. 16283: Add support for check resource pkger export functionality
  7. 16212: Add new kv.ForwardCursor interface
  8. 16297: Add support for notification rule to pkger parser
  9. 16298: Add support for notification rule pkger dry run functionality
  10. 16305: Add support for notification rule pkger apply functionality
  11. 16312: Add support for notification rule pkger export functionality
  12. 16320: Add support for tasks to pkger parser
  13. 16322: Add support for tasks to pkger dry run functionality
  14. 16323: Add support for tasks to pkger apply functionality
  15. 16324: Add support for tasks to pkger export functionality
  16. 16226: Add group() to Query Builder
  17. 16338: Add last run status to check and notification rules
  18. 16340: Add last run status to tasks
  19. 16341: Extend pkger apply functionality with ability to provide secrets outside of pkg
  20. 16345: Add hide headers flag to influx cli task find cmd
  21. 16336: Manual Overrides for Readiness Endpoint
  22. 16347: Drop legacy inmem service implementation in favor of kv service with inmem dependency
  23. 16348: Drop legacy bolt service implementation in favor of kv service with bolt dependency
  24. 16014: While creating check, also display notification rules that would match check based on tag rules
  25. 16389: Increase default bucket retention period to 30 days
  26. 16430: Added toggle to table thresholds to allow users to choose between setting threshold colors to text or background
  27. 16418: Add Developer Documentation
  28. 16260: Capture User-Agent header as query source for logging purposes

Bug Fixes

  1. 16225: Ensures env vars are applied consistently across cmd, and fixes issue where INFLUX_ env var prefix was not set globally.
  2. 16235: Removed default frontend sorting when flux queries specify sorting
  3. 16238: Store canceled task runs in the correct bucket
  4. 16237: Updated Sortby functionality for table frontend sorts to sort numbers correctly
  5. 16249: Prevent potential infinite loop when finding tasks by organization.
  6. 16255: Retain user input when parsing invalid JSON during import
  7. 16268: Fixed test flakiness that stemmed from multiple flush/signins being called in the same test suite
  8. 16346: Update pkger task export to only trim out option task and not all vars provided
  9. 16374: Update influx CLI, only show "see help" message, instead of the whole usage.
  10. 16380: Fix notification tag matching rules and enable tests to verify
  11. 16376: Extend the y-axis when stacked graph is selected
  12. 16404: Fixed query reset bug that was resetting query in script editor whenever dates were changed
  13. 16430: Fixed table threshold bug that was defaulting set colors to the background.
  14. 16435: Time labels are no longer squished to the left
  15. 16427: Fixed underlying issue with disappearing queries made in Advanced Mode
  16. 16439: Prevent negative zero and allow zero to have decimal places