Skip to content

Commit

Permalink
chore(master): release 3.1.2 (#125)
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 Oct 11, 2023
1 parent d83512c commit 73f9104
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ 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/).

## [3.1.2](https://github.com/terraform-google-modules/terraform-google-github-actions-runners/compare/v3.1.1...v3.1.2) (2023-10-10)


### Bug Fixes

* upgraded versions.tf to include minor bumps from tpg v5 ([#124](https://github.com/terraform-google-modules/terraform-google-github-actions-runners/issues/124)) ([ede4426](https://github.com/terraform-google-modules/terraform-google-github-actions-runners/commit/ede4426a9268ad50524d3b0d23cb1dbf52ab99d3))

## [3.1.1](https://github.com/terraform-google-modules/terraform-google-github-actions-runners/compare/v3.1.0...v3.1.1) (2022-12-29)


Expand Down
2 changes: 1 addition & 1 deletion modules/gh-oidc/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-github-actions-runners
sourceType: git
version: 3.1.0
version: 3.1.2
actuationTool:
type: Terraform
version: '>= 0.13'
Expand Down
4 changes: 2 additions & 2 deletions modules/gh-oidc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-oidc/v3.1.1"
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-oidc/v3.1.2"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-oidc/v3.1.1"
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-oidc/v3.1.2"
}

}
2 changes: 1 addition & 1 deletion modules/gh-runner-gke/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-github-actions-runners
sourceType: git
version: 3.1.0
version: 3.1.2
actuationTool:
type: Terraform
version: '>= 0.13'
Expand Down
2 changes: 1 addition & 1 deletion modules/gh-runner-gke/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-gke/v3.1.1"
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-gke/v3.1.2"
}

}
2 changes: 1 addition & 1 deletion modules/gh-runner-mig-container-vm/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-github-actions-runners
sourceType: git
version: 3.1.0
version: 3.1.2
actuationTool:
type: Terraform
version: '>= 0.13'
Expand Down
2 changes: 1 addition & 1 deletion modules/gh-runner-mig-container-vm/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-mig-container-vm/v3.1.1"
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-mig-container-vm/v3.1.2"
}

}
2 changes: 1 addition & 1 deletion modules/gh-runner-mig-vm/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-github-actions-runners
sourceType: git
version: 3.1.0
version: 3.1.2
actuationTool:
type: Terraform
version: '>= 0.13'
Expand Down
4 changes: 2 additions & 2 deletions modules/gh-runner-mig-vm/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-mig-vm/v3.1.1"
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-mig-vm/v3.1.2"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-mig-vm/v3.1.1"
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-mig-vm/v3.1.2"
}

}

0 comments on commit 73f9104

Please sign in to comment.