diff --git a/CHANGELOG.md b/CHANGELOG.md index 354433d7..5f528c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v1.6.1 (May 02, 2023) + +## Other Changes +* build(deps): bump github.com/lacework/go-sdk (#472) (dependabot[bot])([bc40e04c](https://github.com/lacework/terraform-provider-lacework/commit/bc40e04ce8a5bb8c6046434457d88774853986d1)) +* build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#471) (dependabot[bot])([3b650e81](https://github.com/lacework/terraform-provider-lacework/commit/3b650e812c687b3fa215b5e3a27dcb65bdf2bb23)) +* build(deps): bump github.com/gruntwork-io/terratest (#468) (dependabot[bot])([412657e6](https://github.com/lacework/terraform-provider-lacework/commit/412657e68e802a3999ac5b94fe1e43c398a664bf)) +* build(deps): bump golang.org/x/text from 0.4.0 to 0.9.0 (#465) (dependabot[bot])([070c1012](https://github.com/lacework/terraform-provider-lacework/commit/070c101275bc098b0b987e85f11447a758cf744e)) +* build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#462) (dependabot[bot])([3b756a51](https://github.com/lacework/terraform-provider-lacework/commit/3b756a514b7653d93ec4e8f79a9e7b59677420bc)) +* build(deps): bump github.com/hashicorp/go-getter from 1.6.1 to 1.7.0 (#447) (dependabot[bot])([1b673bd8](https://github.com/lacework/terraform-provider-lacework/commit/1b673bd816b7be2f58358441dc849ccd226e8f3c)) +* ci: version bump to v1.6.1-dev (Lacework)([97cb3120](https://github.com/lacework/terraform-provider-lacework/commit/97cb312020d1e0005e23cbcc3723d82f4b3abca6)) + ## v1.6.0 (April 14, 2023) ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 87c85a2c..6d571008 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,11 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.6.0`. +Another day, another release. These are the release notes for the version `v1.6.1`. -## Features -* feat: Addition of S3 Bucket ARN for AWS EKS Audit log (#467) (djmctavish)([09309d32](https://github.com/lacework/terraform-provider-lacework/commit/09309d3232d351e64e89f340969e6155baa46b6d)) -## Documentation Updates -* docs: add 'enabled' to agent_access_token doc (#466) (Darren)([ea55405c](https://github.com/lacework/terraform-provider-lacework/commit/ea55405cd827a8b6c68730b0abc04dea366ad764)) ## Other Changes -* ci: fix release (#469) (Darren)([cb54378f](https://github.com/lacework/terraform-provider-lacework/commit/cb54378f4915ecbd71ce6304e5051564fee49041)) -* ci: version bump to v1.5.2-dev (Lacework)([7f954384](https://github.com/lacework/terraform-provider-lacework/commit/7f954384a7c07796de74a1b339370e863ed3f1dd)) +* build(deps): bump github.com/lacework/go-sdk (#472) (dependabot[bot])([bc40e04c](https://github.com/lacework/terraform-provider-lacework/commit/bc40e04ce8a5bb8c6046434457d88774853986d1)) +* build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#471) (dependabot[bot])([3b650e81](https://github.com/lacework/terraform-provider-lacework/commit/3b650e812c687b3fa215b5e3a27dcb65bdf2bb23)) +* build(deps): bump github.com/gruntwork-io/terratest (#468) (dependabot[bot])([412657e6](https://github.com/lacework/terraform-provider-lacework/commit/412657e68e802a3999ac5b94fe1e43c398a664bf)) +* build(deps): bump golang.org/x/text from 0.4.0 to 0.9.0 (#465) (dependabot[bot])([070c1012](https://github.com/lacework/terraform-provider-lacework/commit/070c101275bc098b0b987e85f11447a758cf744e)) +* build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#462) (dependabot[bot])([3b756a51](https://github.com/lacework/terraform-provider-lacework/commit/3b756a514b7653d93ec4e8f79a9e7b59677420bc)) +* build(deps): bump github.com/hashicorp/go-getter from 1.6.1 to 1.7.0 (#447) (dependabot[bot])([1b673bd8](https://github.com/lacework/terraform-provider-lacework/commit/1b673bd816b7be2f58358441dc849ccd226e8f3c)) +* ci: version bump to v1.6.1-dev (Lacework)([97cb3120](https://github.com/lacework/terraform-provider-lacework/commit/97cb312020d1e0005e23cbcc3723d82f4b3abca6)) diff --git a/VERSION b/VERSION index 1960c7dd..2eda823f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.1-dev \ No newline at end of file +1.6.1 \ No newline at end of file diff --git a/lacework/version.go b/lacework/version.go index 369e92d2..de77ce2c 100644 --- a/lacework/version.go +++ b/lacework/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20230414172901 +// File generated at: 20230502092029 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package lacework // version is the semver coming from the VERSION file -const version = "1.6.1-dev" +const version = "1.6.1"