Releases: lacework/terraform-provider-lacework
v0.26.1
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
Release Notes
Another day, another release. These are the release notes for the version v0.26.0
.
Features
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
v0.24.0
v0.23.0
Release Notes
Another day, another release. These are the release notes for the version v0.23.0
.
Features
Other Changes
v0.22.2
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 valuefalse
) - Constraints the exception by non-fixable vulnerabilities"true"
(A string with valuetrue
) - 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
v0.22.1
Release Notes
Another day, another release. These are the release notes for the version v0.22.1
.
Documentation Updates
Other Changes
v0.22.0
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)