Skip to content

Commit

Permalink
chore(master): release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 24, 2024
1 parent 730f92b commit 4202eb7
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 11 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ 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.1.0](https://github.com/terraform-google-modules/terraform-google-github-actions-runners/compare/v4.0.0...v4.1.0) (2024-09-24)


### Features

* support private GKE nodes ([#192](https://github.com/terraform-google-modules/terraform-google-github-actions-runners/issues/192)) ([730f92b](https://github.com/terraform-google-modules/terraform-google-github-actions-runners/commit/730f92b8e207cb35acbdc4c134c954f011f877d3))


### 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.1.0
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.1.0"
}

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.1.0"
}

}
2 changes: 1 addition & 1 deletion modules/gh-runner-gke/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See below for example usage of this module:
```tf
module "runner-gke" {
source = "terraform-google-modules/github-actions-runners/google//modules/gh-runner-gke"
version = "~> 4.0"
version = "~> 4.1"
project_id = "PROJECT_ID"
create_network = true
Expand Down
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.1.0
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.1.0"
}

}
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.1.0
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.1.0"
}

}
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.1.0
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.1.0"
}

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.1.0"
}

}

0 comments on commit 4202eb7

Please sign in to comment.