Skip to content

Commit

Permalink
release: v0.23.0 (#352)
Browse files Browse the repository at this point in the history
Signed-off-by: Lacework <[email protected]>
  • Loading branch information
lacework-releng authored Aug 8, 2022
1 parent e4ee82f commit 1b5f75d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.23.0 (August 08, 2022)

## 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/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))

## v0.22.2 (August 02, 2022)

## Bug Fixes
Expand Down
19 changes: 6 additions & 13 deletions RELEASE_NOTES.md
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))
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.22.3-dev
0.23.0
4 changes: 2 additions & 2 deletions lacework/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b5f75d

Please sign in to comment.