Skip to content

Releases: coralogix/terraform-provider-coralogix

v1.2.9

07 Sep 07:07
2ce1c94
Compare
Choose a tag to compare
Rules update fix (#31)

* fix: fix typo in field overwrite_destination

- changed overwrite_destinaton -> overwrite_destination.
- updated docs

* fix: fixed typo for rule data-source

fixes issue #29

* fix: allow using space in rule_matcher constraint

fixes issue #28

v1.2.8

07 Sep 06:42
a08c16c
Compare
Choose a tag to compare
fix: fix the goreleaser to start after semantic-release finish (#30)

v1.2.7

01 Sep 08:16
91484d9
Compare
Choose a tag to compare
fix: go releaser hack until the automation works (#27)

v1.2.6

31 Aug 11:30
a262662
Compare
Choose a tag to compare
fix: added severity 'error' for alert.

- added error severity
- modified the alert.md docs

v1.2.5

25 Aug 13:51
3e4b023
Compare
Choose a tag to compare
Rules update (#26)

* rules group.
1. added rule_groups logic to data-source and as attribute to resource.
2. fixed the flattenRules func.
3. added new attributes to docs

* - add data-source read func all fields
- add source read func all fields

* finish rules update
1. added to rule additional fields.
(keep_blocked_logs,delete_source,overwrite_destinaton,escaped_value
2. update the CRUD logic in rules.
3. added a rules values validation.
4. fix for rule_group field name override_destintation -> overwrite_destination
5. fix flattenRules func when dealing with timestampextract rules.
6. added new rules (allow,jsonstringify,jsonparse)
7. deprecated rule_matcher for rules.
8. changed expression to be optional (to allow timestampextract rules)
9. updated docs with new rules examples.

* fix a web-commit

v1.2.4

24 Aug 06:43
d7e2e0f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

v1.2.3

07 Aug 07:22
4411080
Compare
Choose a tag to compare

What's Changed

v1.2.2

30 Jun 07:50
f52537c
Compare
Choose a tag to compare

What's Changed

  • added support for multiple group_bys by @giltk in #22

Full Changelog: v1.2.1...v1.2.2

v1.2.1

19 Jun 12:57
fb4c9ce
Compare
Choose a tag to compare

What's Changed

  • fix for docs and timeframe values validations by @giltk in #21

Full Changelog: v1.2.0...v1.2.1

v1.2.0

19 Jun 07:21
d6207c8
Compare
Choose a tag to compare

What's Changed

  • Removed 'forceNew' attribute on schema - applying changes will not create a new alert if not needed.
  • Added a check for values inserted
    Full Changelog: v1.2.0...v1.1.10