diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e0e63bf..5f7a6e94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7ae391e3..11346ac5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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)) diff --git a/VERSION b/VERSION index b3f1a11c..2ba6141d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.22.3-dev \ No newline at end of file +0.23.0 \ No newline at end of file diff --git a/lacework/version.go b/lacework/version.go index 7debe88d..3501c5ad 100644 --- a/lacework/version.go +++ b/lacework/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20220802055345 +// File generated at: 20220808162644 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package lacework // version is the semver coming from the VERSION file -const version = "0.22.3-dev" +const version = "0.23.0"