Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#118)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed May 29, 2024
1 parent 9e18fea commit 2022f53
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.3.0](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/compare/v0.2.0...v0.3.0) (2024-05-29)


### Features

* add unique prefix to resource names ([#90](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/issues/90)) ([50ce35e](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/commit/50ce35ece4baf601053be1f643c60479ba7dc8d4))
* use gemini for tuning ([#125](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/issues/125)) ([9e18fea](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/commit/9e18feae6cac89bddf33d32271cdcf5409833a90))

## [0.2.0](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/compare/v0.1.1...v0.2.0) (2024-04-30)


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.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/genai-knowledge-base/v0.2.0"
module_name = "blueprints/terraform/genai-knowledge-base/v0.3.0"
}
}

0 comments on commit 2022f53

Please sign in to comment.