Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#33)
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] authored Dec 7, 2024
1 parent eb965ec commit a59dd88
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@ 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.2.0](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/compare/v0.1.2...v0.2.0) (2024-12-07)


### ⚠ BREAKING CHANGES

* **deps:** Update Terraform terraform-google-modules/kubernetes-engine/google to v34 ([#49](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/issues/49))
* **deps:** Update Terraform terraform-google-modules/kubernetes-engine/google to v32 ([#39](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/issues/39))

### Features

* **deps:** Update Terraform Google Provider to v6 (major) ([#41](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/issues/41)) ([3cbfbab](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/commit/3cbfbab25a948440d08e358b5db82f46b515de7c))


### Bug Fixes

* **deps:** Update Terraform terraform-google-modules/kubernetes-engine/google to v32 ([#39](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/issues/39)) ([d0938ec](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/commit/d0938ecca7d3e6b58e58bf5e104cf0adba7905d9))
* **deps:** Update Terraform terraform-google-modules/kubernetes-engine/google to v34 ([#49](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/issues/49)) ([8ec11ba](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/commit/8ec11ba68f6c9dd14461658b0f821fc71b275c90))
* Update deletion protection for k8s ([#31](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/issues/31)) ([16df0aa](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/commit/16df0aaa5030dea593f76a7b68039b164bab16e7))
* update project-factory module and tf required version ([#51](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/issues/51)) ([778b8d2](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/commit/778b8d22529a4635a725b32d2404c0c0bb3fbacd))
* upgrade vm modules ([#53](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/issues/53)) ([eb965ec](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/commit/eb965eca3a1376ea0921a3cefb483b7a1737f32d))

## [0.1.2](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/compare/v0.1.1...v0.1.2) (2024-06-25)


Expand Down
2 changes: 1 addition & 1 deletion modules/tfc-agent-gke/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-tf-cloud-agents:tfc-agent-gke/v0.1.2"
module_name = "blueprints/terraform/terraform-google-tf-cloud-agents:tfc-agent-gke/v0.2.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion modules/tfc-agent-mig-container-vm/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-tf-cloud-agents:tfc-agent-mig-container-vm/v0.1.2"
module_name = "blueprints/terraform/terraform-google-tf-cloud-agents:tfc-agent-mig-container-vm/v0.2.0"
}
}
2 changes: 1 addition & 1 deletion modules/tfc-agent-mig-vm/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-tf-cloud-agents:tfc-agent-mig-vm/v0.1.2"
module_name = "blueprints/terraform/terraform-google-tf-cloud-agents:tfc-agent-mig-vm/v0.2.0"
}
}
2 changes: 1 addition & 1 deletion modules/tfc-oidc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-tf-cloud-agents:tfc-oidc/v0.1.2"
module_name = "blueprints/terraform/terraform-google-tf-cloud-agents:tfc-oidc/v0.2.0"
}
}

0 comments on commit a59dd88

Please sign in to comment.