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

chore(main): release 0.1.0 #16

Merged
merged 1 commit into from
Jul 31, 2023
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
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,31 @@ 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.1.0 (2023-07-27)


### Features

* added README.md ([66ce9ba](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/66ce9ba5457b6278981fe0f5adda865b44e9d93c))
* adds BQ file ([acdc411](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/acdc411c5424cd4e06217db84dcf863dd7b23ec2))
* adds Jupyter notebook to JSS ([#17](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/issues/17)) ([4097917](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/4097917807c6d24d37386c8376078791310486e2))
* adds Vision OCR ([7f22f33](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/7f22f33c3ec4d853f53d99bb7ca048f829fb3a49))
* changes to address service test ([3433aa0](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/3433aa0cbec9c0d3f610c23d3d8d64d179517e76))
* consolidated logger names ([#22](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/issues/22)) ([ee8ed5b](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/ee8ed5b5b0ac4a0389bbb1cf97b3756bbfdb2897))
* final polish of notebook; clean up ([#45](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/issues/45)) ([6687fcb](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/6687fcbf212f0e6b400118ac3c24a468a54c43e2))
* sic metadata gen and ingestion ([#34](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/issues/34)) ([ccfe4a4](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/ccfe4a4b330fd76b22a0f16aa8694d3540c0f341))
* upload and refactor of code ([19530e3](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/19530e3e4875e66a8511e257fe92d826a5de6a45))
* webhook self call for Eventarc-triggered events ([#33](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/issues/33)) ([c86b3d6](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/c86b3d6505ac06fe1b0bfb99d91b7593f3caa39f))
* wired up services to function ([f27e726](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/f27e726dc657b6f1bf43b430c6190628f890b7e8))


### Bug Fixes

* add uuid suffix for unique bucket names ([#39](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/issues/39)) ([7b949a8](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/7b949a8b04bc60b3eff624e6d9726e364317a54e))
* handle empty string case in extraction util ([#54](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/issues/54)) ([cb958b5](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/cb958b5d86ba480d92d49ceb01695fb9f29f9bfc))
* make lint, cft tests happy ([#31](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/issues/31)) ([fd85536](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/fd85536596fee6ae537e21893abd9364a2526033))
* Shorten storage bucket name ([#43](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/issues/43)) ([ce62b27](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/ce62b276a840b56347bb4e119c3e8fda5ea31ec3))

## [0.1.0](https://github.com/terraform-google-modules/terraform-google-gen-ai-document-summarization/releases/tag/v0.1.0) - 20XX-YY-ZZ

### Features
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ terraform {
}

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