Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 27, 2024
1 parent 0457df4 commit 710cf6c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

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


### Features

* add notebook for predictions ([#78](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/issues/78)) ([1ebde35](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/commit/1ebde35e8802f243e36d483f6304cd704f5de703))
* add vector search ([#43](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/issues/43)) ([257d718](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/commit/257d71817a22a4f3090de1f9dc4b92cd545b4f6d))
* improve image building performance ([#67](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/issues/67)) ([2723991](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/commit/2723991fce72604bc1d53a834b4a82ed3e99424c))
* terraform to auto deploy index ([#66](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/issues/66)) ([1f9caec](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/commit/1f9caecaf33448f3083cef3896f22225b3d39fb9))
* use document ai batch process ([#71](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/issues/71)) ([dcb2e48](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/commit/dcb2e48acf8915a85e868c454ba10af44eb00dd4))


### Bug Fixes

* back out unique names and use unique webhook_sa_name ([#87](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/issues/87)) ([eb6965c](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/commit/eb6965cec703528859fe503141308cb94a89ab7d))
* Fix Blueprint integration test ([#88](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/issues/88)) ([0457df4](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/commit/0457df4e39f9f83363cda303327b6f666045debf))
* set unique_names to true ([#83](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/issues/83)) ([37a13fa](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/commit/37a13fa95d2d944ddad26c80ed0923620cc70699))
* Update architecture diagram ([#80](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/issues/80)) ([0a28eef](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/commit/0a28eef03e6bf7c6c6ec6727d10fc98a0a4359a6))

## [0.1.1](https://github.com/GoogleCloudPlatform/terraform-genai-knowledge-base/compare/v0.1.0...v0.1.1) (2023-12-08)


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

0 comments on commit 710cf6c

Please sign in to comment.