Skip to content

Releases: logzio/terraform-provider-logzio

v1.11.0

03 Jan 08:08
b24892d
Compare
Choose a tag to compare

v1.11.0:

  • Upgrade terraform-plugin-sdk to v2.24.1.
  • Upgrade logzio_client_terraform to v1.14.0.
  • alert_v2 - support alert scheduling.

v1.10.3

04 Dec 09:48
2893787
Compare
Choose a tag to compare

v1.10.3

No changes, just release verification

v1.10.2

06 Nov 09:00
2893787
Compare
Choose a tag to compare

v1.10.2:

  • Upgrade to logzio_client_terraform 1.13.1.
  • Remove retries resources, as the new client handles it. Retries on update that validate update are still active.

v1.10.1

23 Oct 07:20
b9ca47d
Compare
Choose a tag to compare

v1.10.1:

  • Upgrade to logzio_client_terraform 1.13.0.
  • Bug fix for subaccount - field reserved_daily_gb can be 0.

v1.10.0

28 Sep 11:25
7863417
Compare
Choose a tag to compare

v1.10.0:

  • Breaking Changes:
    • Upgrading terraform-plugin-sdk to v2.21.0:
      • Terraform 0.11 and lower will not be supported.
      • To read more about migrating to v2 of the terraform-plugin-sdk see this article.
    • Removal of the logzio_alert resource. Use logzio_alert_v2 instead.
    • logzio_user:
      • Update resource logzio_user to match current API and repo code conventions
      • Removal of roles field. Use field role instead.
    • logzio_archive_logs:
      • Removal of s3_secret_credentials. Use aws_access_key and aws_secret_key instead. See documentation for current configuration structure.
      • Removal of archiveLogsAzureBlobStorageSettings, archiveLogsAmazonS3StorageSettings. Fields under these attributes are not nested anymore. See docs & examples for reference.
      • Renaming fields.
      • Refactor code to match current API.
      • datasource - removal of secret fields. See documentation for current available fields.
    • logzio_restore_logs:
      • Add username field, to match current API.
    • logzio_subaccount:
      • Removal of field utilization_settings.
    • Delete resource from state on unsuccessful read operation.
  • Upgrade to Go 1.18.
  • Upgrade to logzio_client_terraform 1.12.0.

v1.9.2

14 Aug 08:42
e8d1e5c
Compare
Choose a tag to compare

v1.9.2

  • Bug fix: Fix diff for resource alert_v2 in fields alert_notification_endpoints, notification_emails (#116).

v1.9.1

19 Jul 16:10
40291b4
Compare
Choose a tag to compare

v1.9.1

  • Bug fix: plugin won't crash when import for archive_logs fails.

v1.9.0

11 Jul 09:29
4dbe4d9
Compare
Choose a tag to compare

v1.9.0

v1.8.3

05 Apr 10:32
f18f10b
Compare
Choose a tag to compare

v1.8.3

  • Update client version(v1.10.3).
  • Bug fixes:
    • alerts_v2:
      • Fix noisy diff for tags.
      • Field is_enabled defaults to true.
    • sub_accounts: allow creating flexible account without max_daily_gb.

v1.8.2

09 Mar 10:09
1d18ab3
Compare
Choose a tag to compare
  • Update client version(v1.10.2).
  • Bug fixes:
    • alerts_v2: fix bug for columns requiring sort field.
    • sub_accounts: add backoff for creating and updating sub accounts.