From 93d92dff0305f289aae225d7a24ea9d9e110ed8e Mon Sep 17 00:00:00 2001 From: Lacework <tech-ally@lacework.net> Date: Tue, 25 Jul 2023 17:31:26 +0000 Subject: [PATCH] release: v1.10.0 Signed-off-by: Lacework <tech-ally@lacework.net> --- CHANGELOG.md | 14 ++++++++++++++ RELEASE_NOTES.md | 14 +++++++++----- VERSION | 2 +- lacework/version.go | 4 ++-- 4 files changed, 26 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c6ff444..3fe9e777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v1.10.0 (July 25, 2023) + +## Features +* feat: add new lacework_managed_policies resource (#516) (Pengyuan Zhao)([5d4f4957](https://github.com/lacework/terraform-provider-lacework/commit/5d4f495734cb1fa0e77fc7e362beeac6a3f1c0fc)) +## Documentation Updates +* docs: add documentation for the OCI config integration (#509) (Kolbeinn)([c0ac0c81](https://github.com/lacework/terraform-provider-lacework/commit/c0ac0c813b3d86c8eac5d2e570a9aed9dac93359)) +## Other Changes +* build(deps): bump github.com/gruntwork-io/terratest (#513) (dependabot[bot])([e4fd1eec](https://github.com/lacework/terraform-provider-lacework/commit/e4fd1eec7e463b414fdf40bf38d2a0dee2c167d4)) +* build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#504) (dependabot[bot])([7969b8fa](https://github.com/lacework/terraform-provider-lacework/commit/7969b8fa6afa04b39fc4b64c68f82f83a891f76c)) +* build(deps): bump github.com/gruntwork-io/terratest (#503) (dependabot[bot])([e99f3744](https://github.com/lacework/terraform-provider-lacework/commit/e99f3744350aacc6e49c1fb4c9cc82c20785993d)) +* build(deps): bump github.com/lacework/go-sdk from 1.24.0 to 1.26.0 (#507) (dependabot[bot])([cbaeea70](https://github.com/lacework/terraform-provider-lacework/commit/cbaeea70d8f65e7c2af7598f9aea1e273ff5c4cf)) +* build(deps): bump google.golang.org/grpc from 1.51.0 to 1.53.0 (#506) (dependabot[bot])([4b757e81](https://github.com/lacework/terraform-provider-lacework/commit/4b757e8126244ba18a72fc98ac6359ab7f816f53)) +* ci: version bump to v1.9.1-dev (Lacework)([32d757ba](https://github.com/lacework/terraform-provider-lacework/commit/32d757ba41295a9b1fc83631a4915d1c1d055eed)) + ## v1.9.0 (July 05, 2023) ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 23ef5aa9..874be93c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,14 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.9.0`. +Another day, another release. These are the release notes for the version `v1.10.0`. ## Features -* feat(client-agentless): add multi-volume and scan stopped instances fields to agentless integrations (Whitney Smith)([cd864e50](https://github.com/lacework/terraform-provider-lacework/commit/cd864e50061d3f12e400d3605a298cb8f76a4530)) -* feat: add OCI integration resource (Kolbeinn Karlsson)([5a361e54](https://github.com/lacework/terraform-provider-lacework/commit/5a361e54180a11a70806f41eb2b3c45881230540)) +* feat: add new lacework_managed_policies resource (#516) (Pengyuan Zhao)([5d4f4957](https://github.com/lacework/terraform-provider-lacework/commit/5d4f495734cb1fa0e77fc7e362beeac6a3f1c0fc)) ## Documentation Updates -* docs(website): add multivolume and stopped instance arguments (#505) (Joseph Wilder)([b800edf8](https://github.com/lacework/terraform-provider-lacework/commit/b800edf8072589c1d3f2c37e82599505851d05bb)) +* docs: add documentation for the OCI config integration (#509) (Kolbeinn)([c0ac0c81](https://github.com/lacework/terraform-provider-lacework/commit/c0ac0c813b3d86c8eac5d2e570a9aed9dac93359)) ## Other Changes -* ci: version bump to v1.8.1-dev (Lacework)([b8011be1](https://github.com/lacework/terraform-provider-lacework/commit/b8011be1f3e961b692a44aca9fd4ac48367a122f)) +* build(deps): bump github.com/gruntwork-io/terratest (#513) (dependabot[bot])([e4fd1eec](https://github.com/lacework/terraform-provider-lacework/commit/e4fd1eec7e463b414fdf40bf38d2a0dee2c167d4)) +* build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#504) (dependabot[bot])([7969b8fa](https://github.com/lacework/terraform-provider-lacework/commit/7969b8fa6afa04b39fc4b64c68f82f83a891f76c)) +* build(deps): bump github.com/gruntwork-io/terratest (#503) (dependabot[bot])([e99f3744](https://github.com/lacework/terraform-provider-lacework/commit/e99f3744350aacc6e49c1fb4c9cc82c20785993d)) +* build(deps): bump github.com/lacework/go-sdk from 1.24.0 to 1.26.0 (#507) (dependabot[bot])([cbaeea70](https://github.com/lacework/terraform-provider-lacework/commit/cbaeea70d8f65e7c2af7598f9aea1e273ff5c4cf)) +* build(deps): bump google.golang.org/grpc from 1.51.0 to 1.53.0 (#506) (dependabot[bot])([4b757e81](https://github.com/lacework/terraform-provider-lacework/commit/4b757e8126244ba18a72fc98ac6359ab7f816f53)) +* ci: version bump to v1.9.1-dev (Lacework)([32d757ba](https://github.com/lacework/terraform-provider-lacework/commit/32d757ba41295a9b1fc83631a4915d1c1d055eed)) diff --git a/VERSION b/VERSION index a61947bf..ed21137e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.1-dev \ No newline at end of file +1.10.0 \ No newline at end of file diff --git a/lacework/version.go b/lacework/version.go index 2e203c2d..13b84e83 100644 --- a/lacework/version.go +++ b/lacework/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20230705233858 +// File generated at: 20230725173125 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package lacework // version is the semver coming from the VERSION file -const version = "1.9.1-dev" +const version = "1.10.0"