-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Lacework <[email protected]>
- Loading branch information
1 parent
e4ee82f
commit 1b5f75d
Showing
4 changed files
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,9 @@ | ||
# 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 | ||
https://github.com/lacework/terraform-provider-lacework/issues/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`. | ||
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](https://github.com/lacework/terraform-provider-lacework/commit/e4ee82ff571f2ba373a2f8702b7eac2c5e5d6803)) | ||
## Other Changes | ||
* build(deps): bump github.com/stretchr/testify from 1.7.3 to 1.8.0 (#337) (dependabot[bot])([2229d06](https://github.com/lacework/terraform-provider-lacework/commit/2229d069c887086f4a9e5a4f23fef6ce8b14b586)) | ||
* build(deps): bump github.com/gruntwork-io/terratest (#341) (dependabot[bot])([5cd8e26](https://github.com/lacework/terraform-provider-lacework/commit/5cd8e265a62be2fae8c3089f8ac5743078c65c82)) | ||
* build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#350) (dependabot[bot])([455951e](https://github.com/lacework/terraform-provider-lacework/commit/455951e8877189f3ecdb951d0fa8be703527aa74)) | ||
* ci: version bump to v0.22.3-dev (Lacework)([6fc500e](https://github.com/lacework/terraform-provider-lacework/commit/6fc500ea0d162a5d9d35c3fa06b36905dbeac2f2)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.22.3-dev | ||
0.23.0 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.