Skip to content

Commit

Permalink
chore(main): release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 30, 2024
1 parent 5c5c587 commit 702755f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
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"
}
}

0 comments on commit 702755f

Please sign in to comment.