Skip to content

Commit

Permalink
chore(master): release 3.1.0 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 20, 2022
1 parent 815c028 commit a1625d1
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 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.0](https://github.com/terraform-google-modules/terraform-google-github-actions-runners/compare/v3.0.0...v3.1.0) (2022-07-20)


### Features

* Issuer URI has been passed through variable ([#62](https://github.com/terraform-google-modules/terraform-google-github-actions-runners/issues/62)) ([c9da327](https://github.com/terraform-google-modules/terraform-google-github-actions-runners/commit/c9da3279e9af3e195f3ad089efdfb425b8e9032f))

## [3.0.0](https://github.com/terraform-google-modules/terraform-google-github-actions-runners/compare/v2.0.1...v3.0.0) (2022-02-02)


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 @@ -25,11 +25,11 @@ terraform {
}

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

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

}
2 changes: 1 addition & 1 deletion modules/gh-runner-gke/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-gke/v3.0.0"
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-gke/v3.1.0"
}

}
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.0.0"
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-mig-container-vm/v3.1.0"
}

}
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.0.0"
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-mig-vm/v3.1.0"
}

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

}

0 comments on commit a1625d1

Please sign in to comment.