Skip to content

Commit

Permalink
chore(master): release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 23, 2024
1 parent 011321d commit f442658
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ 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/).

## [4.0.1](https://github.com/terraform-google-modules/terraform-google-github-actions-runners/compare/v4.0.0...v4.0.1) (2024-09-23)


### Bug Fixes

* add real attribute condition for OIDC example ([658acb0](https://github.com/terraform-google-modules/terraform-google-github-actions-runners/commit/658acb014d06e54757e60302aa9da91c37669c13))
* constrain provider version for GKE examples to <5.44 ([658acb0](https://github.com/terraform-google-modules/terraform-google-github-actions-runners/commit/658acb014d06e54757e60302aa9da91c37669c13))
* reformat subnetwork secondary range block ([#187](https://github.com/terraform-google-modules/terraform-google-github-actions-runners/issues/187)) ([658acb0](https://github.com/terraform-google-modules/terraform-google-github-actions-runners/commit/658acb014d06e54757e60302aa9da91c37669c13))

## [4.0.0](https://github.com/terraform-google-modules/terraform-google-github-actions-runners/compare/v3.1.2...v4.0.0) (2024-08-27)


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: 4.0.0
version: 4.0.1
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/v4.0.0"
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-oidc/v4.0.1"
}

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

}
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: 4.0.0
version: 4.0.1
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 @@ -40,7 +40,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-gke/v4.0.0"
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-gke/v4.0.1"
}

}
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: 4.0.0
version: 4.0.1
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/v4.0.0"
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-mig-container-vm/v4.0.1"
}

}
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: 4.0.0
version: 4.0.1
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/v4.0.0"
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-mig-vm/v4.0.1"
}

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

}

0 comments on commit f442658

Please sign in to comment.