Skip to content

Commit

Permalink
chore(master): release 3.2.0 (#152)
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 Sep 12, 2023
1 parent 2b143df commit 9147cf4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.2.0](https://github.com/terraform-google-modules/terraform-google-gcloud/compare/v3.1.2...v3.2.0) (2023-09-12)


### Features

* add option to use connect gateway ([#155](https://github.com/terraform-google-modules/terraform-google-gcloud/issues/155)) ([e3ea6e9](https://github.com/terraform-google-modules/terraform-google-gcloud/commit/e3ea6e929912235ee87abf1f9727595f3865dbb7))


### Bug Fixes

* **lint:** updates for tflint ([#159](https://github.com/terraform-google-modules/terraform-google-gcloud/issues/159)) ([2b143df](https://github.com/terraform-google-modules/terraform-google-gcloud/commit/2b143df2bb3e75e1b868e27c94389d332ea647ee))
* updates for tflint, gcloud, dev-tools v1.13 ([#150](https://github.com/terraform-google-modules/terraform-google-gcloud/issues/150)) ([ba1e087](https://github.com/terraform-google-modules/terraform-google-gcloud/commit/ba1e087daaa54ba9b46dc27381f6c9d0f8b1f96d))

## [3.1.2](https://github.com/terraform-google-modules/terraform-google-gcloud/compare/v3.1.1...v3.1.2) (2022-08-30)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Basic usage of this module is as follows:
```hcl
module "gcloud" {
source = "terraform-google-modules/gcloud/google"
version = "~> 2.0"
version = "~> 3.2"
platform = "linux"
additional_components = ["kubectl", "beta"]
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.1.2"
module_name = "blueprints/terraform/terraform-google-gcloud:kubectl-wrapper/v3.2.0"
}

}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-gcloud/v3.1.2"
module_name = "blueprints/terraform/terraform-google-gcloud/v3.2.0"
}

}

0 comments on commit 9147cf4

Please sign in to comment.