Skip to content

Commit

Permalink
chore: release 3.1.0 (#110)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Nov 24, 2021
1 parent f1f9011 commit 36867fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.1.0](https://www.github.com/terraform-google-modules/terraform-google-gcloud/compare/v3.0.1...v3.1.0) (2021-11-24)


### Features

* update TPG version constraints to allow 4.0 ([#108](https://www.github.com/terraform-google-modules/terraform-google-gcloud/issues/108)) ([9b769df](https://www.github.com/terraform-google-modules/terraform-google-gcloud/commit/9b769df3077b282d07e09a9d43fce1c2b3388e66))

### [3.0.1](https://www.github.com/terraform-google-modules/terraform-google-gcloud/compare/v3.0.0...v3.0.1) (2021-08-04)


Expand Down
2 changes: 1 addition & 1 deletion modules/kubectl-wrapper/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-gcloud:kubectl-wrapper/v3.0.1"
module_name = "blueprints/terraform/terraform-google-gcloud:kubectl-wrapper/v3.1.0"
}

}
2 changes: 1 addition & 1 deletion 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-gcloud/v3.0.1"
module_name = "blueprints/terraform/terraform-google-gcloud/v3.1.0"
}

}

0 comments on commit 36867fa

Please sign in to comment.