Skip to content

Commit 138c753

Browse files
chore: release 2.0.0 (#35)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 1ec0ec2 commit 138c753

File tree

5 files changed

+22
-6
lines changed

5 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99
This changelog is generated automatically based on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
1010

11+
## [2.0.0](https://www.github.com/terraform-google-modules/terraform-google-github-actions-runners/compare/v1.1.0...v2.0.0) (2021-11-09)
12+
13+
14+
### ⚠ BREAKING CHANGES
15+
16+
* Remove the default allowed audience in `gh-oidc` (#42)
17+
* update issuer_uri for gh provider (#36)
18+
* Support org runners, update images and autoscaling config (#34)
19+
20+
### Features
21+
22+
* Add example for org runner & update shutdown script ([#37](https://www.github.com/terraform-google-modules/terraform-google-github-actions-runners/issues/37)) ([76115f9](https://www.github.com/terraform-google-modules/terraform-google-github-actions-runners/commit/76115f9587a048de26086116d6e3a3eb0ae6aa2c))
23+
* Remove the default allowed audience in `gh-oidc` ([#42](https://www.github.com/terraform-google-modules/terraform-google-github-actions-runners/issues/42)) ([1ec0ec2](https://www.github.com/terraform-google-modules/terraform-google-github-actions-runners/commit/1ec0ec201a6a063d27fea8fd62e6a028fb9fc5e6))
24+
* Support org runners, update images and autoscaling config ([#34](https://www.github.com/terraform-google-modules/terraform-google-github-actions-runners/issues/34)) ([280ca8a](https://www.github.com/terraform-google-modules/terraform-google-github-actions-runners/commit/280ca8a79266d00d6ec8fe84413de0d23cbdc791))
25+
* update issuer_uri for gh provider ([#36](https://www.github.com/terraform-google-modules/terraform-google-github-actions-runners/issues/36)) ([2ca3e6c](https://www.github.com/terraform-google-modules/terraform-google-github-actions-runners/commit/2ca3e6c4ea2a9987f8c5ac6191bbe925df4dd12b))
26+
1127
## [1.1.0](https://www.github.com/terraform-google-modules/terraform-google-github-actions-runners/compare/v1.0.1...v1.1.0) (2021-09-20)
1228

1329

modules/gh-oidc/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-oidc/v1.1.0"
28+
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-oidc/v2.0.0"
2929
}
3030

3131
provider_meta "google-beta" {
32-
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-oidc/v1.1.0"
32+
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-oidc/v2.0.0"
3333
}
3434

3535
}

modules/gh-runner-gke/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-gke/v1.1.0"
28+
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-gke/v2.0.0"
2929
}
3030

3131
}

modules/gh-runner-mig-container-vm/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-mig-container-vm/v1.1.0"
28+
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-mig-container-vm/v2.0.0"
2929
}
3030

3131
}

modules/gh-runner-mig-vm/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ terraform {
2929
}
3030

3131
provider_meta "google" {
32-
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-mig-vm/v1.1.0"
32+
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-mig-vm/v2.0.0"
3333
}
3434

3535
provider_meta "google-beta" {
36-
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-mig-vm/v1.1.0"
36+
module_name = "blueprints/terraform/terraform-google-github-actions-runners:gh-runner-mig-vm/v2.0.0"
3737
}
3838

3939
}

0 commit comments

Comments
 (0)