Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#2)
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 Aug 25, 2023
1 parent 9024beb commit dc6633b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ 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-08-25)


### Features

* adding tests for the major submodules ([#3](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/issues/3)) ([330969f](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/commit/330969fe5223e1cfb515427defd73d1d2958d0de))
* Updating the repository & OIDC module ([#1](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/issues/1)) ([cb1a6c9](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/commit/cb1a6c9dc6ad7d7aa81491123672d0d9a8cff2eb))


### Bug Fixes

* update readme and 'Agent' spelling refactor to 'agent' ([#8](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/issues/8)) ([9024beb](https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/commit/9024beb9b6464532be312dd6a732fe24ab2caf79))

## [0.1.0](https://github.com/terraform-google-modules/terraform-google-tf-cloud-agents/releases/tag/v0.1.0) - 20XX-YY-ZZ

### Features
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.0.1"
module_name = "blueprints/terraform/terraform-google-tf-cloud-agents:tfc-agent-gke/v0.1.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.0.1"
module_name = "blueprints/terraform/terraform-google-tf-cloud-agents:tfc-agent-mig-container-vm/v0.1.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.0.1"
module_name = "blueprints/terraform/terraform-google-tf-cloud-agents:tfc-agent-mig-vm/v0.1.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 {
required_version = ">= 0.13"

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

0 comments on commit dc6633b

Please sign in to comment.