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.5.0 #126

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,24 @@ 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.5.0](https://github.com/GoogleCloudPlatform/terraform-google-log-analysis/compare/v0.4.0...v0.5.0) (2024-10-30)


### ⚠ BREAKING CHANGES

* **deps:** Update Terraform terraform-google-modules/log-export/google to v10 ([#125](https://github.com/GoogleCloudPlatform/terraform-google-log-analysis/issues/125))
* **deps:** Update Terraform terraform-google-modules/project-factory/google to v17 ([#124](https://github.com/GoogleCloudPlatform/terraform-google-log-analysis/issues/124))

### Features

* **deps:** Update Terraform Google Provider to v6 (major) ([#121](https://github.com/GoogleCloudPlatform/terraform-google-log-analysis/issues/121)) ([7824c8e](https://github.com/GoogleCloudPlatform/terraform-google-log-analysis/commit/7824c8e1d833d52da89aa49b268fff3bb80a598b))


### Bug Fixes

* **deps:** Update Terraform terraform-google-modules/log-export/google to v10 ([#125](https://github.com/GoogleCloudPlatform/terraform-google-log-analysis/issues/125)) ([5c5c587](https://github.com/GoogleCloudPlatform/terraform-google-log-analysis/commit/5c5c587892b68e6725027b04fff087d50e493518))
* **deps:** Update Terraform terraform-google-modules/project-factory/google to v17 ([#124](https://github.com/GoogleCloudPlatform/terraform-google-log-analysis/issues/124)) ([d0dd42d](https://github.com/GoogleCloudPlatform/terraform-google-log-analysis/commit/d0dd42df6154475bbf7d7befc4d6bc8cbb4b500f))

## [0.4.0](https://github.com/GoogleCloudPlatform/terraform-google-log-analysis/compare/v0.3.2...v0.4.0) (2024-04-23)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Basic usage of this module is as follows:
```hcl
module "log_analysis" {
source = "GoogleCloudPlatform/log-analysis/google"
version = "~> 0.4"
version = "~> 0.5"
project_id = "<PROJECT ID>"
}
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-google-log-analysis.git
sourceType: git
version: 0.4.0
version: 0.5.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 @@ -32,6 +32,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-log-analysis/v0.4.0"
module_name = "blueprints/terraform/terraform-google-log-analysis/v0.5.0"
}
}