Skip to content

Commit

Permalink
chore(main): release 0.1.1 (#14)
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>
Co-authored-by: Awais Malik <[email protected]>
  • Loading branch information
release-please[bot] and g-awmalik authored Oct 26, 2023
1 parent 70a288b commit 5265ccf
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ 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.1](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/compare/v0.1.0...v0.1.1) (2023-10-26)


### Bug Fixes

* README.md for OIDC module ([#12](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/issues/12)) ([77fbabe](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/commit/77fbabe538827ecb354fd5a1be514ecea528ce0b))
* Shared VPC architecture deployment and make Autoscaling optional ([#10](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/issues/10)) ([415b2fc](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/commit/415b2fc74af8bd8c49076509501b36f4c9bfbbcd))

## 0.1.0 (2023-08-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.0"
module_name = "blueprints/terraform/terraform-google-tf-cloud-agents:tfc-agent-gke/v0.1.1"
}
}

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.0"
module_name = "blueprints/terraform/terraform-google-tf-cloud-agents:tfc-agent-mig-container-vm/v0.1.1"
}
}
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.0"
module_name = "blueprints/terraform/terraform-google-tf-cloud-agents:tfc-agent-mig-vm/v0.1.1"
}
}
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 {
required_version = ">= 0.13"

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

0 comments on commit 5265ccf

Please sign in to comment.