Skip to content

Releases: lacework/terraform-provider-lacework

v0.26.1

26 Sep 19:15
d102dcd
Compare
Choose a tag to compare

Release Notes

Another day, another release. These are the release notes for the version v0.26.1.

Bug Fixes

  • fix: suppressdiff for gcp_cfg private_key_id (#380) (Darren)(7188601)
  • fix: fix gcr limit_by_labels field (#379) (Darren)(20a386c)

Other Changes

  • ci: version bump to v0.26.1-dev (Lacework)(bd67f3b)

v0.26.0

21 Sep 14:56
b8e69d2
Compare
Choose a tag to compare

Release Notes

Another day, another release. These are the release notes for the version v0.26.0.

Features

  • feat(resource): New lacework_date_export_rule resource (#356) (Darren)(5d3b643)

Refactor

  • refactor: migrate gcp_at to use v2 api (#369) (Darren)(41411b9)
  • refactor: migrate lacework_integration_gcp_cfg to use v2 api (#363) (Darren)(d21459d)
  • refactor: migrate lacework_integration_ecr to use v2 api (#364) (Darren)(88ee9bf)
  • refactor: migrate lacework_integration_gcp_gcr to use v2 api (#365) (Darren)(3f2c581)
  • refactor: migrate lacework_integration_aws_cfg to use v2 api (#361) (Darren)(f182648)

Bug Fixes

Other Changes

  • ci: version bump to v0.25.1-dev (Lacework)(e2d2a1f)

v0.25.0

16 Aug 19:10
d1685c0
Compare
Choose a tag to compare

Release Notes

Another day, another release. These are the release notes for the version v0.25.0.

Features

  • feat(data-source): added lacework_user_profile (#357) (Alan Nix)(31380aa)

Other Changes

  • ci: version bump to v0.24.1-dev (Lacework)(cc441cd)

v0.24.0

09 Aug 16:46
0a43899
Compare
Choose a tag to compare

Release Notes

Another day, another release. These are the release notes for the version v0.24.0.

Features

  • feat: add credentials to aws_agentless_scanning resource (#354) (Darren)(c6426dd)

Other Changes

  • ci: version bump to v0.23.1-dev (Lacework)(b288dfc)

v0.23.0

08 Aug 17:26
1b5f75d
Compare
Choose a tag to compare

Release Notes

Another day, another release. These are the release notes for the version v0.23.0.

Features

  • feat(resource): New lacework_integration_aws_agentless_scanning resource (#345) (Darren)(e4ee82f)

Other Changes

  • build(deps): bump github.com/gruntwork-io/terratest (#341) (dependabot[bot])(5cd8e26)
  • build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#350) (dependabot[bot])(455951e)
  • ci: version bump to v0.22.3-dev (Lacework)(6fc500e)

v0.22.2

02 Aug 05:57
0d0f1d5
Compare
Choose a tag to compare

Release Notes

Another day, another release. These are the release notes for the version v0.22.2.

This release introduces a new argument in both vulnerability exception resources, inside vulnerability_criteria
named fixable_vuln, this new argument is of type string and it solves the tristate boolean issue reported at
#339.

The (tres) states are:

  • "false" (Yes! A string with value false) - Constraints the exception by non-fixable vulnerabilities
  • "true" (A string with value true) - Constraints the exception by fixable vulnerabilities
  • "" (empty string) - Do not filter by fixable or non-fixable vulnerability

Note that we deprecated the previous boolean argument fixable and it will be removed on version v1.0.

Other Changes

  • build(deps): bump github.com/stretchr/testify from 1.7.3 to 1.8.0 (#337) (dependabot[bot])(2229d06)

v0.22.1

22 Jul 05:06
2f4626c
Compare
Choose a tag to compare

Release Notes

Another day, another release. These are the release notes for the version v0.22.1.

Documentation Updates

  • docs: adds api_token to argument reference (#348) (Salim Afiune)(2f5b07a)

Other Changes

  • ci: version bump to v0.22.1-dev (Lacework)(f0e1b40)
  • test: Use unique API token for all integration tests (#347) (Salim Afiune)(0c85f89)

v0.22.0

21 Jul 02:24
881137f
Compare
Choose a tag to compare

Release Notes

Another day, another release. These are the release notes for the version v0.22.0.

Features

  • feat: support authentication via API token (#344) (Salim Afiune)(4550bce)
  • feat: new lacework_policy_exception resource (#326) (Darren)(01e87d3)

Other Changes

  • ci: version bump to v0.21.1-dev (Lacework)(7681f5d)

v0.21.0

30 Jun 15:28
46437c5
Compare
Choose a tag to compare

Release Notes

Another day, another release. These are the release notes for the version v0.21.0.

Features

  • feat(GcpGkeAudit): Add support for GcpGkeAudit apiv2 cloud account integration (#327) (Ross)(00d8d43)

Bug Fixes

  • fix(RAIN-33379): Fix documentation of policy type (#334) (Carsten Varming)(3fed26b)

Other Changes

  • ci: version bump to v0.20.2-dev (Lacework)(6a64dfe)

v0.20.1

23 Jun 15:02
cac5f2b
Compare
Choose a tag to compare

Release Notes

Another day, another release. These are the release notes for the version v0.20.1.

Bug Fixes

  • fix: time parse error for expiry field (#332) (Darren)(8c691ef)

Other Changes

  • ci: version bump to v0.20.1-dev (Lacework)(5550234)