Skip to content

Commit

Permalink
merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
OrNovo committed Jul 4, 2024
2 parents 1f993a4 + 60e47fe commit cad6dbb
Show file tree
Hide file tree
Showing 17 changed files with 1,164 additions and 329 deletions.
1 change: 0 additions & 1 deletion .github/workflows/acc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
env:
CORALOGIX_ENV: ${{ secrets.CORALOGIX_ENV }}
CORALOGIX_API_KEY: ${{ secrets.CORALOGIX_API_KEY }}
CORALOGIX_ORG_KEY: ${{ secrets.CORALOGIX_ORG_KEY }}
TEST_TEAM_ID: ${{ secrets.TEST_TEAM_ID }}
run: |
make testacc
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,4 +572,16 @@ Breaking Changes:
## Release 1.15.1
New Features:
#### resource/coralogix_alert
* adding `5Min` to `time_window` options for `unique_count` condition.
* adding `5Min` to `time_window` options for `unique_count` condition.

## Release 1.16.0
Breaking Changes:
#### resource/coralogix_api_key
* Roles are replaced by "Presets" and "Permission" keys. Read more [here](https://coralogix.com/docs/api-keys/).

Various documentation upgrades

## Release 1.16.1
New Features:
#### resource/coralogix_alert
* adding `more_than_or_equal_usual` and `less_than_or_equal_usual` conditions to `metric.promql` alert.
Loading

0 comments on commit cad6dbb

Please sign in to comment.