Skip to content

Commit

Permalink
Terraform to use coraglogix sdk (#296)
Browse files Browse the repository at this point in the history
* feat: terraform to use coraglogix sdk
* feat: alerts v3
* fix: group_by set -> list

---------

Co-authored-by: Luigi Taglialatela <luigi.taglialatela1996@gmail.com>
  • Loading branch information
celaus and lootag authored Jan 9, 2025
1 parent 246ad77 commit 0121394
Show file tree
Hide file tree
Showing 375 changed files with 14,262 additions and 130,319 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Cleanup Test Resources

on:
schedule:
- cron: 0 1 * * *

jobs:
test:
env:
GO111MODULE: on
strategy:
matrix:
go-version: [ 1.23.x ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@37335c7bb261b353407cff977110895fa0b4f7d8
with:
go-version: ${{ matrix.go-version }}
- name: Acceptance Tests
env:
CORALOGIX_ENV: ${{ secrets.CORALOGIX_ENV }}
CORALOGIX_API_KEY: ${{ secrets.CORALOGIX_API_KEY }}
TEST_TEAM_ID: ${{ secrets.TEST_TEAM_ID }}
AWS_TEST_ROLE: ${{ secrets.AWS_TEST_ROLE }}
run: |
go run scripts/delete-all-cx-resources.go
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -722,3 +722,26 @@ New features:
Fix:

* Fixed geo_ip enrichments

# Release 1.18.15

Fix:

* SLO issue when using variables

# Release 1.18.16

Feature:

* Add analytics header to requests

# Release 2.0.0

The provider is now based on the Coralogix Management SDK with the latest APIs. This fixes a variety of issues and should be mostly transparent to the user.

Breaking Changes:

#### resource/coralogix_alert

Revamped the structure of alerts in general. Please consult the guide v1-v2-migration-guide on how to migrate.

81 changes: 0 additions & 81 deletions coralogix/clientset/actions-client.go

This file was deleted.

81 changes: 0 additions & 81 deletions coralogix/clientset/alerts-client.go

This file was deleted.

81 changes: 0 additions & 81 deletions coralogix/clientset/alerts-scheduler-client.go

This file was deleted.

80 changes: 0 additions & 80 deletions coralogix/clientset/apikeys-client.go

This file was deleted.

Loading

0 comments on commit 0121394

Please sign in to comment.