Skip to content

Commit

Permalink
chore(main): release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 10, 2025
1 parent 13c97cb commit 6174e17
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.1](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/compare/v0.3.0...v0.3.1) (2025-01-10)


### Bug Fixes

* Pin Google provider to 5.37.0 & set LOG_EXECUTION_ID ([#166](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/issues/166)) ([1ac2543](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/commit/1ac25438ad378313aa54a12b879cfe4291c75c84))

## [0.3.0](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/compare/v0.2.0...v0.3.0) (2024-05-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-knowledge-base.git
sourceType: git
version: 0.3.0
version: 0.3.1
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/genai-knowledge-base/v0.3.0"
module_name = "blueprints/terraform/genai-knowledge-base/v0.3.1"
}
}

0 comments on commit 6174e17

Please sign in to comment.