Skip to content

Commit

Permalink
minor - coralogix_alert incident_settings (#190)
Browse files Browse the repository at this point in the history
* minor - coralogix_alert incident_settings
  • Loading branch information
OrNovo authored Jan 24, 2024
1 parent c03c0fa commit f63255c
Show file tree
Hide file tree
Showing 22 changed files with 3,369 additions and 2,434 deletions.
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,10 +390,31 @@ New Features:

## Release 1.10.9
New Features:
#### resource/coralogix_archive_retentions
* Adding support for `coralogix_archive_retentions` [resource](https://github.com/coralogix/terraform-provider-coralogix/tree/master/docs/resources/alerts_scheduler.md) and [data-source](https://github.com/coralogix/terraform-provider-coralogix/tree/master/docs/data-sources/alerts_scheduler.md).
#### resource/coralogix_alerts_scheduler
* Adding support for `coralogix_alerts_scheduler` [resource](https://github.com/coralogix/terraform-provider-coralogix/tree/master/docs/resources/alerts_scheduler.md) and [data-source](https://github.com/coralogix/terraform-provider-coralogix/tree/master/docs/data-sources/alerts_scheduler.md).

## Release 1.10.10
New Features:
#### resource/coralogix_team
* Adding support for `coralogix_team` [resource](https://github.com/coralogix/terraform-provider-coralogix/tree/master/docs/resources/team.md)
### resource/coralogix_moving_quota
* Adding support for `coralogix_moving_quota` [resource](https://github.com/coralogix/terraform-provider-coralogix/tree/master/docs/resources/moving_quota.md)

## Release 1.10.11
New Features:
#### resource/coralogix_slo
* Adding support for `coralogix_slo` [resource](https://github.com/coralogix/terraform-provider-coralogix/tree/master/docs/resources/slo.md) and [data-source](https://github.com/coralogix/terraform-provider-coralogix/tree/master/docs/data-sources/slo.md).

## Release 1.11.0
Breaking Changes:
#### resource/coralogix_alert
* `show_in_insights` was removed. use `incident_settings` or notification's `notify_on` and `retriggering_period_minutes` instead.
* exactly one of `incident_settings` or all of `notifications_group.*.notification.*.` `notify_on` and `retriggering_period_minutes` must be set.

New Features:
#### resource/coralogix_alert
* Adding support for `metric.0.promql.0.condition.0.less_than_usual`.

Bug fixing:
* avoiding calling moving quota endpoint when moving quota is not needed.
* fixing `coralogix_alerts_scheduler` terraform lose track over the resource when `coralogix_alerts_scheduler` is change externally.
463 changes: 368 additions & 95 deletions coralogix/clientset/grpc/alerts-scheduler/alert_scheduler_request.pb.go

Large diffs are not rendered by default.

101 changes: 57 additions & 44 deletions coralogix/clientset/grpc/alerts-scheduler/alert_scheduler_rule.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f63255c

Please sign in to comment.