Skip to content

Commit

Permalink
release: v0.11.0 (#184)
Browse files Browse the repository at this point in the history
Signed-off-by: Lacework <[email protected]>
  • Loading branch information
lacework-releng authored Oct 1, 2021
1 parent fb4d3db commit de87521
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 11 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.11.0 (October 01, 2021)

## Features
* feat: Add new field non_os_package_support to ECR resource (#175) (Darren)([f150be8](https://github.com/lacework/terraform-provider-lacework/commit/f150be8ad4163ace9acefa3244145aaed22f7c75))
* feat: Add new field non_os_package_support to GHCR resource (#178) (Darren)([e72b5eb](https://github.com/lacework/terraform-provider-lacework/commit/e72b5eb702385103a9384dc10ec37255a9d98168))
* feat: Add new field non_os_package_support to GAR resource (#179) (Darren)([27b6c70](https://github.com/lacework/terraform-provider-lacework/commit/27b6c70bdddf154f8171e5bf71d929bcea015ca4))
## Documentation Updates
* docs: update multiple aliases for sub-accounts (#172) (robewedd)([0763028](https://github.com/lacework/terraform-provider-lacework/commit/0763028b8b4d4a5df29ab339003ba8ba5a680d91))
## Other Changes
* ci: fix release pipeline by running make prepare (#183) (Salim Afiune)([fb4d3db](https://github.com/lacework/terraform-provider-lacework/commit/fb4d3db24cab8a94e8e8ccaf8086dd44bae3667d))
* ci: version bump to v0.10.1-dev (Lacework)([9645ee1](https://github.com/lacework/terraform-provider-lacework/commit/9645ee118106c2358658c955bc50f892cabb0153))
* test: fix integration tests (#180) (Darren)([1eb35e9](https://github.com/lacework/terraform-provider-lacework/commit/1eb35e9fee926dab0caa25e9a55bae95a3a47076))

## v0.10.0 (September 27, 2021)

## Features
Expand Down
16 changes: 8 additions & 8 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Release Notes
Another day, another release. These are the release notes for the version `v0.10.0`.
Another day, another release. These are the release notes for the version `v0.11.0`.

## Features
* feat: New Lw Account Resource Group Terraform Resource (#171) (Darren)([8425534](https://github.com/lacework/terraform-provider-lacework/commit/84255348e6e68986ccdf773ce73219990032dac5))
* feat: New Container Resource Group Terraform Resource (#170) (Darren)([ffc35cf](https://github.com/lacework/terraform-provider-lacework/commit/ffc35cf73537b0968619831e873d92d0ca6df4da))
* feat: New Machine Resource Group Terraform Resource (#169) (Darren)([4433d9a](https://github.com/lacework/terraform-provider-lacework/commit/4433d9a10367c49b412a399d5358f96bb95b51f5))
## Refactor
* refactor: switch over to use APIv2 by default (#173) (Salim Afiune)([6ebd5fc](https://github.com/lacework/terraform-provider-lacework/commit/6ebd5fc0b3ebcc75fa00986633dfab66a35da1e4))
* feat: Add new field non_os_package_support to ECR resource (#175) (Darren)([f150be8](https://github.com/lacework/terraform-provider-lacework/commit/f150be8ad4163ace9acefa3244145aaed22f7c75))
* feat: Add new field non_os_package_support to GHCR resource (#178) (Darren)([e72b5eb](https://github.com/lacework/terraform-provider-lacework/commit/e72b5eb702385103a9384dc10ec37255a9d98168))
* feat: Add new field non_os_package_support to GAR resource (#179) (Darren)([27b6c70](https://github.com/lacework/terraform-provider-lacework/commit/27b6c70bdddf154f8171e5bf71d929bcea015ca4))
## Documentation Updates
* docs: Add contributing documentation (#165) (Darren)([55a4408](https://github.com/lacework/terraform-provider-lacework/commit/55a44080a0f2901500f5d791be357a7b163019b6))
* docs: update multiple aliases for sub-accounts (#172) (robewedd)([0763028](https://github.com/lacework/terraform-provider-lacework/commit/0763028b8b4d4a5df29ab339003ba8ba5a680d91))
## Other Changes
* ci: version bump to v0.9.3-dev (Lacework)([f619f25](https://github.com/lacework/terraform-provider-lacework/commit/f619f2572e3812b6db6257ffafebe8d4c7f4ec5f))
* ci: fix release pipeline by running make prepare (#183) (Salim Afiune)([fb4d3db](https://github.com/lacework/terraform-provider-lacework/commit/fb4d3db24cab8a94e8e8ccaf8086dd44bae3667d))
* ci: version bump to v0.10.1-dev (Lacework)([9645ee1](https://github.com/lacework/terraform-provider-lacework/commit/9645ee118106c2358658c955bc50f892cabb0153))
* test: fix integration tests (#180) (Darren)([1eb35e9](https://github.com/lacework/terraform-provider-lacework/commit/1eb35e9fee926dab0caa25e9a55bae95a3a47076))
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.1-dev
0.11.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 de87521

Please sign in to comment.