Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 3.1.2 #125

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(master): release 3.1.2
release-please[bot] authored Oct 10, 2023
commit 7f7231ecbeae10a7908925cf388aaa7514887453
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


2 changes: 1 addition & 1 deletion modules/gh-oidc/metadata.yaml
Original file line number Diff line number Diff line change
@@ -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'
4 changes: 2 additions & 2 deletions modules/gh-oidc/versions.tf
Original file line number Diff line number Diff line change
@@ -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
@@ -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'
2 changes: 1 addition & 1 deletion modules/gh-runner-gke/versions.tf
Original file line number Diff line number Diff line change
@@ -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
@@ -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'
2 changes: 1 addition & 1 deletion modules/gh-runner-mig-container-vm/versions.tf
Original file line number Diff line number Diff line change
@@ -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
@@ -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'
4 changes: 2 additions & 2 deletions modules/gh-runner-mig-vm/versions.tf
Original file line number Diff line number Diff line change
@@ -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"
}

}