Skip to content

Commit

Permalink
Dashboards api updates (#218)
Browse files Browse the repository at this point in the history
* minor - dashboards api updates
  • Loading branch information
OrNovo authored Mar 24, 2024
1 parent 4a4aa5f commit 28cb2b9
Show file tree
Hide file tree
Showing 46 changed files with 3,295 additions and 682 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,4 +502,19 @@ Breaking Changes:
## Release 1.12.1
Bug fixing:
#### resource/coralogix_slo
* fixing `threshold_symbol_type` bug in ac ase of `greater_or_equal` and add `less_or_equal` option.
* fixing `threshold_symbol_type` bug in ac ase of `greater_or_equal` and add `less_or_equal` option.

## Release 1.13.0
Breaking Changes:
#### resource/coralogix_dashboard
* `annotations.source.metric` was changed to `annotations.source.metrics`.

Bug fixing:
#### resource/coralogix_dashboard
* fixing [inconsistent result for color_scheme](https://github.com/coralogix/terraform-provider-coralogix/issues/217).

New Features:
#### resource/coralogix_dashboard
* adding `data_mode` for data_table widget.
* adding `logs` and `spans` options for `annotations.source`.
* adding `auto_refresh` for dashboard.
Loading

0 comments on commit 28cb2b9

Please sign in to comment.