Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 24, 2024
1 parent b3dcd73 commit aff07f9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
This changelog is generated automatically based on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).

## [0.3.0](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/compare/v0.2.0...v0.3.0) (2024-07-24)


### ⚠ BREAKING CHANGES

* simplify webhook code ([#114](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/issues/114))

### Bug Fixes

* Pin Google provider to 5.37.0 & set LOG_EXECUTION_ID ([#145](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/issues/145)) ([e43ec90](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/e43ec900fd532b9ca95e370913e1dc2ed9790207))


### Miscellaneous Chores

* simplify webhook code ([#114](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/issues/114)) ([083d7da](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/083d7da9d90cca3c9769616aeb9156b312a9cbc1))

## [0.2.0](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/compare/v0.1.1...v0.2.0) (2024-04-29)


Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
source:
repo: https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization.git
sourceType: git
version: 0.2.0
version: 0.3.0
actuationTool:
flavor: Terraform
version: ">= 0.13"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/gen-ai-document-summarization/v0.2.0"
module_name = "blueprints/terraform/gen-ai-document-summarization/v0.3.0"
}
}

0 comments on commit aff07f9

Please sign in to comment.