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 v3.1.0 #97

Merged
merged 1 commit into from
Jun 4, 2024
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v3.1.0

## Features
* feat(GROW-2928): Add an output to capture Lacework integration GUID (#96) (Lei Jin)([3f7f3d8](https://github.com/lacework/terraform-gcp-config/commit/3f7f3d87ff5fa3e4b96435652a00d0b1097150d3))
## Bug Fixes
* fix: remove google provider version in examples (#93) (Matt Cadorette)([c0c0fc7](https://github.com/lacework/terraform-gcp-config/commit/c0c0fc73e11a2761078cf8c50264bb8a290f337d))
## Other Changes
* ci: migrate from codefresh to github actions (#92) (Timothy MacDonald)([3e52279](https://github.com/lacework/terraform-gcp-config/commit/3e5227998bb1a1417d520920ffe391560aa51c55))
* ci: version bump to v3.0.3-dev (Lacework)([b2934fd](https://github.com/lacework/terraform-gcp-config/commit/b2934fd7b3194e582e3290f784c4348a2bf2c4b6))
---
# v3.0.2

## Other Changes
Expand Down
10 changes: 7 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Release Notes
Another day, another release. These are the release notes for the version `v3.0.2`.
Another day, another release. These are the release notes for the version `v3.1.0`.

## Features
* feat(GROW-2928): Add an output to capture Lacework integration GUID (#96) (Lei Jin)([3f7f3d8](https://github.com/lacework/terraform-gcp-config/commit/3f7f3d87ff5fa3e4b96435652a00d0b1097150d3))
## Bug Fixes
* fix: remove google provider version in examples (#93) (Matt Cadorette)([c0c0fc7](https://github.com/lacework/terraform-gcp-config/commit/c0c0fc73e11a2761078cf8c50264bb8a290f337d))
## Other Changes
* chore: set local var module name (#90) (Darren)([6071d14](https://github.com/lacework/terraform-gcp-config/commit/6071d1401b012ed057118344b854f8c5a7719083))
* ci: version bump to v3.0.2-dev (Lacework)([cda5e94](https://github.com/lacework/terraform-gcp-config/commit/cda5e94129de2ef1398cb1ecf3cde7da1896c41b))
* ci: migrate from codefresh to github actions (#92) (Timothy MacDonald)([3e52279](https://github.com/lacework/terraform-gcp-config/commit/3e5227998bb1a1417d520920ffe391560aa51c55))
* ci: version bump to v3.0.3-dev (Lacework)([b2934fd](https://github.com/lacework/terraform-gcp-config/commit/b2934fd7b3194e582e3290f784c4348a2bf2c4b6))
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.3-dev
3.1.0
Loading