-
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.
- Loading branch information
1 parent
4b5bb7a
commit 0d0f1d5
Showing
4 changed files
with
24 additions
and
8 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,8 +1,16 @@ | ||
# Release Notes | ||
Another day, another release. These are the release notes for the version `v0.22.1`. | ||
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`. | ||
|
||
## Documentation Updates | ||
* docs: adds api_token to argument reference (#348) (Salim Afiune)([2f5b07a](https://github.com/lacework/terraform-provider-lacework/commit/2f5b07a36cf0c41b01f8b390f09ebacc72ec9e32)) | ||
## Other Changes | ||
* ci: version bump to v0.22.1-dev (Lacework)([f0e1b40](https://github.com/lacework/terraform-provider-lacework/commit/f0e1b40b6e4ed0ae16bba6941d305edc91875b47)) | ||
* test: Use unique API token for all integration tests (#347) (Salim Afiune)([0c85f89](https://github.com/lacework/terraform-provider-lacework/commit/0c85f892c5db68c76cc11fa0a3ef67be50399dd9)) | ||
* 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)) |
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.2-dev | ||
0.22.2 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.