Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various improvements #285

Merged
merged 12 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading