Skip to content

Commit

Permalink
Various improvements (#285)
Browse files Browse the repository at this point in the history
fix: added unsupported type
feat: AP3 cluster address added
feat: IAC-297, support for auto generated dashboard ids
fix: removed computed for parameters
fix: integration parameters filter to input
ci: use Go 1.23.x
fix: tests for logs2metric/spans2metric
chore: CHANGELOG
  • Loading branch information
celaus authored Nov 12, 2024
1 parent 5d404a6 commit 3cc38ad
Show file tree
Hide file tree
Showing 41 changed files with 1,176 additions and 701 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
GO111MODULE: on
strategy:
matrix:
go-version: [ 1.20.x ]
go-version: [ 1.23.x ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
GO111MODULE: on
strategy:
matrix:
go-version: [ 1.20.x ]
go-version: [ 1.23.x ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
go-version: 1.23.x
-
name: Import GPG key
id: import_gpg
Expand Down
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -687,4 +687,26 @@ New Features:
New Features:

### data-source/coralogix_webhook
* Added support for searching by webhook name.
* Added support for searching by webhook name.

## Release 1.18.12

Fix:

* coralogix_integration with sensitive data didn't work
* coralogix_integration with additional default parameters didn't work
* documentation examples are now automatically generated

New Features

New Features:

* new endpoint: `[AP3, APAC3]`.

### resource/coralogix_dashboard

* Support for auto generated IDs added

DEVELOPERS:

* go version was update to 1.23.x
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Building the provider
### Requirements

- [Terraform](https://www.terraform.io/downloads.html) 1.x.x
- [Go](https://golang.org/doc/install) 1.20.x (to build the provider plugin)
- [Go](https://golang.org/doc/install) 1.23.x (to build the provider plugin)

### Steps

Expand Down
Loading

0 comments on commit 3cc38ad

Please sign in to comment.