diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f46c8b5..b4155cfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v0.26.1 (September 26, 2022) + +## Bug Fixes +* fix: suppressdiff for gcp_cfg private_key_id (#380) (Darren)([7188601](https://github.com/lacework/terraform-provider-lacework/commit/71886010cb7d3e68dbbdc2f8bb955908f64d8935)) +* fix: fix gcr limit_by_labels field (#379) (Darren)([20a386c](https://github.com/lacework/terraform-provider-lacework/commit/20a386c82e8ac1f6bfd3d707540c96c9895de2e3)) +## Other Changes +* ci: version bump to v0.26.1-dev (Lacework)([bd67f3b](https://github.com/lacework/terraform-provider-lacework/commit/bd67f3b039674c709f2c76e3e163008dce789390)) + ## v0.26.0 (September 21, 2022) ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2575e4a0..15c88649 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,15 +1,8 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.26.0`. +Another day, another release. These are the release notes for the version `v0.26.1`. -## Features -* feat(resource): New lacework_date_export_rule resource (#356) (Darren)([5d3b643](https://github.com/lacework/terraform-provider-lacework/commit/5d3b6431d3714e7649dc73ccec1eeaa86ee3eefb)) -## Refactor -* refactor: migrate gcp_at to use v2 api (#369) (Darren)([41411b9](https://github.com/lacework/terraform-provider-lacework/commit/41411b900a8eb562a958d278a4f2633ef4df6086)) -* refactor: migrate lacework_integration_gcp_cfg to use v2 api (#363) (Darren)([d21459d](https://github.com/lacework/terraform-provider-lacework/commit/d21459d0dd10aa317348be51d4b9c2cfdb7acd15)) -* refactor: migrate lacework_integration_ecr to use v2 api (#364) (Darren)([88ee9bf](https://github.com/lacework/terraform-provider-lacework/commit/88ee9bf7a0cbe97391ef0aa5ea704c95c25a9d03)) -* refactor: migrate lacework_integration_gcp_gcr to use v2 api (#365) (Darren)([3f2c581](https://github.com/lacework/terraform-provider-lacework/commit/3f2c5812d6ab7a4a7f3d1913132dcb86383c4fff)) -* refactor: migrate lacework_integration_aws_cfg to use v2 api (#361) (Darren)([f182648](https://github.com/lacework/terraform-provider-lacework/commit/f1826482cc217d82109b596a41f80a7d2f3734a3)) ## Bug Fixes -* fix: fix go-sdk deps (#372) (Darren)([a1c9ff1](https://github.com/lacework/terraform-provider-lacework/commit/a1c9ff120f2a0bdfbc49cda81c6b6a250f8ca3a7)) +* fix: suppressdiff for gcp_cfg private_key_id (#380) (Darren)([7188601](https://github.com/lacework/terraform-provider-lacework/commit/71886010cb7d3e68dbbdc2f8bb955908f64d8935)) +* fix: fix gcr limit_by_labels field (#379) (Darren)([20a386c](https://github.com/lacework/terraform-provider-lacework/commit/20a386c82e8ac1f6bfd3d707540c96c9895de2e3)) ## Other Changes -* ci: version bump to v0.25.1-dev (Lacework)([e2d2a1f](https://github.com/lacework/terraform-provider-lacework/commit/e2d2a1fced62deba901601a2083e0970220c8d97)) +* ci: version bump to v0.26.1-dev (Lacework)([bd67f3b](https://github.com/lacework/terraform-provider-lacework/commit/bd67f3b039674c709f2c76e3e163008dce789390)) diff --git a/VERSION b/VERSION index 26d9424f..9d041d8e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.26.1-dev \ No newline at end of file +0.26.1 \ No newline at end of file diff --git a/lacework/version.go b/lacework/version.go index cefdf8d3..a5c7625d 100644 --- a/lacework/version.go +++ b/lacework/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20220921145216 +// File generated at: 20220926184640 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package lacework // version is the semver coming from the VERSION file -const version = "0.26.1-dev" +const version = "0.26.1"