Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.0.0 #401

Merged
merged 1 commit into from
Nov 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## v1.0.0 (November 08, 2022)

## Refactor
* refactor: remove last usages of v1 api (#397) (Darren)([724842c](https://github.com/lacework/terraform-provider-lacework/commit/724842cf96aa6d151401e20f678fc742583370f3))
* refactor: remove deprecated fields (#395) (Darren)([65931a3](https://github.com/lacework/terraform-provider-lacework/commit/65931a38cce2e90fd9b2345c0ada300d61e27a41))
* refactor: migrate resource_lacework_integration_docker_v2 to use v2 api (#377) (Darren)([866774f](https://github.com/lacework/terraform-provider-lacework/commit/866774f5abe2183c816b6f15d6f34eeebe4a4228))
* refactor: migrate resource_lacework_integration_docker_hub to use v2 api (#378) (Darren)([0e916c8](https://github.com/lacework/terraform-provider-lacework/commit/0e916c8040fe5a55eb0aef6de3b7422130834646))
* refactor: migrate agent_access_token to use v2 api (#370) (Darren)([917011e](https://github.com/lacework/terraform-provider-lacework/commit/917011e85829c90fe6b34ce7c6b8e8c74fab6a92))
* refactor: migrate resource_lacework_integration_azure_al to use v2 api (#373) (Darren)([d5ca4d4](https://github.com/lacework/terraform-provider-lacework/commit/d5ca4d46c680665bdbcc15850be98cbddc210676))
* refactor: migrate resource_lacework_integration_azure_cfg to use v2 api (#374) (Darren)([8dbf1bf](https://github.com/lacework/terraform-provider-lacework/commit/8dbf1bfbad1cf43523e787c8d9af2b6e2af69f3a))
* refactor: migrate resource_lacework_integration_aws_govcloud_cfg to use v2 api (#375) (Darren)([5d5f082](https://github.com/lacework/terraform-provider-lacework/commit/5d5f082431c7e5b4e9f489fb8250f77c5a67e21f))
* refactor: migrate resource_lacework_integration_aws_govcloud_ct to use v2 api (#376) (Darren)([805d386](https://github.com/lacework/terraform-provider-lacework/commit/805d3867a3795e6ea828c84a9f1fcc21a3a491fd))
## Bug Fixes
* fix: remove unused func (Darren Murray)([dddeb21](https://github.com/lacework/terraform-provider-lacework/commit/dddeb2157f5d4e6aa997c464e2d91a9fb5a24f60))
* fix: remove unused funcs (Darren Murray)([b6ff8f8](https://github.com/lacework/terraform-provider-lacework/commit/b6ff8f89b88a9f698fa06d4cd2ade5fe7cdece6b))
## Documentation Updates
* docs: update deprecated cli cmd in docs (#396) (Darren)([1394822](https://github.com/lacework/terraform-provider-lacework/commit/139482264d9c1e5d516b90535c64e2f12a34ca65))
## Other Changes
* build(deps): bump golang.org/x/text from 0.3.7 to 0.4.0 (#388) (dependabot[bot])([83bccc0](https://github.com/lacework/terraform-provider-lacework/commit/83bccc07a080cbba2349432248a62550b8547601))
* build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#392) (dependabot[bot])([3fc1375](https://github.com/lacework/terraform-provider-lacework/commit/3fc1375cd2e119c1c19de719e41f53827f56a77f))
* build(deps): bump github.com/gruntwork-io/terratest (#386) (dependabot[bot])([eafb1b4](https://github.com/lacework/terraform-provider-lacework/commit/eafb1b4d1e903cb2eec670cacdc3ed9d525c935c))
* build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#387) (dependabot[bot])([5dbbd34](https://github.com/lacework/terraform-provider-lacework/commit/5dbbd34f66e52f5838c9247e2635d8d92749ffea))
* build(deps): bump github.com/lacework/go-sdk from 0.43.0 to 0.44.1 (#393) (dependabot[bot])([43fb505](https://github.com/lacework/terraform-provider-lacework/commit/43fb505b7150a096acee33ce1d11fd9bef7f30e8))
* ci: version bump to v0.27.1-dev (Lacework)([2d8e4f8](https://github.com/lacework/terraform-provider-lacework/commit/2d8e4f882d35ee7d66d09c574e8269de3e75be6f))
* test: update integration test read to use v2 api (Darren Murray)([f5323f6](https://github.com/lacework/terraform-provider-lacework/commit/f5323f604b7be29d4b9ac38c33692a85561c26f0))
* test: move all tests to use APIv2 (#394) (Darren)([b88acee](https://github.com/lacework/terraform-provider-lacework/commit/b88acee715d181e0e20289a4106dd4ad56a7ba86))

## v0.27.0 (October 20, 2022)

## Features
Expand Down
30 changes: 23 additions & 7 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
# Release Notes
Another day, another release. These are the release notes for the version `v0.27.0`.
Another day, another release. These are the release notes for the version `v1.0.0`.

## Features
* feat(resource): New lacework_integration_aws_org_agentless_scanning resource (#385) (Teddy Reed)([bf19236](https://github.com/lacework/terraform-provider-lacework/commit/bf19236f9bee889ae08c72a8924fce32e0f06104))
## Refactor
* refactor: remove last usages of v1 api (#397) (Darren)([724842c](https://github.com/lacework/terraform-provider-lacework/commit/724842cf96aa6d151401e20f678fc742583370f3))
* refactor: remove deprecated fields (#395) (Darren)([65931a3](https://github.com/lacework/terraform-provider-lacework/commit/65931a38cce2e90fd9b2345c0ada300d61e27a41))
* refactor: migrate resource_lacework_integration_docker_v2 to use v2 api (#377) (Darren)([866774f](https://github.com/lacework/terraform-provider-lacework/commit/866774f5abe2183c816b6f15d6f34eeebe4a4228))
* refactor: migrate resource_lacework_integration_docker_hub to use v2 api (#378) (Darren)([0e916c8](https://github.com/lacework/terraform-provider-lacework/commit/0e916c8040fe5a55eb0aef6de3b7422130834646))
* refactor: migrate agent_access_token to use v2 api (#370) (Darren)([917011e](https://github.com/lacework/terraform-provider-lacework/commit/917011e85829c90fe6b34ce7c6b8e8c74fab6a92))
* refactor: migrate resource_lacework_integration_azure_al to use v2 api (#373) (Darren)([d5ca4d4](https://github.com/lacework/terraform-provider-lacework/commit/d5ca4d46c680665bdbcc15850be98cbddc210676))
* refactor: migrate resource_lacework_integration_azure_cfg to use v2 api (#374) (Darren)([8dbf1bf](https://github.com/lacework/terraform-provider-lacework/commit/8dbf1bfbad1cf43523e787c8d9af2b6e2af69f3a))
* refactor: migrate resource_lacework_integration_aws_govcloud_cfg to use v2 api (#375) (Darren)([5d5f082](https://github.com/lacework/terraform-provider-lacework/commit/5d5f082431c7e5b4e9f489fb8250f77c5a67e21f))
* refactor: migrate resource_lacework_integration_aws_govcloud_ct to use v2 api (#376) (Darren)([805d386](https://github.com/lacework/terraform-provider-lacework/commit/805d3867a3795e6ea828c84a9f1fcc21a3a491fd))
## Bug Fixes
* fix: suppressdiff for gcp_at private_key_id (#389) (Darren)([3f52c3b](https://github.com/lacework/terraform-provider-lacework/commit/3f52c3bf203cb20964354348e1057ef4ffeead04))
* fix: remove unused func (Darren Murray)([dddeb21](https://github.com/lacework/terraform-provider-lacework/commit/dddeb2157f5d4e6aa997c464e2d91a9fb5a24f60))
* fix: remove unused funcs (Darren Murray)([b6ff8f8](https://github.com/lacework/terraform-provider-lacework/commit/b6ff8f89b88a9f698fa06d4cd2ade5fe7cdece6b))
## Documentation Updates
* docs: update deprecated cli cmd in docs (#396) (Darren)([1394822](https://github.com/lacework/terraform-provider-lacework/commit/139482264d9c1e5d516b90535c64e2f12a34ca65))
## Other Changes
* build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#368) (dependabot[bot])([9f48afe](https://github.com/lacework/terraform-provider-lacework/commit/9f48afe418ac56289d6df671ce67b85481a82003))
* ci: fix release pipeline by running make prepare (#390) (Darren)([94c4919](https://github.com/lacework/terraform-provider-lacework/commit/94c49193b8d94cd412f4af3a86396a85e17c537c))
* ci: version bump to v0.26.2-dev (Lacework)([7d46d13](https://github.com/lacework/terraform-provider-lacework/commit/7d46d13da7c57a87cf9aa6015b7c447d590b9143))
* build(deps): bump golang.org/x/text from 0.3.7 to 0.4.0 (#388) (dependabot[bot])([83bccc0](https://github.com/lacework/terraform-provider-lacework/commit/83bccc07a080cbba2349432248a62550b8547601))
* build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#392) (dependabot[bot])([3fc1375](https://github.com/lacework/terraform-provider-lacework/commit/3fc1375cd2e119c1c19de719e41f53827f56a77f))
* build(deps): bump github.com/gruntwork-io/terratest (#386) (dependabot[bot])([eafb1b4](https://github.com/lacework/terraform-provider-lacework/commit/eafb1b4d1e903cb2eec670cacdc3ed9d525c935c))
* build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#387) (dependabot[bot])([5dbbd34](https://github.com/lacework/terraform-provider-lacework/commit/5dbbd34f66e52f5838c9247e2635d8d92749ffea))
* build(deps): bump github.com/lacework/go-sdk from 0.43.0 to 0.44.1 (#393) (dependabot[bot])([43fb505](https://github.com/lacework/terraform-provider-lacework/commit/43fb505b7150a096acee33ce1d11fd9bef7f30e8))
* ci: version bump to v0.27.1-dev (Lacework)([2d8e4f8](https://github.com/lacework/terraform-provider-lacework/commit/2d8e4f882d35ee7d66d09c574e8269de3e75be6f))
* test: update integration test read to use v2 api (Darren Murray)([f5323f6](https://github.com/lacework/terraform-provider-lacework/commit/f5323f604b7be29d4b9ac38c33692a85561c26f0))
* test: move all tests to use APIv2 (#394) (Darren)([b88acee](https://github.com/lacework/terraform-provider-lacework/commit/b88acee715d181e0e20289a4106dd4ad56a7ba86))
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-dev
1.0.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.